<TITLE>HTML Basics</TITLE>
<P> tells Netscape to put in a paragraph break and insert a gap
in the text flow. A <P> was just used before this paragraph.
<BR> tells Netscape to break the paragraph, but not put in a
gap. A <BR> was just used before this paragraph.
Some examples:
You can increase the relative font size, or you can even decrease it.
You can <FONT SIZE=+2>increase the relative font size</FONT>, or you can even <FONT SIZE=-2>decrease it</FONT>.
<BASEFONT SIZE=5> You can work with a larger base font size. In this case, changes such as an <FONT SIZE=+2>increase</FONT>, or <FONT SIZE=-2>decrease</FONT> are based on that font size. </BASEFONT>
Text can be:
<PRE> Type in any text that you like. The text will be printed in a fixed width font, and will observe all returns, page breaks, etc, that you type in the original HTML file. Text wrapping and formatting to fit window size is off. What you see is what you get. </PRE>
An simple unordered list is created thus:
<UL>
If you don't like the symbols being used by each of the levels, you can change them, either on a per item basis, or for the whole list.
<UL>
A simple ordered list looks like this:
<OL>
For finer control of your list, you can do things like:
<OL TYPE=I>
Æ | Æ | capital AE diphthong (ligature) |
Á | Á | capital A, acute accent |
 |  | capital A, circumflex accent |
À | À | capital A, grave accent |
Å | Å | capital A, ring |
à | à | capital A, tilde |
Ä | Ä | capital A, dieresis or umlaut mark |
Ç | Ç | capital C, cedilla |
Ð | Ð | capital Eth, Icelandic |
É | É | capital E, acute accent |
Ê | Ê | capital E, circumflex accent |
È | È | capital E, grave accent |
Ë | Ë | capital E, dieresis or umlaut mark |
Í | Í | capital I, acute accent |
Î | Î | capital I, circumflex accent |
Ì | Ì | capital I, grave accent |
Ï | Ï | capital I, dieresis or umlaut mark |
Ñ | Ñ | capital N, tilde |
Ó | Ó | capital O, acute accent |
Ô | Ô | capital O, circumflex accent |
Ò | Ò | capital O, grave accent |
Ø | Ø | capital O, slash |
Õ | Õ | capital O, tilde |
Ö | Ö | capital O, dieresis or umlaut mark |
Þ | Þ | capital THORN, Icelandic |
Ú | Ú | capital U, acute accent |
Û | Û | capital U, circumflex accent |
Ù | Ù | capital U, grave accent |
Ü | Ü | capital U, dieresis or umlaut mark |
Ý | Ý | capital Y, acute accent |
á | á | small a, acute accent |
â | â | small a, circumflex accent |
æ | æ | small ae diphthong (ligature) |
à | à | small a, grave accent |
å | å | small a, ring |
ã | ã | small a, tilde |
ä | ä | small a, dieresis or umlaut mark |
ç | ç | small c, cedilla |
é | é | small e, acute accent |
ê | ê | small e, circumflex accent |
è | è | small e, grave accent |
ð | ð | small eth, Icelandic |
ë | ë | small e, dieresis or umlaut mark |
í | í | small i, acute accent |
î | î | small i, circumflex accent |
ì | ì | small i, grave accent |
ï | ï | small i, dieresis or umlaut mark |
ñ | ñ | small n, tilde |
ó | ó | small o, acute accent |
ô | ô | small o, circumflex accent |
ò | ò | small o, grave accent |
ø | ø | small o, slash |
õ | õ | small o, tilde |
ö | ö | small o, dieresis or umlaut mark |
ß | ß | small sharp s, German (sz ligature) |
þ | þ | small thorn, Icelandic |
ú | ú | small u, acute accent |
û | û | small u, circumflex accent |
ù | ù | small u, grave accent |
ü | ü | small u, dieresis or umlaut mark |
ý | ý | small y, acute accent |
ÿ | ÿ | small y, dieresis or umlaut mark |
® | ® | Registered Trademark |
© | © | Copyright |