<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>HTML Stand for Hyper Test Markup Language.</h1>
<p>Hyper Text simply means "Text within Text". </p>
</body>
</html>
Example Explain
- DOCTYPE declaration defines the document type to be HTML.
- Describes an HTML document<html> and </html> .
- <head> and </head> provides information about the document
- <title> and </title> provides a title for the document.
- <body> and </body> describes the visible page content.
- <h1> and </h1>describes a heading.
- <p> and </p> describes paragraph
How to Run HTML Code
There are following Steps.
Steps : 1 -> Write the code on Notepad
Steps : 2-> Save the file given by user such as test.html
Then now Open the test.html file