completed conversion of the HTML reference
@@ -1363,95 +1363,58 @@
|
||||
</dd>
|
||||
</dl><hr/>
|
||||
|
||||
</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="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>
|
||||
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>
|
||||
<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>
|
||||
@@ -1596,10 +1559,11 @@ Your browser may not display all of these properly.)
|
||||
<TD>&thorn; = Icelandic small Thorn (þ)</TD>
|
||||
<TD>&yuml; = y umlaut (ÿ)</TD>
|
||||
</TR>
|
||||
</TABLE><HR>
|
||||
</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>
|
||||
<i>Original of this document is copyright © 1997 Durand Communications, All rights
|
||||
reserved. Used in Venice, and Amsterdam, by permission.</i>
|
||||
|
||||
</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 |