33 lines
494 B
Text
33 lines
494 B
Text
<!DOCTYPE HTML>
|
|
<html lang=en>
|
|
<body>
|
|
<p>Hello World!</p>
|
|
<p>Hello Alice!</p>
|
|
<p>
|
|
A Multi-line
|
|
Paragraph
|
|
</p>
|
|
<p>Two line breaks</p>
|
|
<p>
|
|
A multiline paragraph
|
|
with some indentation
|
|
</p>
|
|
<p>
|
|
This is a hard
|
|
<br>
|
|
line break
|
|
</p>
|
|
<p>
|
|
And again
|
|
<br>
|
|
with some spaces afterwards
|
|
</p>
|
|
<p>
|
|
And now we
|
|
mix soft
|
|
<br>
|
|
and hard
|
|
linebreaks
|
|
</p>
|
|
</body>
|
|
</html>
|