diff --git a/ui/static/html-reference.html b/ui/static/html-reference.html index bdb7569..98ddeda 100644 --- a/ui/static/html-reference.html +++ b/ui/static/html-reference.html @@ -1363,243 +1363,207 @@
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:
+| Black |
+ Maroon |
+ Gray |
+ Red |
+
| Navy |
+ Purple |
+ Blue |
+ Fuchsia |
+
| Green |
+ Olive |
+ Lime |
+ Yellow |
+
| Teal |
+ Silver |
+ Aqua |
+ White |
+
Colors may also be specified as a color value in the form "#RRGGBB", where RR, + GG, and BB 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.
+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.
In HTML, certain special characters may be written as &name;, where + name is a symbolic name. The most important of these are < (the less-than + sign, or <), > (the greater-than sign, or >), and & (the ampersand + itself, or &). These allow you to use characters normally used by HTML to indicate + formatting commands.
+In addition, special characters may be written as &#nnn;, where nnn + is a decimal character code in the document's character set (usually the ISO Latin-1 character + set).
+Here follows a listing of additional special characters in HTML. (NOTE: + Your browser may not display all of these properly.)
+ +| = nonbreaking space | +¡ = inverted exclamation mark (¡) | +¢ = cent sign (¢) | +£ = pound sterling sign (£) | +
| ¤ = general currency sign (¤) | +¥ = yen sign (¥) | +¦ = broken vertical bar (¦) | +§ = section sign (§) | +
| ¨ = umlaut (dieresis) (¨) | +© = copyright sign (©) | +ª = feminine ordinal (ª) | +« = left angle quotes («) | +
| ¬ = not sign (¬) | +­ = soft hyphen () | +® = registered sign (®) | +¯ = macron (¯) | +
| ° = degree sign (°) | +± = plus-or-minus sign (±) | +² = superscript 2 (²) | +³ = superscript 3 (³) | +
| ´ = acute accent (´) | +µ = micro sign (µ) | +¶ = paragraph sign (¶) | +· = middle dot (·) | +
| ¸ = cedilla (¸) | +¹ = superscript 1 (¹) | +º = masculine ordinal (º) | +» = right angle quotes (») | +
| ¼ = fraction 1/4 (¼) | +½ = fraction 1/2 (½) | +¾ = fraction 3/4 (¾) | +¿ = inverted question mark (¿) | +
| À = A grave accent (À) | +Á = A acute accent (Á) | +Â = A circumflex (Â) | +Ã = A tilde (Ã) | +
| Ä = A umlaut (Ä) | +Å = A ring (Å) | +Æ = AE ligature (Æ) | +Ç = C cedilla (Ç) | +
| È = E grave accent (È) | +É = E acute accent (É) | +Ê = E circumflex (Ê) | +Ë = E umlaut (Ë) | +
| Ì = I grave accent (Ì) | +Í = I acute accent (Í) | +Î = I circumflex (Î) | +Ï = I umlaut (Ï) | +
| Ð = Icelandic capital Eth (Ð) | +Ñ = N tilde (Ñ) | +Ò = O grave accent (Ò) | +Ó = O acute accent (Ó) | +
| Ô = O circumflex (Ô) | +Õ = O tilde (Õ) | +Ö = O umlaut (Ö) | +× = multiply sign (×) | +
| Ø = O slash (Ø) | +Ù = U grave accent (Ù) | +Ú = U acute accent (Ú) | +Û = U circumflex (Û) | +
| Ü = U umlaut (Ü) | +Ý = Y acute accent (Ý) | +Þ = Icelandic capital Thorn (Þ) | +ß = German sharp s (ß) | +
| à = a grave accent (à) | +á = a acute accent (á) | +â = a circumflex (â) | +ã = a tilde (ã) | +
| ä = a umlaut (ä) | +å = a ring (å) | +æ = ae ligature (æ) | +ç = c cedilla (ç) | +
| è = e grave accent (è) | +é = e acute accent (é) | +ê = e circumflex (ê) | +ë = e umlaut (ë) | +
| ì = i grave accent (ì) | +í = i acute accent (í) | +î = i circumflex (î) | +ï = i umlaut (ï) | +
| ð = Icelandic small Eth (ð) | +ñ = n tilde (ñ) | +ò = o grave accent (ò) | +ó = o acute accent (ó) | +
| ô = o circumflex (ô) | +õ = o tilde (õ) | +ö = o umlaut (ö) | +÷ = divide sign (÷) | +
| ø = o slash (ø) | +ù = u grave accent (ù) | +ú = u acute accent (ú) | +û = u circumflex (û) | +
| ü = u umlaut (ü) | +ý = y acute accent (ý) | +þ = Icelandic small Thorn (þ) | +ÿ = y umlaut (ÿ) | +