Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
</head>
<body>
<dl>
<dt>Mark</dt>
<dd>Hallo!</dd>
<dd>Wie geht es dir?</dd>
<dt>Maria</dt>
<dd>Hallo!</dd>
<dd>Danke, gut. Wie geht es dir?</dd>
<dt>Mark</dt>
<dd>Danke, alles ist gut. Was machst du denn?</dd>
<dt>Maria</dt>
<dd>Ich habe vor, heute Abend zum Party zu gehen. Kommst du mit?</dd>
</dl>
</body>
</html>