0
Css
How do I make my web page Interactive in the code play ground https://sololearn.com/compiler-playground/WXhzuq5hHdTN/?ref=app
6 Answers
0
it really depends on what you would like to happen after clicking the button....
html: structure
css: style, design, appearance
js: interaction
0
Okay how do I write the code for what I want to happen and how I want it to look can you please give an example or something
0
do you think I know what would you like to do?
try using the search form. a lots of questions are already answered.
and learn every day. with a small knowledge don't jump into the deep. you will be lost and will lose a will of learning.
don't give up. keep learning and practicing. you will find something there what will help you
0
Thanks
0
Florence,
There are millions of possible things you could do. Perhaps printing your name on the screen or maybe changing color of some text. Maybe you want something else to happen. The fun part of programming is that you can make whatever you want. So at this point, you have to come up with a goal. Then we can help you.
If you build a web page, you will use HTML, CSS, and JavaScript.
HTML creates the structure
CSS helps you create the colors, sizes, etc.
JavaScript helps you with the interactive elements.
But if you want to build a calculator, for example, the actions and code required are very different than if you want to create a page that changes colors when you click a button. You need to decide what your project idea is, make some effort to build it, and we can help you resolve whatever difficulty you have.
You've asked for examples - but of what? There are thousands of code examples in the Code Bits area.
It could be you are just a little ahead of yourself. Maybe if you work through the HTML, CSS, and JavaScript courses, you'll know the answers. If you get stuck, just ask. Programming takes time and effort. Show us that effort and we'll help you when you are stuck.
0
Thanks alot that really helped