Why You Should Learn HTML?
HTML : Hyper Text Markup Language (most basic building block of the web allows you to add/change website content). Useful for : WebDevs, Software Devs, Freelancers + (Add it to your resume)
- HTML : Skelton of the Page
- CSS : Adding Styles to it
- JS : Make it Functional
Tim berners Lee invented HTML and Origin off WWW He needed a Language to display content within it . so he choosed SGML (Standard Generalized Markup Language) HTML is one such “application” of SGML.
A language which uses opening and closing tags to give meaning. like <h>
for heading <p>
for paragraph.
The language underwent many changes with the initial rise of the internet