Horje

Example of HTML

Here is an Example of HTML.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>
This is a Heading</h1>
<p>
This is a paragraph.</p>
</body>
</html>

Output should be:

Example of HTML




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