Hyperlinks

Create a simple practice Web page with the following features:

01 Properly start a new page with all the appropriate tags: <html> <head> <title> <body>
02 Add an absolute hyperlink to your school's Web site
03 Open the absolute linked page in a new browser window
04 Add a relative hyperlink to a page stored in the same folder as your practice page
05 Set an id within an <h1> tag at the top of the page
06 At the bottom of the page, add an internal hyperlink to the id that you set within the <h1> tag
07 Set a named anchor at the bottom of the page
08 At the top of the page add an internal hyperlink to the anchor at the bottom of the page
09 Add your working email address to your practice page
10 Add a linked image that links to another page or Web site when it is clicked

ValidateValidate

Validation checks the syntax of your file, looking for both errors and possible issues when viewing your page in a browser. Some of the problems reported are missing end tags, missing characters, invalid attributes, incorrect nesting of elements...
 your file, see: http://validator.w3.org

Save your file as Hyperlink-YourLastName.htm and preview it in your browser.