Appendix 1
HTML Advanced: Exercises
- Background Color
- Open adv.htm
- Replace <BODY> with <BODY BGCOLOR=#008080>
- Save the file
and then view via Netscape
- Tiled-Image Background
- Open adv.htm
- Replace the <BODY> tag with
<BODY BGCOLOR=#C0C0C0 BACKGROUND="jeweled.gif">
- Save the file
and then view via Netscape
- Align
- Open adv.htm
- Replace the <BODY> tag with <BODY BGCOLOR=#ffffff>
- Insert ALIGN=RIGHT in the opening paragraph <P> tag.
- Save the file
and then view via Netscape
- Images
- Open adv.htm
- Remove <P ...> and </P> from the opening paragraph.
- Insert <IMG SRC="statue.gif"> before text.
- Save the file
and then view via Netscape
- Add <ALIGN=LEFT> to the
IMG
tag.
- Save the file
and then view via Netscape
- Insert <BR CLEAR=LEFT> before the sentence beginning with
Essential.
- Save the file
and then view via Netscape
- Image Map
- Open map.htm
- Click on circle, triange, square, and image.
- Basic Table
- Open table.htm
- Fill in data from attached sheet
- Save the file
and then view via Netscape
- Add BORDER to the <TABLE> tag.
- Save the file
and then view via Netscape
- Captions
- Add caption to table.
- Save the file
and then view via Netscape
- Headers
- Change <TD></TD> in first row to <TH></TH>
- Save the file
and then view via Netscape
- Spanning
- Span first row <TH colspan=4>...</TH>
- remove extra <TD></TD> from first row
- Save the file
and then view via Netscape
- Formatting
- Add align=center to <TD>##</TD> cells
- Save the file file
and then view via Netscape
- Graphics and URL
- Add VCU logo graphic to cell 1,1
- Change column span from 4 to 3
- Add URL to IREweb caption
- Save the file
and then view via Netscape