+ 14

I understand the purpose of html and css but what is the point of javascript?

20th Jan 2017, 3:28 AM
Tanesha Mooring
Tanesha Mooring - avatar
37 odpowiedzi
+ 65
Let's compare it to a car: Html - all the chassis and how the internal parts of the car are organized. Css - the design of the car ie how it looks like inside and outside. Javascript - what makes the car operational. Drive, steer, open the radio, honk the horn, lights and all its functions.
20th Jan 2017, 9:42 AM
Shahar Levy
Shahar Levy - avatar
+ 25
HTML= Content & Structure.. CSS= Presentation.. JavaScript= Behavior.. :)
20th Jan 2017, 12:51 PM
Susan Mizan
Susan Mizan - avatar
+ 18
If you learn JS here, you will know it. It's to apply DOM events. If you don't know what they are, I suggest you do the course.
20th Jan 2017, 3:32 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 13
if compare to a human: Html is skeleton css is the appearance js is the actions
20th Jan 2017, 9:19 PM
Adilet Kambarov
Adilet Kambarov - avatar
+ 9
HTML creates the structure of the site, CSS 'styles' the structure, and JavaScript "Changes" elements of the site. HTML - Gives you an Input "box" CSS - Tell the box to have a nice border and cool color JS - "Changes" the box to give it a shadow and change the color when you 'hover' over it with the mouse.
20th Jan 2017, 5:33 AM
Toby Milroy
Toby Milroy - avatar
+ 9
Ok think of a clock - the arrangement of numbers is html, the nice looking colors and pictures are css and the gears in the back that make the arms move is JavaScript
20th Jan 2017, 3:10 PM
J.A.
+ 9
It defines the behaviour of the website
20th Jan 2017, 8:01 PM
Bohdan Sakovych
Bohdan Sakovych - avatar
+ 9
Compare To A Real Life. HTML Is The Hand. CSS Is The Pen. JavaScript Is The Brain if u need to calculate 1 +1 u will solve it in ur brain, and write it in ur hand using ur pen.
23rd Jan 2017, 12:58 AM
Omar Hasan
Omar Hasan - avatar
+ 7
Javascript is just magic.... I've loved the fact that I can manipulate the Document Object Model given me a sense of control or superiority when creating applications/websites. Toby your right but your explanation of what JS does, CSS does better and effectively. Although I love JS, please remember that when designing things use CSS3 for efficiency. It may seem hard, but what isn't usually to begin with? Try animation, transitions etc and you'll understand.
20th Jan 2017, 9:13 AM
Mark Foxx
Mark Foxx - avatar
+ 6
HTML, CSS, & JAVA these three makes any webpage alive, all three have different functions. HTML : It gives structure to a webpage; like border, boxes, paragraphs etc. CSS : It is used to improve webpage appearance like colors, fonts, style etc. JS : It is used to give functionality to a webpage, l like tooltip, button behavior, input collection etc.
21st Jan 2017, 1:28 PM
mukesh suthar
+ 3
It is basically make up for your mark up. It allows the user to be more engaged and it helps a lot with Web animations and stuff. you can also create Web applications so it gives your page a more tuned look and feel.
20th Jan 2017, 9:06 AM
Mlandvo Mesh Dlamini
Mlandvo Mesh Dlamini - avatar
+ 3
Html=Skelton, Css= skin and muscles, Java Script =Brain!
20th Jan 2017, 6:20 PM
Haza
Haza - avatar
+ 3
Javascript is a high level programming language that compliments both CSS and HTML in webpages with functionality. You could think of it as the third musketeer to HTML and CSS in a way, as I think it's safe to say most sites utilize all three.
20th Jan 2017, 9:09 PM
Leon Burroughs
Leon Burroughs - avatar
+ 2
JavaScript allow users to interact with the website,for build web applications (for example a calculator) for building more complex animations ,and many more Html and Css are like the user interface JS the programming language to do funtions ...and hard work
20th Jan 2017, 8:26 AM
Jesus Guerrero
Jesus Guerrero - avatar
+ 2
while HTML sets the structure and the CSS sets the aesthetics, JS is in charge of making the site's data dynamical. This means the information shown in your page does not have to be static, but instead it can change based on the events that are triggered on your page, like validating that the information in an input field is actually the information requested or even pulling some information from a database (username, for example)
21st Jan 2017, 3:54 AM
Rafael Gonzalez
Rafael Gonzalez - avatar
+ 2
javascript is like the nerves in you body which takes the information to the server and also makes the page more inteactive
21st Jan 2017, 5:35 AM
Sujan Bro
Sujan Bro - avatar
+ 2
HTML is skeleton, CSS is muscle and JS is the spirit. In the beginning it might look like a bouncer, Just finsh the chapter. and you might get the point.
21st Jan 2017, 3:21 PM
Ayush Azad
Ayush Azad - avatar
+ 1
take David of Donatello (a sculpture) and you. What is the difference? you act,think,doing stuff etc... this is what JavaScript doing on websites: make websites dynamic.
20th Jan 2017, 7:04 PM
Michael Primo
Michael Primo - avatar
+ 1
JS allows you to create dynamic web pages. On the other words using JS you create some actions on page that makes it "alive". Most popular usage is crrating the slider where images changing without reloading the page
21st Jan 2017, 4:47 AM
Николай Кожакин
Николай Кожакин - avatar
+ 1
html builds basic layout of a page; CSS add graphics related info and Java provides functioning to page.
21st Jan 2017, 3:03 PM
Kartikeya Kotnala
Kartikeya Kotnala - avatar