I used to think I can design web with html knowledge only, now am so confused.... What is importance of using JavaScript on designing a web? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I used to think I can design web with html knowledge only, now am so confused.... What is importance of using JavaScript on designing a web?

18th Jun 2016, 10:24 AM
Hope Collins
Hope Collins - avatar
5 Answers
+ 3
HTML= static web pages CSS = styling those web pages Javascript = provide interactivity and dynamic features
18th Jun 2016, 3:05 PM
Animesh Gupta
Animesh Gupta - avatar
+ 1
JS is not a design on web page.the important of javascript its warn you for e.g, if you fill the form online if its is incomplete its shown you message"pleased complete you information" this is the important of JS. all the best you.
18th Jun 2016, 3:25 PM
Dhiraj sharma
Dhiraj sharma - avatar
+ 1
yeah I have been there.. I used to think the same too "why i need java Script" isn't html enough. but after I visited some sites which had used java script In addition to their html and css u could feel the difference. my advice learn the Java script and add it to your html and css. you will be glad you did
18th Jun 2016, 7:54 PM
richard Narh
richard Narh - avatar
+ 1
Richard narh:you are right javascript is used for online form.if the form is incomplete the message shown on window is used JAVASCRIPT
19th Jun 2016, 2:26 AM
Dhiraj sharma
Dhiraj sharma - avatar
0
HTML is static code, i.e, it is used by the browser to just display whatever content there is inside it. With JavaScript you can do more dynamic things. For eg, if u want to validate whether the text entered in the username field are valid characters, you can use Java script to write logic. Another example can be if u want to validate if the from date is less than the to date in some form
18th Jun 2016, 11:39 AM
Venkat
Venkat - avatar