Quotations (<blockquote>, <q>)

0
10Кб

Quotes are used to display text that is a direct quote from another source. In HTML, there are two main elements for this purpose: <blockquote> and <q>.

<blockquote> Element

The <blockquote> element is used for long, multi-line quotes. It typically includes a block-level quote with indentation and a different background color.

Example:

HTML
<blockquote>
  The only way to do great work is to love what you do. If you haven't found it yet, keep looking. Don't settle.
  <cite>Steve Jobs</cite>
</blockquote>   

Attributes:

  • cite: Specifies the URL of the original source.
  • cite-title: Specifies the title of the original source.

<q> Element

The <q> element is used for short, inline quotes. It is often used for quotes within paragraphs or other inline content.

Example:

HTML
<p>As Einstein said, "<q>Imagination is more important than knowledge.</q>"</p>

Attributes:

  • cite: Specifies the URL of the original source.

Choosing the Right Element:

  • Use <blockquote> for long, multi-line quotes that stand out from the main content.
  • Use <q> for short, inline quotes that are part of the flow of the text.

Additional Considerations:

  • You can nest quotes within quotes using both elements.
  • For more complex quote formatting, consider using CSS styles.

By using <blockquote> and <q>, you can effectively display quotes in your HTML documents, giving proper attribution to the original source and improving the readability of your content.

Like
3
Поиск
Категории
Больше
Technology
Ransomware Attacks
Ransomware is a type of malicious software (malware) that encrypts the victim’s files or...
От ALAGAI AUGUSTEN 2024-07-13 08:52:05 0 10Кб
Chemistry
UACE WAKISSHA CHEMISTRY PAPER 1 GUIDE 2014
UACE WAKISSHA CHEMISTRY PAPER 1 GUIDE 2024
От Advanced Level chemistry 2024-08-31 09:56:47 2 13Кб
Computer Programming
HTML forms
Here's a simple HTML form structure that includes a text input field, a submit button, and a...
От HTML PROGRAMMING LANGUAGE 2024-10-01 09:29:09 0 11Кб
Образование
The New South & Trans-Mississippi West
The New South and Trans-Mississippi West were both regions undergoing significant change...
От Modern American History 2024-07-19 05:59:31 0 9Кб
Образование
VLOOKUP FUNCTIONS
VLOOKUP is a powerful function in Excel that allows you to search for a value in a table and...
От Microsoft Excel 2024-09-23 20:04:52 0 12Кб
Tebtalks https://forum.tebtalks.com