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 ElementsHTML Elements
Example of Full Page Nested ElementHTML Elements
Example ExplainedHTML Elements


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

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