completed conversion of the HTML reference
@@ -1363,243 +1363,207 @@
|
||||
</dd>
|
||||
</dl><hr/>
|
||||
|
||||
<a name="colors"><h3>Colors</h3></a>
|
||||
<p>When color values are called for in any HTML tag, they may be specified either by name or
|
||||
by color value. The following named colors are supported:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Black<IMG SRC="htmlref/ref-c0.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Maroon<IMG SRC="htmlref/ref-c4.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Gray<IMG SRC="htmlref/ref-c8.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Red<IMG SRC="htmlref/ref-cc.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Navy<IMG SRC="htmlref/ref-c1.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Purple<IMG SRC="htmlref/ref-c5.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Blue<IMG SRC="htmlref/ref-c9.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Fuchsia<IMG SRC="htmlref/ref-cd.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Green<IMG SRC="htmlref/ref-c2.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Olive<IMG SRC="htmlref/ref-c6.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Lime<IMG SRC="htmlref/ref-ca.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Yellow<IMG SRC="htmlref/ref-ce.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Teal<IMG SRC="htmlref/ref-c3.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Silver<IMG SRC="htmlref/ref-c7.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>Aqua<IMG SRC="htmlref/ref-cb.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
<td>White<IMG SRC="htmlref/ref-cf.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Colors may also be specified as a color value in the form "#RRGGBB", where <VAR>RR</VAR>,
|
||||
<VAR>GG</VAR>, and <VAR>BB</VAR> represent color intensity values for red, green, and blue,
|
||||
respectively, as hexadecimal values from 00 to FF (decimal 0 to 255). For example, the color
|
||||
"red" in the table above may also be represented as "#FF0000". In this color example, red
|
||||
is set to its highest possible value (hex FF, decimal 255), while green and blue are set to 0.</p>
|
||||
<p>Although red-green-blue color values theoretically allow for many thousands of colors,
|
||||
the actual number of colors available depends on the color capabilities of the devices the
|
||||
document will be viewed on. Many personal computers can display only 16 colors due to the
|
||||
type of video display adapter they use.</p><hr/>
|
||||
|
||||
<a name="chars"><h3>Special Characters</h3></a>
|
||||
<p>In HTML, certain special characters may be written as &<VAR>name</VAR>;, where
|
||||
<VAR>name</VAR> is a symbolic name. The most important of these are &lt; (the less-than
|
||||
sign, or <), &gt; (the greater-than sign, or >), and &amp; (the ampersand
|
||||
itself, or &). These allow you to use characters normally used by HTML to indicate
|
||||
formatting commands.</p>
|
||||
<p>In addition, special characters may be written as &#<VAR>nnn</VAR>;, where <VAR>nnn</VAR>
|
||||
is a decimal character code in the document's character set (usually the ISO Latin-1 character
|
||||
set).</p>
|
||||
<p>Here follows a listing of additional special characters in HTML. (<STRONG>NOTE:</STRONG>
|
||||
Your browser may not display all of these properly.)</p>
|
||||
|
||||
<TABLE BORDER=1>
|
||||
<TR>
|
||||
<TD>&nbsp; = nonbreaking space</TD>
|
||||
<TD>&iexcl; = inverted exclamation mark (¡)</TD>
|
||||
<TD>&cent; = cent sign (¢)</TD>
|
||||
<TD>&pound; = pound sterling sign (£)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&curren; = general currency sign (¤)</TD>
|
||||
<TD>&yen; = yen sign (¥)</TD>
|
||||
<TD>&brvbar; = broken vertical bar (¦)</TD>
|
||||
<TD>&sect; = section sign (§)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&uml; = umlaut (dieresis) (¨)</TD>
|
||||
<TD>&copy; = copyright sign (©)</TD>
|
||||
<TD>&ordf; = feminine ordinal (ª)</TD>
|
||||
<TD>&laquo; = left angle quotes («)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&not; = not sign (¬)</TD>
|
||||
<TD>&shy; = soft hyphen (­)</TD>
|
||||
<TD>&reg; = registered sign (®)</TD>
|
||||
<TD>&macr; = macron (¯)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&deg; = degree sign (°)</TD>
|
||||
<TD>&plusmn; = plus-or-minus sign (±)</TD>
|
||||
<TD>&sup2; = superscript 2 (²)</TD>
|
||||
<TD>&sup3; = superscript 3 (³)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&acute; = acute accent (´)</TD>
|
||||
<TD>&micro; = micro sign (µ)</TD>
|
||||
<TD>&para; = paragraph sign (¶)</TD>
|
||||
<TD>&middot; = middle dot (·)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&cedil; = cedilla (¸)</TD>
|
||||
<TD>&sup1; = superscript 1 (¹)</TD>
|
||||
<TD>&ordm; = masculine ordinal (º)</TD>
|
||||
<TD>&raquo; = right angle quotes (»)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&frac14; = fraction 1/4 (¼)</TD>
|
||||
<TD>&frac12; = fraction 1/2 (½)</TD>
|
||||
<TD>&frac34; = fraction 3/4 (¾)</TD>
|
||||
<TD>&iquest; = inverted question mark (¿)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Agrave; = A grave accent (À)</TD>
|
||||
<TD>&Aacute; = A acute accent (Á)</TD>
|
||||
<TD>&Acirc; = A circumflex (Â)</TD>
|
||||
<TD>&Atilde; = A tilde (Ã)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Auml; = A umlaut (Ä)</TD>
|
||||
<TD>&Aring; = A ring (Å)</TD>
|
||||
<TD>&AElig; = AE ligature (Æ)</TD>
|
||||
<TD>&Ccedil; = C cedilla (Ç)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Egrave; = E grave accent (È)</TD>
|
||||
<TD>&Eacute; = E acute accent (É)</TD>
|
||||
<TD>&Ecirc; = E circumflex (Ê)</TD>
|
||||
<TD>&Euml; = E umlaut (Ë)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Igrave; = I grave accent (Ì)</TD>
|
||||
<TD>&Iacute; = I acute accent (Í)</TD>
|
||||
<TD>&Icirc; = I circumflex (Î)</TD>
|
||||
<TD>&Iuml; = I umlaut (Ï)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&ETH; = Icelandic capital Eth (Ð)</TD>
|
||||
<TD>&Ntilde; = N tilde (Ñ)</TD>
|
||||
<TD>&Ograve; = O grave accent (Ò)</TD>
|
||||
<TD>&Oacute; = O acute accent (Ó)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Ocirc; = O circumflex (Ô)</TD>
|
||||
<TD>&Otilde; = O tilde (Õ)</TD>
|
||||
<TD>&Ouml; = O umlaut (Ö)</TD>
|
||||
<TD>&times; = multiply sign (×)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Oslash; = O slash (Ø)</TD>
|
||||
<TD>&Ugrave; = U grave accent (Ù)</TD>
|
||||
<TD>&Uacute; = U acute accent (Ú)</TD>
|
||||
<TD>&Ucirc; = U circumflex (Û)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Uuml; = U umlaut (Ü)</TD>
|
||||
<TD>&Yacute; = Y acute accent (Ý)</TD>
|
||||
<TD>&THORN; = Icelandic capital Thorn (Þ)</TD>
|
||||
<TD>&szlig; = German sharp s (ß)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&agrave; = a grave accent (à)</TD>
|
||||
<TD>&aacute; = a acute accent (á)</TD>
|
||||
<TD>&acirc; = a circumflex (â)</TD>
|
||||
<TD>&atilde; = a tilde (ã)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&auml; = a umlaut (ä)</TD>
|
||||
<TD>&aring; = a ring (å)</TD>
|
||||
<TD>&aelig; = ae ligature (æ)</TD>
|
||||
<TD>&ccedil; = c cedilla (ç)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&egrave; = e grave accent (è)</TD>
|
||||
<TD>&eacute; = e acute accent (é)</TD>
|
||||
<TD>&ecirc; = e circumflex (ê)</TD>
|
||||
<TD>&euml; = e umlaut (ë)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&igrave; = i grave accent (ì)</TD>
|
||||
<TD>&iacute; = i acute accent (í)</TD>
|
||||
<TD>&icirc; = i circumflex (î)</TD>
|
||||
<TD>&iuml; = i umlaut (ï)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&eth; = Icelandic small Eth (ð)</TD>
|
||||
<TD>&ntilde; = n tilde (ñ)</TD>
|
||||
<TD>&ograve; = o grave accent (ò)</TD>
|
||||
<TD>&oacute; = o acute accent (ó)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&ocirc; = o circumflex (ô)</TD>
|
||||
<TD>&otilde; = o tilde (õ)</TD>
|
||||
<TD>&ouml; = o umlaut (ö)</TD>
|
||||
<TD>&divide; = divide sign (÷)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&oslash; = o slash (ø)</TD>
|
||||
<TD>&ugrave; = u grave accent (ù)</TD>
|
||||
<TD>&uacute; = u acute accent (ú)</TD>
|
||||
<TD>&ucirc; = u circumflex (û)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&uuml; = u umlaut (ü)</TD>
|
||||
<TD>&yacute; = y acute accent (ý)</TD>
|
||||
<TD>&thorn; = Icelandic small Thorn (þ)</TD>
|
||||
<TD>&yuml; = y umlaut (ÿ)</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<hr/>
|
||||
|
||||
<i>Original of this document is copyright © 1997 Durand Communications, All rights
|
||||
reserved. Used in Venice, and Amsterdam, by permission.</i>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
-------------------------------------------------------------------------------------------
|
||||
<HTML>
|
||||
<BODY>
|
||||
<A NAME="colors"><H3>Colors</H3></A>
|
||||
When color values are called for in any HTML tag, they may be specified either by name or
|
||||
by color value. The following named colors are supported:
|
||||
<TABLE>
|
||||
<TR VALIGN=MIDDLE>
|
||||
<TD ALIGN=RIGHT>
|
||||
Black<IMG SRC="images/ref-c0.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Maroon<IMG SRC="images/ref-c4.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Gray<IMG SRC="images/ref-c8.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Red<IMG SRC="images/ref-cc.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=MIDDLE>
|
||||
<TD ALIGN=RIGHT>
|
||||
Navy<IMG SRC="images/ref-c1.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Purple<IMG SRC="images/ref-c5.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Blue<IMG SRC="images/ref-c9.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Fuchsia<IMG SRC="images/ref-cd.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=MIDDLE>
|
||||
<TD ALIGN=RIGHT>
|
||||
Green<IMG SRC="images/ref-c2.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Olive<IMG SRC="images/ref-c6.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Lime<IMG SRC="images/ref-ca.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Yellow<IMG SRC="images/ref-ce.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR VALIGN=MIDDLE>
|
||||
<TD ALIGN=RIGHT>
|
||||
Teal<IMG SRC="images/ref-c3.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Silver<IMG SRC="images/ref-c7.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
Aqua<IMG SRC="images/ref-cb.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
White<IMG SRC="images/ref-cf.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
Colors may also be specified as a color value in the form "#RRGGBB", where <VAR>RR</VAR>,
|
||||
<VAR>GG</VAR>, and <VAR>BB</VAR> represent color intensity values for red, green, and blue,
|
||||
respectively, as hexadecimal values from 00 to FF (decimal 0 to 255). For example, the color
|
||||
"red" in the table above may also be represented as "#FF0000". In this color example, red
|
||||
is set to its highest possible value (hex FF, decimal 255), while green and blue are set to 0.
|
||||
<P>Although red-green-blue color values theoretically allow for many thousands of colors,
|
||||
the actual number of colors available depends on the color capabilities of the devices the
|
||||
document will be viewed on. Many personal computers can display only 16 colors due to the
|
||||
type of video display adapter they use.
|
||||
<HR>
|
||||
|
||||
<A NAME="chars"><H3>Special Characters</H3></A>
|
||||
In HTML, certain special characters may be written as &<VAR>name</VAR>;, where
|
||||
<VAR>name</VAR> is a symbolic name. The most important of these are &lt; (the less-than
|
||||
sign, or <), &gt; (the greater-than sign, or >), and &amp; (the ampersand
|
||||
itself, or &). These allow you to use characters normally used by HTML to indicate
|
||||
formatting commands.<P>
|
||||
In addition, special characters may be written as &#<VAR>nnn</VAR>;, where <VAR>nnn</VAR>
|
||||
is a decimal character code in the document's character set (usually the ISO Latin-1 character
|
||||
set).<P>
|
||||
Here follows a listing of additional special characters in HTML. (<STRONG>NOTE:</STRONG>
|
||||
Your browser may not display all of these properly.)
|
||||
<TABLE BORDER=1>
|
||||
<TR>
|
||||
<TD>&nbsp; = nonbreaking space</TD>
|
||||
<TD>&iexcl; = inverted exclamation mark (¡)</TD>
|
||||
<TD>&cent; = cent sign (¢)</TD>
|
||||
<TD>&pound; = pound sterling sign (£)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&curren; = general currency sign (¤)</TD>
|
||||
<TD>&yen; = yen sign (¥)</TD>
|
||||
<TD>&brvbar; = broken vertical bar (¦)</TD>
|
||||
<TD>&sect; = section sign (§)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&uml; = umlaut (dieresis) (¨)</TD>
|
||||
<TD>&copy; = copyright sign (©)</TD>
|
||||
<TD>&ordf; = feminine ordinal (ª)</TD>
|
||||
<TD>&laquo; = left angle quotes («)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&not; = not sign (¬)</TD>
|
||||
<TD>&shy; = soft hyphen (­)</TD>
|
||||
<TD>&reg; = registered sign (®)</TD>
|
||||
<TD>&macr; = macron (¯)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&deg; = degree sign (°)</TD>
|
||||
<TD>&plusmn; = plus-or-minus sign (±)</TD>
|
||||
<TD>&sup2; = superscript 2 (²)</TD>
|
||||
<TD>&sup3; = superscript 3 (³)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&acute; = acute accent (´)</TD>
|
||||
<TD>&micro; = micro sign (µ)</TD>
|
||||
<TD>&para; = paragraph sign (¶)</TD>
|
||||
<TD>&middot; = middle dot (·)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&cedil; = cedilla (¸)</TD>
|
||||
<TD>&sup1; = superscript 1 (¹)</TD>
|
||||
<TD>&ordm; = masculine ordinal (º)</TD>
|
||||
<TD>&raquo; = right angle quotes (»)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&frac14; = fraction 1/4 (¼)</TD>
|
||||
<TD>&frac12; = fraction 1/2 (½)</TD>
|
||||
<TD>&frac34; = fraction 3/4 (¾)</TD>
|
||||
<TD>&iquest; = inverted question mark (¿)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Agrave; = A grave accent (À)</TD>
|
||||
<TD>&Aacute; = A acute accent (Á)</TD>
|
||||
<TD>&Acirc; = A circumflex (Â)</TD>
|
||||
<TD>&Atilde; = A tilde (Ã)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Auml; = A umlaut (Ä)</TD>
|
||||
<TD>&Aring; = A ring (Å)</TD>
|
||||
<TD>&AElig; = AE ligature (Æ)</TD>
|
||||
<TD>&Ccedil; = C cedilla (Ç)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Egrave; = E grave accent (È)</TD>
|
||||
<TD>&Eacute; = E acute accent (É)</TD>
|
||||
<TD>&Ecirc; = E circumflex (Ê)</TD>
|
||||
<TD>&Euml; = E umlaut (Ë)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Igrave; = I grave accent (Ì)</TD>
|
||||
<TD>&Iacute; = I acute accent (Í)</TD>
|
||||
<TD>&Icirc; = I circumflex (Î)</TD>
|
||||
<TD>&Iuml; = I umlaut (Ï)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&ETH; = Icelandic capital Eth (Ð)</TD>
|
||||
<TD>&Ntilde; = N tilde (Ñ)</TD>
|
||||
<TD>&Ograve; = O grave accent (Ò)</TD>
|
||||
<TD>&Oacute; = O acute accent (Ó)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Ocirc; = O circumflex (Ô)</TD>
|
||||
<TD>&Otilde; = O tilde (Õ)</TD>
|
||||
<TD>&Ouml; = O umlaut (Ö)</TD>
|
||||
<TD>&times; = multiply sign (×)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Oslash; = O slash (Ø)</TD>
|
||||
<TD>&Ugrave; = U grave accent (Ù)</TD>
|
||||
<TD>&Uacute; = U acute accent (Ú)</TD>
|
||||
<TD>&Ucirc; = U circumflex (Û)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&Uuml; = U umlaut (Ü)</TD>
|
||||
<TD>&Yacute; = Y acute accent (Ý)</TD>
|
||||
<TD>&THORN; = Icelandic capital Thorn (Þ)</TD>
|
||||
<TD>&szlig; = German sharp s (ß)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&agrave; = a grave accent (à)</TD>
|
||||
<TD>&aacute; = a acute accent (á)</TD>
|
||||
<TD>&acirc; = a circumflex (â)</TD>
|
||||
<TD>&atilde; = a tilde (ã)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&auml; = a umlaut (ä)</TD>
|
||||
<TD>&aring; = a ring (å)</TD>
|
||||
<TD>&aelig; = ae ligature (æ)</TD>
|
||||
<TD>&ccedil; = c cedilla (ç)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&egrave; = e grave accent (è)</TD>
|
||||
<TD>&eacute; = e acute accent (é)</TD>
|
||||
<TD>&ecirc; = e circumflex (ê)</TD>
|
||||
<TD>&euml; = e umlaut (ë)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&igrave; = i grave accent (ì)</TD>
|
||||
<TD>&iacute; = i acute accent (í)</TD>
|
||||
<TD>&icirc; = i circumflex (î)</TD>
|
||||
<TD>&iuml; = i umlaut (ï)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&eth; = Icelandic small Eth (ð)</TD>
|
||||
<TD>&ntilde; = n tilde (ñ)</TD>
|
||||
<TD>&ograve; = o grave accent (ò)</TD>
|
||||
<TD>&oacute; = o acute accent (ó)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&ocirc; = o circumflex (ô)</TD>
|
||||
<TD>&otilde; = o tilde (õ)</TD>
|
||||
<TD>&ouml; = o umlaut (ö)</TD>
|
||||
<TD>&divide; = divide sign (÷)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&oslash; = o slash (ø)</TD>
|
||||
<TD>&ugrave; = u grave accent (ù)</TD>
|
||||
<TD>&uacute; = u acute accent (ú)</TD>
|
||||
<TD>&ucirc; = u circumflex (û)</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>&uuml; = u umlaut (ü)</TD>
|
||||
<TD>&yacute; = y acute accent (ý)</TD>
|
||||
<TD>&thorn; = Icelandic small Thorn (þ)</TD>
|
||||
<TD>&yuml; = y umlaut (ÿ)</TD>
|
||||
</TR>
|
||||
</TABLE><HR>
|
||||
|
||||
<CENTER><FONT SIZE=-2>Original of this document is copyright © 1997 Durand Communications, All rights
|
||||
reserved. Used in Venice by permission.</FONT></CENTER>
|
||||
</FONT>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
After Width: | Height: | Size: 109 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 151 B |