HTML Quotation Elements


HTML <blockquote> tag:

When you want to quote a passage from another source, you should put it between <blockquote>...</blockquote> tags. Text inside a <blockquote> element is usually indented from the left and right edges of the surrounding text and sometimes uses an italicized font.

Example:

This is a quoted passage from another source. It may be indented and styled differently.

Short Quotations

The <q>...</q> element is used when you want to add a double quote within a sentence.

Example:

He said, This is a short quotation within a sentence.

HTML <address> tag:

An HTML <address> tag defines the contact information about the author of the content. The content written between <address> and </address> tags is displayed in an italic font.

Example:

You can ask your queries by contacting us on example123@newdomain.com
You can also visit at:
58 S. Garfield Street, Villa Rica, GA 30187.

HTML Abbreviations tag:

The <abbr> element is used to define a text as an acronym or abbreviation. The title attribute can be used to show the full version of the abbreviation/acronym when you mouse over the <abbr> element. It has both opening and closing tags.

Example:

The WHO was founded in 1948.

HTML <cite> element:

This element is used to define the title of a work and emphasizes text. Note: A person's name is not the title of a work.

Example:

The Scream by Edvard Munch. Painted in 1893.

HTML <bdo> element:

The <bdo> element is used to define a bidirectional override, which means that the text can be written from right to left or left to right. It has both opening and closing tags. It is used to override the current text direction. It takes an attribute "dir" to display the text from right to left.

Example:

This text will be written from right to left.