so war/geht das:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Testseite
</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
</head>
<body style="margin:40px">
<div style="width:80%; text-align:justify;">
Dies ist ein Text, der mit Hilfe des display-Attributes formatiert wurde. Das Attribut hat den Wert block. Nun meine Frage, ist das Blocksatz? Die Antwort sieht man weiter unten. Dies ist ein Text, der mit Hilfe des display-Attributes
formatiert wurde.
<p style="display:inline; border:solid 1px blue;">
Dies ist ein Text, der mit Hilfe des Attributes text-align formatiert wurde. Das Attribut hat den Wert justify. Nun meine Frage, ist das Blocksatz? Die Antwort: Im Gegensatz zum oben verwendeten display-Attribut ist dieser Text
tatsächlich in Blocksatz. Dies ist ein Text, der mit Hilfe des Attributes text-align formatiert wurde. Das Attribut hat den Wert justify. Nun meine Frage, ist das Blocksatz? Die Antwort: Im Gegensatz zum oben verwendeten
display-Attribut ist dieser Text tatsächlich in Blocksatz. Dies ist ein Text, der mit Hilfe des Attributes text-align formatiert wurde. Das Attribut hat den Wert justify. Nun meine Frage, ist das Blocksatz? Die Antwort: Im Gegensatz
zum oben verwendeten display-Attribut ist dieser Text tatsächlich in Blocksatz.
</p>
Das Attribut hat den Wert block. Nun meine Frage, ist das Blocksatz? Die Antwort sieht man weiter unten. Dies ist ein Text, der mit Hilfe des display-Attributes formatiert wurde. Das Attribut hat den Wert block. Nun meine Frage, ist das
Blocksatz? Die Antwort sieht man weiter unten.
</div>
</body>
</html>