HTML Br Tag - W3Schools
Có thể bạn quan tâm
Example
Insert single line breaks in a text:
<p>To force<br> line breaks<br> in a text,<br> use the br<br> element.</p> Try it Yourself »More "Try it Yourself" examples below.
Definition and Usage
The <br> tag inserts a single line break.
The <br> tag is useful for writing addresses or poems.
The <br> tag is an empty tag which means that it has no end tag.
Tips and Notes
Note: Use the <br> tag to enter line breaks, not to add space between paragraphs.
Browser Support
| Element | |||||
|---|---|---|---|---|---|
| <br> | Yes | Yes | Yes | Yes | Yes |
Global Attributes
The <br> tag also supports the Global Attributes in HTML.
Event Attributes
The <br> tag also supports the Event Attributes in HTML.
More Examples
Example
Use <br> in a poem:
<p>Be not afraid of greatness.<br>Some are born great,<br>some achieve greatness,<br>and others have greatness thrust upon them.</p> <p><em>-William Shakespeare</em></p> Try it Yourself »Related Pages
HTML tutorial: HTML Paragraphs
HTML DOM reference: BR Object
Default CSS Settings
None.
❮ Previous Complete HTML Reference Next ❯ ★ +1 Sign in to track progressTừ khóa » Thẻ Span Trong Html W3schools
-
HTML Span Tag - W3Schools
-
HTML Span Attribute - W3Schools
-
HTML Div Tag - W3Schools
-
CSS Column-span Property - W3Schools
-
HTML Li Tag - W3Schools
-
HTML Pre Tag - W3Schools
-
HTML Em Tag - W3Schools
-
HTML Ul Tag - W3Schools
-
HTML B Tag - W3Schools
-
HTML Nav Tag - W3Schools
-
HTML A Tag - W3Schools
-
HTML Option Tag - W3Schools
-
HTML Strong Tag - W3Schools
-
HTML Label Tag - W3Schools