Week 5 Review Questions

If you are linking to a page on another server (not your own site), which type of URL do you use?

An absolute link in the form http://www.blahblah.com/blah.html

If linking to another page on your site, which type of URL do you use?

A relative link in the form /../blah/blah.html

In Intra-Page linking you need an anchor and a target. How do you make the target compatible with older browsers and the newer standards?

Label the link with id as well as name.

From an accessibility standpoint, what is an appropriate text equivalent (alt text ... alt=" ") for an image on a Web page?

A good but brief description of the image so that blind people using text readers get an idea of what is there.

A green alien standing on the branch of a plant!

What elements would you use to create complex data tables?

th, tf, caption, summary attribute, colgroup and rowgroup