Horje
HTML?

HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn - You will enjoy it!


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:






Related Articles
HTML? HTML Introduction
HTML Code HTML Introduction
HTML Element HTML Introduction
How to view HTML Page in Web Browsers HTML Introduction
How should be HTML Page Structure HTML Introduction
HTML History HTML Introduction


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


Reffered: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default