Line breaks (<br>)

0
8KB

The <br> tag is used to insert a single line break in your HTML content. It's an empty element, meaning it doesn't have a closing tag.

Basic Usage

HTML
<p>This is a paragraph with a <br> line break.</p>

Example with Multiple Line Breaks

HTML
<p>This is a poem:<br>
  Line 1<br>
  Line 2<br>
  Line 3</p>

Important Points

  • Inline element: Unlike paragraphs, <br> is an inline element, meaning it doesn't start on a new line and doesn't take up the full width available.
  • Limited use: While <br> can be useful in specific cases, it's generally recommended to use paragraphs for better structure and readability.
  • Accessibility: Excessive use of <br> can make content difficult to read for users with visual impairments.

When to Use <br>

  • Poetry or addresses: Where preserving specific line breaks is important.
  • Short, non-paragraph content: For very short lines of text that don't warrant a full paragraph.

Example with Headings, Paragraphs, and Line Breaks

HTML
<!DOCTYPE html>
<html>
<head>
  <title>Headings, Paragraphs, and Line Breaks</title>
</head>
<body>

<h1>This is a Main Heading</h1>

<p>This is a paragraph with a <br> line break.</p>

<h2>Subheading</h2>

<p>This is a poem:<br>
  Line 1<br>
  Line 2</p>

</body>
</html>
Suche
Kategorien
Mehr lesen
Biology
S 4 BIOLOGY INTERNAL MOCK 2024
https://acrobat.adobe.com/id/urn:aaid:sc:EU:7df0e01a-f4c6-457b-9167-b4f4a4726315
Von Landus Mumbere Expedito 2024-07-19 23:23:38 0 9KB
Technology
Learning Microsoft Excel can be beneficial for a variety of reasons
Data Organization: Excel allows users to store, organize, and manage large sets of data...
Von Microsoft Excel Tips 2024-10-15 22:10:08 0 15KB
Biology
S.4 BIOLOGY SCENARIO BASED QUESTIONS
S.4 BIOLOGY SCENARIO BASED QUESTIONS
Von TALKS OF BIOLOGY 2024-08-28 14:30:56 0 11KB
Computer Programming
F-String Formatting and String Splicing
F-strings and string splicing are both methods for creating formatted strings in Python. However,...
Ausbildung
The Compromise of 1877
The Compromise of 1877, also known as the Wormley Agreement, the Bargain of 1877, or the Corrupt...
Von Modern American History 2024-07-19 05:48:55 0 8KB
Tebtalks https://tebtalks.com