Homepage von Eric Auer - HTML Infos     [Verwendet CSS für bessere Form und Farbe*]
Tabelle der genormten Farben bei HTML
Sonstige Farben kann man als #rrggbb schreiben, wobei
rr, gg und bb jeweils für eine Hexzahl (00-FF) stehen.

Grau: RGB hell: RGB dunkel: CMY hell: CMY dunkel:
GRAY RED MAROON AQUA TEAL
SILVER LIME GREEN FUCHSIA PURPLE
WHITE BLUE NAVY YELLOW OLIVE

Falls ein Absatz ein bestimmtes Aussehen haben soll:

<P> = normaler Absatz
Meist linksbündig

<P align=center> = zentrierter Absatz
Also so.

<P align=justify> = Absatz im Blocksatz
Bringt nur bei langen Texten Etwas.

<P align=left> = linksbündiger Absatz
Dieser Text ist linksbündig

<P align=right> = rechtsbündiger Absatz:
Das ist einer von denen!


Image-Align-Varianten

  • Ball-R: left, top
  • Ball-G: right, bottom
  • Fileopen: center
  • Worksign: middle
  • Text vor Top
    top Text nach top, vor bottom
    Noch mehr davon
    bottom Text nach bottom

    Text vor left left Text nach left / vor right right Text nach right
    Noch mehr Text.
    Und jetzt: Beispiele für einfaches ALIGN bei Bildern.
    Text vor center center Text nach center
    Text vor middle middle Text am Ende



    Umlaute & Co
    Diese Umlaute ... sind ein tolles Beispiel für den Anfang:

    :-P

    ò = &ograve; (Accent Grave),
    ö = &ouml; (Umlaut),
    ô = &ocirc; (Accent Circonflex),
    ø = smørebrød (o mit slash)

    Und hier die komplette Liste aus der LYNX Hilfe zu HTML 2.0:
    Ich habe sie so umsortiert, dass sie nach Nummer geordnet ist. (In Klammern steht die Nummer, die bei &#123; statt &Akringel; nötig ist)
    Agrave "À" -- (192) A, grave accent 
    Aacute "Á" -- (193) A, acute accent 
    Acirc  "Â" -- (194) A, circumflex accent 
    Atilde "Ã" -- (195) A, tilde 
    Auml   "Ä" -- (196) A, dieresis or umlaut mark 
    Aring  "Å" -- (197) A, ring 
    AElig  "Æ" -- (198) AE diphthong (ligature) 
    Ccedil "Ç" -- (199) C, cedilla
    Egrave "È" -- (200) E, grave accent  
    Eacute "É" -- (201) E, acute accent 
    Ecirc  "Ê" -- (202) E, circumflex accent 
    Euml   "Ë" -- (203) E, dieresis or umlaut mark 
    Igrave "Ì" -- (204) I, grave accent 
    Iacute "Í" -- (205) I, acute accent 
    Icirc  "Î" -- (206) I, circumflex accent 
    Iuml   "Ï" -- (207) I, dieresis or umlaut mark 
    
    ETH "Ð" -- (208) Eth, Icelandic Ntilde "Ñ" -- (209) N, tilde Ograve "Ò" -- (210) O, grave accent Oacute "Ó" -- (211) O, acute accent Ocirc "Ô" -- (212) O, circumflex accent Otilde "Õ" -- (213) O, tilde Ouml "Ö" -- (214) O, dieresis or umlaut mark ??? "×" -- (215) ???, *ein kleines Kreuz* Oslash "Ø" -- (216) O, slash Ugrave "Ù" -- (217) U, grave accent Uacute "Ú" -- (218) U, acute accent Ucirc "Û" -- (219) U, circumflex accent Uuml "Ü" -- (220) U, dieresis or umlaut mark Yacute "Ý" -- (221) Y, acute accent THORN "Þ" -- (222) THORN, Icelandic szlig "ß" -- (223) sharp s, *German* (sz ligature)
    agrave "à" -- (224) a, grave accent aacute "á" -- (225) a, acute accent acirc "â" -- (226) a, circumflex accent atilde "ã" -- (227) a, tilde auml "ä" -- (228) a, dieresis or umlaut mark aring "å" -- (229) a, ring aelig "æ" -- (230) ae diphthong (ligature) ccedil "ç" -- (231) c, cedilla egrave "è" -- (232) e, grave accent eacute "é" -- (233) e, acute accent ecirc "ê" -- (234) e, circumflex accent euml "ë" -- (235) e, dieresis or umlaut mark igrave "ì" -- (236) i, grave accent iacute "í" -- (237) i, acute accent icirc "î" -- (238) i, circumflex accent iuml "ï" -- (239) i, dieresis or umlaut mark
    eth "ð" -- (240) eth, Icelandic ntilde "ñ" -- (241) n, tilde ograve "ò" -- (242) o, grave accent oacute "ó" -- (243) o, acute accent ocirc "ô" -- (244) o, circumflex accent otilde "õ" -- (245) o, tilde ouml "ö" -- (246) o, dieresis or umlaut mark ??? "÷" -- (247) ???, ??? oslash "ø" -- (248) o, slash ugrave "ù" -- (249) u, grave accent uacute "ú" -- (250) u, acute accent ucirc "û" -- (251) u, circumflex accent uuml "ü" -- (252) u, dieresis or umlaut mark yacute "ý" -- (253) y, acute accent thorn "þ" -- (254) thorn, Icelandic yuml "ÿ" -- (255) y, dieresis or umlaut mark

    *) bei Netscape muss auch Javascript an sein. -- Last compiled: Mon Sep 18 15:25:00 MET DST 2000