Horje

Example of HTML Page Structure

Follow the example.

index.html
Example: HTML
<!DOCTYPE html>
<html lang="en">
<head>
 <meta charset="UTF-8" />
 <meta name="viewport" content= "width=device-width, initial-scale=1.0" />
 <title>Structure of HTML Document</title>
</head>
<body>
 <!-- Main content of website -->
 <h1>
Horje</h1>
 <p>
A computer science portal for Horje</p>
</body>
</html>

Output should be:

Example of HTML Page Structure




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