Get Started. It's Free
or sign up with your email address
HTML Tags by Mind Map: HTML Tags

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'>

10.2. b) TITLE : Specifies the title of the page and appears on the browser tab when the page is opened.

11. c) LINK :

11.1. 1) fonts

11.2. 2) icon

11.3. 3) CSS stylesheets

12. d) SCRIPT : used to liink JS file.