Horje

Example of Nested HTML Elements

HTML elements can be nested (this means that elements can contain other elements)

index.html
Example: HTML
 <!DOCTYPE html>
<html>
<body>

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

</body>
</html> 

Output should be:

Example of Nested HTML Elements




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