Next: Text Formatting with HTML
Up: Basic HTML Programming
Previous: External Images, Sounds, Video
- Make sure
<
and >
match up
- Make sure
<tag>
and </tag>
match up
- Not all browsers display information the same way
- Netscape is most advanced
- Lynx displays no graphics
- Relative vs. Absolute links
- If your html document is top.html and you refer to another
document in the same directory, you need only specify the
file name and not the entire path
dave@cs.cf.ac.uk