You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Br tag adds a new line to t...

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>