Horje

Example of HTML Code

Here is an example of HTML Code.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>
My First Heading</h1>
<p>
My first paragraph.</p>
</body>
</html>

Output should be:

Example of HTML Code




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