Line breaks (<br>)

0
9KB

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>
Rechercher
Catégories
Lire la suite
Computer Programming
Global attributes (id, class, style, title)
Global attributes are attributes that can be applied to any HTML element. They provide additional...
Par HTML PROGRAMMING LANGUAGE 2024-08-15 01:29:55 0 9KB
Technology
Understanding Denial of Service (DoS) Attacks
A Denial of Service (DoS) attack aims to make a computer, network, or service unavailable to its...
Par ALAGAI AUGUSTEN 2024-07-13 17:39:29 1 11KB
Biology
CAPILLARITY
How does capillary action work in plants? Capillary action in plants works through the...
Par Okiliong Peter 2024-09-04 13:04:49 0 19KB
Technology
Transaction Processing Systems (TPS)
These are information systems that manage and process data from business transactions. A...
Par Business Information Systems (BIS) Course 2024-07-31 18:42:51 0 9KB
Talksphare https://talksphare.com