Horje

Example of Omitting <html> and <body>

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

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

Output should be:

Example of Omitting <html> and <body>




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