completed conversion of the HTML reference
@@ -1363,95 +1363,58 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</dl><hr/>
|
</dl><hr/>
|
||||||
|
|
||||||
</body>
|
<a name="colors"><h3>Colors</h3></a>
|
||||||
</html>
|
<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>
|
||||||
<HTML>
|
<table>
|
||||||
<BODY>
|
<tr>
|
||||||
<A NAME="colors"><H3>Colors</H3></A>
|
<td>Black<IMG SRC="htmlref/ref-c0.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
When color values are called for in any HTML tag, they may be specified either by name or
|
<td>Maroon<IMG SRC="htmlref/ref-c4.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
by color value. The following named colors are supported:
|
<td>Gray<IMG SRC="htmlref/ref-c8.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TABLE>
|
<td>Red<IMG SRC="htmlref/ref-cc.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TR VALIGN=MIDDLE>
|
</tr>
|
||||||
<TD ALIGN=RIGHT>
|
<tr>
|
||||||
Black<IMG SRC="images/ref-c0.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<td>Navy<IMG SRC="htmlref/ref-c1.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
</TD>
|
<td>Purple<IMG SRC="htmlref/ref-c5.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TD ALIGN=RIGHT>
|
<td>Blue<IMG SRC="htmlref/ref-c9.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
Maroon<IMG SRC="images/ref-c4.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<td>Fuchsia<IMG SRC="htmlref/ref-cd.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
</TD>
|
</tr>
|
||||||
<TD ALIGN=RIGHT>
|
<tr>
|
||||||
Gray<IMG SRC="images/ref-c8.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<td>Green<IMG SRC="htmlref/ref-c2.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
</TD>
|
<td>Olive<IMG SRC="htmlref/ref-c6.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TD ALIGN=RIGHT>
|
<td>Lime<IMG SRC="htmlref/ref-ca.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
Red<IMG SRC="images/ref-cc.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<td>Yellow<IMG SRC="htmlref/ref-ce.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
</TD>
|
</tr>
|
||||||
</TR>
|
<tr>
|
||||||
<TR VALIGN=MIDDLE>
|
<td>Teal<IMG SRC="htmlref/ref-c3.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TD ALIGN=RIGHT>
|
<td>Silver<IMG SRC="htmlref/ref-c7.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
Navy<IMG SRC="images/ref-c1.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<td>Aqua<IMG SRC="htmlref/ref-cb.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
</TD>
|
<td>White<IMG SRC="htmlref/ref-cf.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32></td>
|
||||||
<TD ALIGN=RIGHT>
|
</tr>
|
||||||
Purple<IMG SRC="images/ref-c5.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
</table>
|
||||||
</TD>
|
<p>Colors may also be specified as a color value in the form "#RRGGBB", where <VAR>RR</VAR>,
|
||||||
<TD ALIGN=RIGHT>
|
<VAR>GG</VAR>, and <VAR>BB</VAR> represent color intensity values for red, green, and blue,
|
||||||
Blue<IMG SRC="images/ref-c9.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
respectively, as hexadecimal values from 00 to FF (decimal 0 to 255). For example, the color
|
||||||
</TD>
|
"red" in the table above may also be represented as "#FF0000". In this color example, red
|
||||||
<TD ALIGN=RIGHT>
|
is set to its highest possible value (hex FF, decimal 255), while green and blue are set to 0.</p>
|
||||||
Fuchsia<IMG SRC="images/ref-cd.gif" ALT="" ALIGN=MIDDLE HSPACE=5 VSPACE=2 WIDTH=32 HEIGHT=32>
|
<p>Although red-green-blue color values theoretically allow for many thousands of colors,
|
||||||
</TD>
|
the actual number of colors available depends on the color capabilities of the devices the
|
||||||
</TR>
|
document will be viewed on. Many personal computers can display only 16 colors due to the
|
||||||
<TR VALIGN=MIDDLE>
|
type of video display adapter they use.</p><hr/>
|
||||||
<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>
|
<a name="chars"><h3>Special Characters</h3></a>
|
||||||
In HTML, certain special characters may be written as &<VAR>name</VAR>;, where
|
<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
|
<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
|
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
|
itself, or &). These allow you to use characters normally used by HTML to indicate
|
||||||
formatting commands.<P>
|
formatting commands.</p>
|
||||||
In addition, special characters may be written as &#<VAR>nnn</VAR>;, where <VAR>nnn</VAR>
|
<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
|
is a decimal character code in the document's character set (usually the ISO Latin-1 character
|
||||||
set).<P>
|
set).</p>
|
||||||
Here follows a listing of additional special characters in HTML. (<STRONG>NOTE:</STRONG>
|
<p>Here follows a listing of additional special characters in HTML. (<STRONG>NOTE:</STRONG>
|
||||||
Your browser may not display all of these properly.)
|
Your browser may not display all of these properly.)</p>
|
||||||
<TABLE BORDER=1>
|
|
||||||
|
<TABLE BORDER=1>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>&nbsp; = nonbreaking space</TD>
|
<TD>&nbsp; = nonbreaking space</TD>
|
||||||
<TD>&iexcl; = inverted exclamation mark (¡)</TD>
|
<TD>&iexcl; = inverted exclamation mark (¡)</TD>
|
||||||
@@ -1596,10 +1559,11 @@ Your browser may not display all of these properly.)
|
|||||||
<TD>&thorn; = Icelandic small Thorn (þ)</TD>
|
<TD>&thorn; = Icelandic small Thorn (þ)</TD>
|
||||||
<TD>&yuml; = y umlaut (ÿ)</TD>
|
<TD>&yuml; = y umlaut (ÿ)</TD>
|
||||||
</TR>
|
</TR>
|
||||||
</TABLE><HR>
|
</TABLE>
|
||||||
|
<hr/>
|
||||||
|
|
||||||
<CENTER><FONT SIZE=-2>Original of this document is copyright © 1997 Durand Communications, All rights
|
<i>Original of this document is copyright © 1997 Durand Communications, All rights
|
||||||
reserved. Used in Venice by permission.</FONT></CENTER>
|
reserved. Used in Venice, and Amsterdam, by permission.</i>
|
||||||
</FONT>
|
|
||||||
</BODY>
|
</body>
|
||||||
</HTML>
|
</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 |