Web Development Roadmaps
Front-End Roadmap
To become a web developer, start with the subjects below,
in the following order:
HTML
1. Create your first web page
The first thing you have to learn, is HTML, which is the standard markup language for creating web pages.
Learn HTMLJavaScript
3. Make your web page interactive
After studying HTML and CSS, you should learn JavaScript to create dynamic and interactive web pages for your users.
Learn JavaScript