Absätze und Zeilenumbrüche

Verwende HTML-Tags für Absätze und Zeilenwechsel.
In diesem Quellcode werden <p>-Tags und <br/>-Tags verwendet, um Absätze und Zeilenumbrüche festzulegen. Mit diesen HTML-Tags änderst du das Erscheinungsbild deines Textes. Denke daran, dass das <br/>-Tag selbstschließend ist.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Der Mönchsdiamant</title>
</head>
<body>
<p>Der Mönchsdiamant wurde in Alaska gefunden.<br/>
Prof. Bairstone und Dr.Day waren auf einer Fossilienexpedition.</p>
<p>Ernesto, der Hund von Prof. Bairstone, fand das Juwel.</p>
</body>
</html>
Copyright © 2008 Walker Books Ltd
Illustrations © Duncan Beedie
All rights reserved.