Horje

Example of Omitting HEAD

index.html
Example: HTML
<!DOCTYPE html>
<html>
<title>Page Title</title>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

Output should be:

Example of Omitting HEAD




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Style Guide
Uploaded by:
Admin