Horje

Example of HTML End Tag

Some HTML elements will display correctly, even if you forget the end tag:

index.html
Example: HTML
 <html>
<body>
<p>
This is a paragraph<p>
This is a paragraph</body>
</html>

Output should be:

Example of HTML End Tag




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