+ 11
What is br in html? A block, a block-level or an inline element? 👋🏼
23 ответов
+ 13
It’s a inline element. If you miss a question, you can view the correct answers...
+ 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
+ 6
<br> is the only inline element I know that creates a new line.
+ 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
+ 4
I'm lost in the challenges, please help me... 😭
+ 3
Thanks a lot in any event 🤗
+ 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
+ 2
Break
+ 2
It's an inline element used to insert single line breaks in html
+ 2
Thanks a lot anyway 🤗🤗
+ 2
An inline element
+ 2
inlinement element. its a line break but use a slash <br />
+ 2
It is quite confusing, it breaks a line yet it is inline element
+ 2
<br> tag is an inline element.. Used for breaking lines
+ 1
It's a block element because you start from a new line
+ 1
+ 1
Break
+ 1
Is a search button required on personal website?
+ 1
Inline
+ 1
<br> tag stand for line break