A sample footer

The footer area of your webpage would usually contain a copyright notice. It may also contain other general information, such as the date the page was last revised or updated. Here is a sample of how to create a footer in your html web page. Copyright © 1999, Your Name Revised: Revision Date URL: http://this.page’s.url.here Here is what the html code would look like for the sample footer used above:
Copyright © 1999, Your Name
Revised: Revision Date
URL: <a href="http://www.lanw.com/books/for-dummies-books/html-4-for-dummies-3rd-edition/book-examples/chapter-5-text-pages-are-tried-and-true/a-sample-footer/">http://this.page's.url.here</a>