0
Bootstrap or Javascript?
Hello, I have finished the html and CSS course and doing my first web-project now. What should I learn next? At the end of the html course there is "next on topic" and bootstrap is recommend. Or should I learn Javascript and go the typical way of learning web development? Thanks for your help.
3 Réponses
+ 3
I would advise you to learn JavaScript, make sure you master in HTML/CSS and JavaScript, the rest of the web courses are just optional.
+ 3
KevD it's better to follow the standard procedures,
which is HTML,CSS and JAVASCRIPT,
bootstrap frameworks are built on CSS and JavaScript.
so typically, if you're able to learn CSS and JavaScript efficiently, then you can do the same thing those framework does without using the frameworks.
+ 2
Ok. Thank you for your answers.