22 lines
540 B
HTML
22 lines
540 B
HTML
<html>
|
|
<head>
|
|
<title>br tag adds a new line to the web page</title>
|
|
</head>
|
|
<body>
|
|
<p>A kiss is a lovely trick designed by nature to stop speech<br>
|
|
when words become superfluous.<br><br>
|
|
|
|
Ingrid Bergman
|
|
<br><br>
|
|
Love, and do what you like.<br>
|
|
Agostino<br>
|
|
<br>A true man does not need to romance a different girl every night,<br>
|
|
a true man romances the same girl for the rest of her life.<br><br>
|
|
Ana Alas
|
|
</p>
|
|
<hr>
|
|
<br>
|
|
<hr>
|
|
<hr>
|
|
</body>
|
|
</html> |