Line breaks (<br>)

0
9Кб

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>
Поиск
Категории
Больше
Chemistry
UCE CHEMISTRY JJEB 2024
UCE CHEMISTRY JJEB 2024
От Landus Mumbere Expedito 2024-08-12 09:34:13 0 15Кб
Physics
ASSHU ANKOLE MOCK S.6 PHYSICS PAPER 1 GUIDE 2024
ASSHU ANKOLE MOCK S.6 PHYSICS PAPER 1 GUIDE 2024
От Landus Mumbere Expedito 2024-08-14 07:01:43 0 14Кб
Computer Programming
Handling Exceptions, and Multiple Handlers
Handling Exceptions with try-except An exception is an event that disrupts the normal...
Computer Programming
Tuple, Set, and Dictionary
These are all fundamental data structures used to organize information in programming. Here's a...
Образование
SOLUTIONS TO ECONOMICS SEMINAR QUESTIONS
SOLUTIONS TO ECONOMICS SEMINAR QUESTIONS
От Landus Mumbere Expedito 2024-08-26 05:02:07 0 10Кб
Talksphare https://talksphare.com