BASIC HTML PROGRAM

<!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:
 HERE this is a basic html Program that can be Edited on Notepad OR you  can use any othe Code Editor like Notepad++,sublime text or an Code ignitor etc type of Editor.
This File can be Saved Via .html Extension(dot(.)html)
The File Cane be Run only on Browsers like safari,mozilla,and google crome etc.

Comments