HTML-Datei

Veröffentlicht von
<!DOCTYOPE html>
<html>
<head>
<title>Beispiel</title>
<style>
	body{background-color: #f5d0e8;
	font-family: Garamond;}
	h1{font-family: Bahnschrift;}
	
</style>
</head>
<body>
<h1>6d war beim Biber-Wettbewerb erfolgreich</h1>

<p>Beim Informatik-Wettbewerb Biber hat die Klasse 6d sehr gute Ergebnisse erzielt.</p>

<p>Herr Andrae ist sehr stolz.</p>
</body>
</html>