a html page example template
Example 1: basic html template
Basic Html Template:
<html>
<head>
<title>
/* document title here */
</title>
/* document meta information and external file include written here */
</head>
<body>
/* document body goes here */
</body>
</html>
Example 2: sample html template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">