Try it Yourself!!

In the Box below, type or copy the following HTML code, then click "View Results" The HTML document you created will be displayed in a new browser. You may wish to change the words within the tags and the tag attributes just to try it out.

<html>
<head><title>Your Title goes here</title></head>
<body>
<h1>Body of page goes here</h1>
<hr>
<h3>Building a simple web page is really pretty easy!</h3>
</body>
</html>



Enter HTML code here.