Use Hyperlinks, Ids and classes
Due at the end of class session. You may have 24 hours extension.
Save the practice page
Make a copy of the basic HTML for Lab 05. You may change the name to something shorter if you wish. However, Do NOT use spaces in the file name.
Edit the comments near the beginning to add your own name and the date.
There is a screenshot of the finished product at the end of this page. You can click on it to see an enlargement. Your task is to add hyperlinks (anchor tags), IDs, and styles to the document.
Add hyperlinks and IDs
For this exercise, you will add hyperlinks to the page.
- First, in the opening paragraph, the text "The Lorem Ipsum Site" should be a link to that web site. Add the necessary anchor <a>tag and the href attribute with value "http://www.lipsum.com/".
- Second, the page is supposed to have navigation menus--horizontal lists of links--at the top and bottom.
- the top of the page will have links to targets within the same page.
- add the necessary ids and anchor tags in the appropriate places in the document. The first one has already been done to provide an example
- the bottom of the practice page will have links to other pages, on different servers.
- add the two anchor tags. The URLs for the href values will be http://cs.hood.edu and http://wyrd.hood.edu/~dong/it581/s2015/
Add styles
Now add a little style to the page.
- All links should be lime green(except when you hover over them), large, italic, and boldface.
- When you hover over a link, it should turn red.
- Paragraphs should be fully justified.
- The navigation menus at the top and bottom should have a background color of maroon and centered text. You will need to differentiate these two paragraphs from the rest. (Use a class.)
- The first paragraph should have a yellow background.
Submit the lab work using Blackboard
When you are finished, submit your web document using Blackboard..
Comments to: dong@hood.edu
Last Modified: 14 July 2015. 12:22