1<!-- Code by Scratchy -->
2<!-- Twitter: @S_cratchy-->
3
4Line 1 of text
5<br>
6Line 2 of text
1<body>
2<p>I want to <br> Break this line! </p>
3<p>I want to <br><br> Break this line and want to give a line gap </p>
4</body>
1<!-- an HTML line break is a <br> tag. -->
2<p>This is a paragraph <br> this will be on the next line as a br tag
3is there before it.
4A br tag is an empty tag as it doesnt contain any content</p>