H401 - Review Questions Week 5
- If you are linking to a page on another server (not your own site), which type of URL do you use?
Absolute
- If linking to another page on your site, which type of URL do you use?
Relative
- 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?
Use both name and id attributes.
- What attribute and values are necessary to create text flowing around an image (floating text)?
align right or left
- Two questions about the alt attribute in an
<img>element.- From an accessibility standpoint, what is an appropriate text equivalent (alt text ... alt=" ") for an image on a Web page?
- Provide an example by inserting an image in your review question answers page and including appropriate equivalent text in the alt attribute value.
- Text which fullfils the same function as the image.

- What elements would you use to create complex data tables?
<table> <tr> <td> <caption> <colgroup> <col> <th> <thead> <tbody> <tfoot>
- If one was using tables for document layout, what are the only elements that should be used?
<table> <tr> <td>