Horje

How to create HTML <html> Tag

A simple HTML document
index.html
Example: HTML
<!DOCTYPE html>
<html lang="en">
<head> <title>Title of the document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>

Output should be:

How to create HTML <html> Tag




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