+ 2
I need to learn more about the web coding then what I know. Who can tell me what codes make things happen.
The things that can do more than just function a text. I need more than basic. HELP MEEEEEE
22 Respostas
+ 8
javascript adds functionality to webpages here's the course
you'll have to goto the courses tab and learn the javascript lessons
+ 5
Javascript is used to make websites dynamic.
+ 2
What you want to know?
+ 2
JavaScript gives html functionality
+ 2
I want to know how to animate, color background, make buttons work, and not make basic stuff.
Html is a'll I know.
Look at the basic codes I made.
It's My best stuff.
https://code.sololearn.com/WMzwmesxU0hB/?ref=app
https://code.sololearn.com/W22baf53JTxN/?ref=app
https://code.sololearn.com/WbvRBhx2BlX3/?ref=app
+ 2
Start with HTML, CSS and then JavaScript which adds functionality to webpages.
+ 1
Start With HTML, CSS AND JAVASCRIPT
0
In general HTML is the content, CSS is the styling, and JavaScript is functionality, but there are points of crossover. SoloLearn is a great resource for the basics but I would recommend completing the Free Code Camp curriculum to find out how it all goes together (you will create projects using what you’ve learned).