Horje
What is 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
What is HTML? HTML Introduction
What is HTML Code HTML Introduction
What is HTML Element HTML Introduction
How to view HTML Page in Web Browsers HTML Introduction
How should be HTML Page Structure HTML Introduction
What is HTML History HTML Introduction


Read Full:
HTML Introduction
Category:
Web Tutorial
Sub Category:
HTML Introduction
Uploaded by:
Admin
Views:
395


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