HTML

HTML Tags

Starting Template for a web page

<html>


<head>

</head>

<body>

</body>


</html>

Example Output

Try it Youself!

Practice typing out the basic template until you can do it from memory!