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
Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
Εκπαίδευση
MODERN AFRICAN NATIONAL HISTORY MADE EASY
https://acrobat.adobe.com/id/urn:aaid:sc:EU:4838a935-5393-417a-a9b9-a4c21d6109cb
από Landus Mumbere Expedito 2024-07-18 10:47:57 0 11χλμ.
άλλο
Definition of Statistics
Statistics is a branch of mathematics that deals with collecting, analyzing, interpreting,...
από Tebtalks Access 2024-07-12 19:44:34 0 20χλμ.
Technology
POSSIBLE CHALLENGES FACED WHEN USING THE NETWORKS
Using a computer network presents several challenges that can impact performance, security, and...
από ALAGAI AUGUSTEN 2024-07-17 17:31:43 0 10χλμ.
Computer Programming
HTML Table Headers: A Comprehensive Guide
HTML table headers are used to define the columns or rows of a table. They are typically styled...
από HTML PROGRAMMING LANGUAGE 2024-09-06 01:31:21 0 11χλμ.
Technology
Ethical Code of Conduct
An ethical code of conduct is a set of principles and guidelines designed to help professionals...
από ALAGAI AUGUSTEN 2024-07-16 17:00:57 0 9χλμ.
Tebtalks https://forum.tebtalks.com