HTML Tags
by Ayushmaan Thakur
1. <body>
2. <header>
3. <h1> to <h6>
4. <section>
5. <div>
6. <a>
7. <p>
8. <DOCTYPE! html>
9. <html> : it is the tag within which everything is nested.
10. <head>
10.1. a) META INFORMATION
10.1.1. 1) <meta charset = "UTF-8"
10.1.2. 2)<meta name = "....." content = "......">
10.1.2.1. i) <meta name = "viewport" content = " width = device-widht,inital-scale=1.0">
10.1.2.2. ii) <meta name = "description" content = "description of the content">
10.1.2.3. iii) <meta name = "author" content = "name of the author">
10.1.2.4. iv) <meta name = "theme-color" content = "code of the colour'>