HTML Tutorial :
You want to learnhow to design web pages but don't know where to start. Well you are in right place. Everytone who has a dream to become a front end developer or full stack developer starts with the basics and that is HTML. So let's find out what is HTML and try to cover basic to advanced topics of the HTML.
HTML History
1989 Tim Berners-Lee invented www
1991 Tim Berners-Lee invented HTML
1993 Dave Raggett drafted HTML+
1995 HTML Working Group defined HTML 2.0
1997 W3C Recommendation: HTML 3.2
1999 W3C Recommendation: HTML 4.01
2000 W3C Recommendation: XHTML 1.0
2008 WHATWG HTML5 First Public Draft
2012 WHATWG HTML5 Living Standard
2014 W3C Recommendation: HTML5
2016 W3C Candidate Recommendation: HTML 5.1
2017 W3C Recommendation: HTML5.1 2nd Edition
2017 W3C Recommendation: HTML5.2
HTML : HyperText Markup Language
Hyper Text Markup Language ? What does it mean ?
- It means that using this language we create the structure of the web page. And now what is structure so to understand the structure look at the skeleton below. We can say that human body is a properly structured . We have head , body and foot in the same way HTML has HEAD and BODY.
- It tells the browser how to display the content.
- The most important thing about HTML is that is is not a programming language . HTML is a markup language.
- Using HTML we can only create a static web page