Line Break

 <html>

   <head>

      <title>Line Break</title>

   </head>

   <body>

      <p> HTML is <br /> cool and fun.</p>

      <p>The full meaning of HTML is <br /> HyperText MarkUp Language . </p>

   </body>

</html>


Line Break

HTML is
cool and fun.

The full meaning of HTML is
HyperText MarkUp Language .

Comments