HTML Lessons - End of Page
Return to HTML Lessons


View the source for this page.
This is our standard footer for every web page.


Line break or carriage return.

<br>

Use an anchor tag to refer to the root "/" directory.
Display the graphic home.gif. End the anchor tag.

<a href="/">Home</a>
End centering for the page. (If we aren't centering in the body, omit this.)

</center>
Always end a web page with the body and HTML tags.

</body>
</html>


Top of Page