logo

modern front end tech

Quotation and citation

in this chapter you are going to learn about :

<blockquote> tag

The <blockquote> tag is used for long quotations. It is a block-level element that typically indents the quoted text from the left margin.

This is an example of a blockquote. It is used to indicate that the text within it is a quotation from another source.

<q> Tag

The <q> tag is used for short, inline quotations. It is an inline element that typically adds quotation marks around the quoted text.

He said, This is an example of a short quotation.

<cite> Tag

The <cite> tag is used to reference the title of a work, such as a book, article, or website. It is typically displayed in italics by default.

The Great Gatsby is a novel written by F. Scott Fitzgerald.

<abbr> Tag

The <abbr> tag is used to define an abbreviation or acronym. It provides a way to give the full meaning of the abbreviation when hovered over.it uses a attribute named title where we insert the full form of the content

The WHO is an international public health agency.

<address> Tag

The <address> tag is used to display contact info,email address,address or owner of a document or article. It is typically displayed in italics by default.

John Doe
123 Main St.
Anytown, USA
Email:like@.com

<bdo> Tag

The <bdo dir="rtl"> (bidirectional override) tag is used to override the default text direction. It is useful for displaying text in languages that are read from right to left.

This text will be displayed from right to left.

please note that different styles in different elements are not shown due to styling problems

our youtube channel