16
Start with correct coding stack!
Are you a code newbie looking for a roadmap to start your web development journey? This blog is just for you!
Web Development is a broad term and one can never know everything, so you need to take baby steps and should chronologically focus on 3 basic web technologies respectively,
- HTML
- CSS
- JAVASCRIPT
Hyper Text Markup Language (HTML) should be your first language to learn. It basically describes structure of web pages or you can say it tells the browser how to display the content.
Cascading Style Sheet (CSS) describes the presentation of an HTML document. In other words, it styles the web pages and make them attractive and responsive.
Java*Script *(JS)** is the world's most popular programming language. So obviously it wont lose the charm in the long run. JS provides functionality to a web page. JavaScript gives web pages interactive elements that engage a user.
Observe the following image to understand the relation between HTML, CSS, and JS
If you have any question feel free to DM me on Twitter
This post was originally written on Hashnode
16