Also leute ich brauche eine Css für meine Homepage die ich danach editen kann also bitte .
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Beispiel für Textdekoration</title>
<style type="text/css">
.unterstrich {text-decoration: underline;}
.ueberstrich {text-decoration: overline;}
.durchstrich {text-decoration: line-through;}
.blinken {text-decoration: blink;}
</style>
</head>
<body>
p>
<p class="blinken">Help - Plasma Foundation</p>
</body>
</html>