Optional: Specifies a destination address for a hyperlink, which must be in URL format.
NAME="name"
Optional: Specifies a named reference within a document. Other pages can then link to this reference within the document by appending a pound sign (#) and the name to the URL for the document.
TARGET="target-spec"
Optional: Specifies a target frame name for the link to be loaded into.
TITLE="title"
Optional: Specifies the title that appears when the hyperlink is selected.
Optional: Specifies an advisory title for the acronym, which may be displayed by the browser via a tip window or other such mechanism.
The Babylon Project was our last, best hope for peace. A self-contained world five miles long, located in neutral territory. A place of commerce and diplomacy for a quarter of a million humans and aliens. A shining beacon in space, all alone in the night. It was the dawn of the Third Age of Mankind, the year the Great War came upon us all. This is the story of the last of the Babylon stations. The year is 2259. The name of the place is Babylon 5.
Inserts vertical space so that the next text displayed will be past left- or right-aligned "floating" images. The align-type can be LEFT, RIGHT, or ALL.
A left aligned image.
This shows the effect of the CLEAR=LEFT parameter.
until the CENTER tag is closed.
public static long factorial(long n)
{
if (n==0)
return 1;
else
return n * factorial(n - 1);
}
Specifies the alignment of the lines within this particular division. The align-type can be CENTER, LEFT, or RIGHT.
Optional: Specifies a font size between 1 and 7 (7 is largest). A value with a + or - sign in front of it denotes a size relative to the current BASEFONT setting. Relative sizes are not cumulative, so two <FONT SIZE=+1> tags in a row will not increase the size by 2. Default is no change.
FACE="name1 [,name2 [...]]"
Optional: Specifies the font face name to be used. A list of font face names can be specified here; if the font face name specified by name1 is installed on the target system, it will be used, otherwise the font face name specified by name2 will be tried if it is specified, and so on. If none of those fonts are available, the default font (as configured in the browser) will be used. Default is no change.
COLOR="colorvalue"
Optional: Sets the color of the text. colorvalue may either be specified as a hexadecimal color value or as a standard color name. Default is no change. See also Colors.
Size 1 Size 2 Size 3 Size 4 Size 5 Size 6 Size 7
This text will be displayed in green Comic Sans MS if you have that font, otherwise either Arial or Helvetica.
A footnote in a cool blue color.
Required: Sets the heading level. Valid values range from 1 to 6 (1 highest-level and usually largest).
ALIGN=LEFT|CENTER|RIGHT
Optional: Sets the alignment of the header text. Default is LEFT.
Optional: Draws the rule left-aligned, right-aligned, or centered. The default is CENTER.
COLOR="colorvalue"
Optional: Sets the color of the rule. colorvalue may either be specified as a hexadecimal color value or as a standard color name. Default is the standard 3-D color. See also Colors.
NOSHADE
Optional: Draws the rule without 3-D shading.
SIZE=n
Optional: Specifies the height of the rule in pixels.
WIDTH=n
Optional: Specifies the width of the rule, either in pixels, or, if the percent (%) sign is appended to the value, as a percentage of total window width. Default is 100%.
Required: Specifies the URL of the picture to be inserted.
ALIGN=alignoption
Optional: Sets the alignment of the image relative to the surrounding text; alignoption may be one of the following values:
ALT="text"
Optional: Specifies text to be displayed in place of the picture if the browser is non-graphical or has images turned off. Some browsers also display this text as a "tooltip" element when the mouse is held over the image.
BORDER=n
Optional: Specifies the size of a border to be drawn around the image. If the image is a hyperlink, the border is drawn in the appropriate hyperlink color. If the image is not a hyperlink, the border is invisible.
HEIGHT=n
Optional: Along with WIDTH=, specifies the size at which the picture is drawn. If the picture's actual dimensions differ from those specified, the picture is stretched to match what's specified.
HSPACE=n
Optional: Along with VSPACE=, specifies margins for the image. Similar to BORDER=, except the margins are not painted with color when the image is a hyperlink.
VSPACE=n
Optional: Along with HSPACE=, specifies margins for the image. Similar to BORDER=, except the margins are not painted with color when the image is a hyperlink.
WIDTH=n
Optional: Along with HEIGHT=, specifies the size at which the picture is drawn. If the picture's actual dimensions differ from those specified, the picture is stretched to match what's specified.
This image is positioned with top alignment.
This image is positioned with middle alignment.
This is an image aligned on the left...
This is an image aligned on the right...
Optional: Specifies a new style for an ordered list. The order-type can be one of these values:
VALUE=n
Optional: Changes the count for an ordered list as it progresses.
Optional: Specifies a starting index number for the list. The default is 1.
TYPE=order-type
Optional: Specifies a style for the ordered list. The order-type can be one of these values:
The default is to use Arabic numerals.
Sets the alignment of the paragraph. The align-type can be LEFT, CENTER, or RIGHT. Default is left alignment.
between these two lines.
Here's a paragraph that will be flush-right.
And back to normal again.Software is like sex; it's better when it's free.- Linus Torvalds
F0 = 0
F1 = 1
Fn = Fn-2 + Fn-1 for all integer n>1
Black | Maroon | Gray | Red |
Navy | Purple | Blue | Fuchsia |
Green | Olive | Lime | Yellow |
Teal | Silver | Aqua | White |
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 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 (ÿ) |