«
Vademecum \ Quelltextfundus \ Pseudoformate \ weitere Formatierungen
Impressum
Pseudoformate
html
css

<a href=.html> </a>
<a href=.html title="" target=_blank> </a>

a:link {
color:#f00;
text-decoration:none; }

a:visited {
color:#0f0;
text-decoration:none; }

a:hover {
color:#00f;
text-decoration:none;
display:block
background:#
; }

a:active {
… }

a:focus {
… }