HTML Introduction

HTML Introduction

What is HTML?

Web Browsers

The purpose of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly. A browser does not display the HTML tags but uses them to determine how to display the document.

HTML structure

Example


<!DOCTYPE html>
<html>
   <head>
       <title>Page Title</title>
   </head>
   <body>
      <h1>MSK Institute</h1>
      <p>MSK Institute is the best</p>
   </body>
</html>

Explained

HTML History

Year Version
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 HTML 3.2
1999 HTML 4.01
2000 XHTML 1.0
2008 HTML5 First Public Draft
2012 HTML5 Living Standard
2014 HTML5
2016 HTML 5.1
2017 HTML5.1 2nd Edition
2017 HTML5.2