Horje

Example of HTML Correct Tags

Example given following a correct way uses Tag.

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

Output should be:

Example of HTML Correct Tags




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