Sample HTML page

Sample HTML page

Sample html template code which can be use as create html page from the beginning or if you want to create html page for test.

<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Sample html page</title>
</head>
<body>
<h2>Sample HTML page</h2>
</body>
</html>

Output:
Sample HTML page

Leave a Reply

Your email address will not be published. Required fields are marked *