Horje

How to create HTML <body> Tag

A simple HTML document:
index.html
Example: HTML
 <html>
<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 <body> Tag




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