Your Cart

Get Amazing Offers on Scripts

Get UX Support

View HTML Tutorial

HTML Quotation and Citation Elements

1. <blockquote> Element:

The <blockquote> element is used to represent a block of text that is a quotation from another source. It is commonly used for longer quotations.

Example:

				
					<blockquote>
  <p>This is a longer quotation that spans multiple lines and provides context.</p>
  <footer>— Source Author</footer>
</blockquote>
				
			

2. <q> Element:

The <q> element is used for inline quotations, indicating that the enclosed text is a short inline quotation.

Example:

				
					<p>The <q>quick brown fox</q> jumps over the lazy dog.</p>

				
			

3. <abbr> Element:

The <abbr> element is used for abbreviations or acronyms, and it often includes a title attribute to provide the full form or description.

Example:

				
					<p><abbr title="World Health Organization">WHO</abbr> is an international organization.</p>

				
			

4. <address> Element:

The <address> element is used to represent contact information for the author or owner of a document or an article.

Example:

				
					<address>
  <p>Written by John Doe</p>
  <p>Contact: <a href="mailto:john.doe@example.com">john.doe@example.com</a></p>
</address>
				
			

5. <cite> Element:

The <cite> element is used to reference the title of a creative work (e.g., a book, movie, song) or the name of a person.

Example:

				
					<p>This information is based on a study by <cite>Author Name</cite>.</p>

				
			

6. <bdo> Element:

The <bdo> (Bidirectional Override) element is used to override the current text direction.

Example:

				
					<p>English: <bdo dir="rtl">مرحبا بك</bdo></p>
				
			

Conclusion

In this example, the text inside <bdo> is written in Arabic and will be displayed right-to-left.

These HTML elements contribute to the semantic structure of your document, making it more accessible and meaningful. Choose the appropriate element based on the content you want to represent.

Free Worldwide shipping

On all orders above $50

Easy 30 days returns

30 days money back guarantee

International Warranty

Offered in the country of usage

100% Secure Checkout

PayPal / MasterCard / Visa