
Today Iām going to show you how you can create a simple format of html if you like this post please consider sharing as much you can .
Html.[Index]
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>