16 Aug 2015

Line Break Spacing in HTML

Line Break  Spacing in HTML

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Line Break</title>
    </head>
    <body>
        This text is on one line
        <br>
        This text is on another line
       
        <p>This is on one line</p>
        <p>This text is on another line</p>
       
        <p>This is a paragaph &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and there is a lot of spacing before the last segment of this paragraph</p>
       
    </body>
</html>
Share:

0 comments:

Post a Comment