br
Designing Chaturbate Bios - <br>
HTML Tag - BR (line break)
<br> HTML tag used to add a line break
The <br> tag is an empty tag which means that it has no end tag.
On Chaturbate this HTML element is oftanly used, it can be useful to add space between two elements starting with another line.
TAG | HTML MARKUP | DEFINES |
---|---|---|
<br> |
<br> |
HTML element – basically it starts a new line braking a paragraph, a text element or can add a space between other elements like graphics (images) |
HTML MARKUP
br
- can NOT, and should NOT be used in conjunction with inline css
HTML Markup Code:
<br>
<p>After this line of text
<br> tag is used</p>
Will render:
After this line of text
<br> tag is used
Code Snippets
Test markup codes and see how your browser is rendering them. Use button to see how to use the source editor and rendering tool
Markup Code Box
Default button, on click, removes the markup code from light-blue box
Render Box
That's how it looks rendered in browser. Optionally you can Save as PDF
Markup Codes using <br>
HTML tag
<p>After this line of text
<br> tag is used</p>
Show:
After this line of text
<br> tag is used
<p>After this line of text<br> tag is used
After this line of text<br> tag is used</p>
Show:
After this line of text
<br> tag is used
After this line of text
<br> tag is used
Using <br> with image elements
<p><img src="image-path/cdcoffee.png"/><br><img src="image-path/cdcoffee.png"/><br><img src="image-path/cdcoffee.png"/><br><img src="image-path/cdcoffee.png"/></p>
Show: