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



Single Articles
Example of HTML Page Structure HTML Introduction


Related Articles
HTML HTML Introduction
HTML Code HTML Introduction
HTML Element HTML Introduction
HTML Page in Web Browsers HTML Introduction
HTML Page Structure HTML Introduction
HTML History HTML Introduction

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