What is br in html? A block, a block-level or an inline element? 👋🏼 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

What is br in html? A block, a block-level or an inline element? 👋🏼

15th Jun 2019, 11:58 PM
Bastien GERMANY
Bastien GERMANY - avatar
23 Answers
+ 13
It’s a inline element. If you miss a question, you can view the correct answers...
16th Jun 2019, 12:46 AM
JTLZ
+ 10
The <br> tag is an inline element, it is used to create single line breaks in an html document. If you still want to know the difference between block level and inline elements just let me know or refer to the html lesson on the topic
16th Jun 2019, 12:34 AM
Silhøuette
Silhøuette - avatar
+ 6
<br> is the only inline element I know that creates a new line.
16th Jun 2019, 2:32 AM
Sonic
Sonic - avatar
+ 6
It's inline element that break the line.... And you can use number of <br> or </br> to make that number of new lines
16th Jun 2019, 2:46 AM
bossCoder
bossCoder - avatar
+ 4
I'm lost in the challenges, please help me... 😭
16th Jun 2019, 12:01 AM
Bastien GERMANY
Bastien GERMANY - avatar
+ 4
mustafa you are wrong, it's an inline element, the name of the tag itself says that it just breaks a line. Tags that come after br are placed to the next line
16th Jun 2019, 12:19 PM
Timur Myngbay
Timur Myngbay - avatar
+ 3
Thanks a lot in any event 🤗
16th Jun 2019, 2:43 AM
Bastien GERMANY
Bastien GERMANY - avatar
+ 3
Its also an empty tag in html. it break the paragraph or line and make a space. example. <h1> this city is awesome </h1> next line will start from here
16th Jun 2019, 5:47 AM
Sapan Barman
Sapan Barman - avatar
+ 3
It's an inline element. The tag is derived from the combination of words "line break" and its feature is it doesn't have closing tag.
16th Jun 2019, 7:53 AM
Timur Myngbay
Timur Myngbay - avatar
+ 2
Break
16th Jun 2019, 2:40 AM
Amos Seun
Amos Seun - avatar
+ 2
It's an inline element used to insert single line breaks in html
16th Jun 2019, 3:37 AM
THE GAMOSPHERE
THE GAMOSPHERE - avatar
+ 2
Thanks a lot anyway 🤗🤗
16th Jun 2019, 5:18 AM
Bastien GERMANY
Bastien GERMANY - avatar
+ 2
An inline element
16th Jun 2019, 12:05 PM
John O Peace
+ 2
inlinement element. its a line break but use a slash <br />
16th Jun 2019, 5:42 PM
Dezmon
+ 2
It is quite confusing, it breaks a line yet it is inline element
11th Jul 2019, 11:04 PM
Francis Woli
Francis Woli - avatar
+ 2
<br> tag is an inline element.. Used for breaking lines
31st Aug 2019, 6:24 AM
Victor
Victor - avatar
+ 1
It's a block element because you start from a new line
16th Jun 2019, 9:58 AM
mustafa
mustafa  - avatar
+ 1
17th Jun 2019, 9:23 AM
Julia
+ 1
Break
21st Jun 2019, 10:05 PM
Victor Makokha
Victor Makokha - avatar
+ 1
Is a search button required on personal website?
24th Jun 2019, 7:14 AM
Rosoldier
Rosoldier - avatar