Can a Web developer design an interactive and dynamic website solely based on HTML and javascript? IF YES how can it be done. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can a Web developer design an interactive and dynamic website solely based on HTML and javascript? IF YES how can it be done.

19th May 2018, 8:07 AM
Martinson Afari
Martinson Afari - avatar
5 Answers
0
Yes you can. You will need to learn a modern JavaScript framework such as React, Vue or Angular. Don't forget your CSS though.
19th May 2018, 8:46 AM
Moe
Moe - avatar
0
nice idea... thanks Moe
19th May 2018, 9:12 AM
Martinson Afari
Martinson Afari - avatar
0
No problem. Fixed an autocorrect typo in my response above: Vue instead of view.
19th May 2018, 9:19 AM
Moe
Moe - avatar
0
You can design an interactive dynamic web site with just JavaScript and html. You don't even need a JavaScript framework (it is just harder ;-) ) Also, css makes it much easier to define the style, it is quite hard to implement the style with just JavaScript and inline html style.
19th May 2018, 10:35 AM
ifl
ifl - avatar
0
Note that if you want to go further and implement some backend, you can do that still using JavaScript (with nodejs)
19th May 2018, 10:37 AM
ifl
ifl - avatar