Line break code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Line break code

how is line break code in html used and what does it do used

26th Dec 2016, 9:22 PM
Aakash Patel
Aakash Patel - avatar
1 Answer
+ 6
The line break tag is <br> or <br/>. When writing your page, any white space that isn't a single space is ignored, so <br> serves like pressing Enter while typing. Using multiple <p> tags puts a space between the paragraphs you may not want.
26th Dec 2016, 11:21 PM
Tamra
Tamra - avatar