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
البحث
الأقسام
إقرأ المزيد
التعليم
SIMPLIFIED ECONOMICS
SIMPLIFIED ECONOMICS
بواسطة Landus Mumbere Expedito 2024-08-15 06:22:24 0 17كيلو بايت
Technology
INDEX and MATCH Functions
The combination of INDEX and MATCH functions in Excel is a powerful way to perform lookups. This...
بواسطة Microsoft Excel Tips 2024-10-16 01:02:42 0 15كيلو بايت
Computer Programming
HTML Horizontal Rules (<hr>)
The <hr> tag represents a thematic break in a page, typically displayed as a horizontal...
بواسطة HTML PROGRAMMING LANGUAGE 2024-08-15 01:26:07 0 8كيلو بايت
Technology
Understanding Trojan Horses
A Trojan Horse, or simply a Trojan, is a type of malicious software that disguises itself as a...
بواسطة ALAGAI AUGUSTEN 2024-07-13 17:36:01 0 10كيلو بايت
أخرى
10 ways to show love
Here are 10 meaningful ways to show love:Quality Time – Spend uninterrupted, focused time...
بواسطة Tebtalks Access 2024-09-23 04:45:26 1 9كيلو بايت
Tebtalks https://forum.tebtalks.com