|
HCI 201: Multimedia and
the World wide Web
Trouble shooting
If your page doesn't look like
you think it should look, check the following:
- Make sure all tags are closed
correctly.
- There is a closing tag,
especially for:
- Lists,
- headings,
- bold,
- font
- There is a slash "/" in
the end tag.
- The tag name is spelled
correctly.
- The end tag matches the
start tag.
- Both angle brackets are
there.
- The tags are nested properly.
- You have quote marks around
values of attributes.
- If links don't work, check
that the same extension (*.htm or *.html) is used both in the link and
in the actual filename
- Are you using the most current
source?
- Make sure you refresh your
browser if you have made a repair to the code and come back to look
at it again.
- Your files have the correct
permissions
- Your tables are closed
- You referenced the image
name and place correctly
|