+ 1
Can a Web developer design an interactive and dynamic website solely based on HTML and javascript? IF YES how can it be done.
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.
0
nice idea... thanks Moe
0
No problem. Fixed an autocorrect typo in my response above: Vue instead of view.
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.
0
Note that if you want to go further and implement some backend, you can do that still using JavaScript (with nodejs)