Horje

Example Explained

The <html> element is the root element and it defines the whole HTML document. It has a start tag <html> and an end tag </html>. Then, inside the <html> element there is a <body> element:

<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>



Single Articles
Example of Nested HTML Elements HTML Elements
Example of Full Page Nested Element HTML Elements
Example Explained HTML Elements


Related Articles
HTML Elements HTML Elements
Nested HTML Elements HTML Elements
Why should Never Skip the End Tag HTML Elements HTML Elements
Empty HTML Elements HTML Elements
Why HTML is Not Case Sensitive HTML Elements

Category :
Web Tutorial
Sub Category :
HTML Elements
Uploaded by :
Admin