x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>This paragraph has multiple lines. But HTML reduces them to a single line, omitting the carriage return we have used.</p>
6
7
<p>This paragraph has multiple spaces. But HTML reduces them all to a single space, omitting the extra spaces and lines we have used.</p>
8
9
</body>
10
</html>