Become a "Friend of BCN"

BCN Logo Boulder Community Network
Advanced tags and troubeshooting

Other Tags

This is sort of a teaser.

There are lots of tags, and each HTML update (HTML 4.0 ) is the current standard) makes changes. Some useful tags are

<table>. . .</table> to create tables and columns on a page.
<form>. . .</form> to process information.
<frame>. . .</frame> to create more than one window in a browser.

We have just scratched the surface

trouble shooting

Troubleshooting

Avoid overlapping tags. Remember FILO--first in, last out. Tags must be nested, meaning

<b><i>bold and italic</i></b>

Check your links!

When you are saving your HTML file, be sure to save it as a text file-- not a Word file or anything else. Also, be sure that the filename ends in .htm or .html -- even on a Mac. Finally, remember that the filenames for links are usually case-sensitive-- myfile.htm is different than MYfile.htm

some standard mistakes:

Next

Boulder Community Network


Copyright © Pierre Malraison All rights reserved.