Skip to content
Forum Navigation
You need to log in to create posts and topics.

HTML Quotation and Citation:

HTML Quotation and Citation:

 

Elements:

<abbr> : Defines an abbreviation or acronym
<address> : Defines contact information for the author/owner of a document
<bdo> : Defines the text direction
<blockquote> : Defines a section that is quoted from another source
<cite> : Defines the title of a work
<q> : Defines a short inline quotation

Short Quotations Tag:

<p>In a paragraph: <q>Use this tag for Short Quotations</q></p>

Long Quotations Tag:

<p>HTML:</p>
<blockquote cite="http://www.globalguideline.com>
Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
</blockquote>

Abbreviation Tag:

<p>The <abbr title="Hypertext Markup Language">HTML</abbr> has grown from its conception in the early 1990s.</p>

Address Tag:

<address>
Written by ABC.<br>
Visit us at:<br>
Sample.com<br>
Box 9211, XYZ<br>
USA
</address>

Work Title Tag:

<p><cite>ABC</cite> by IJK . Painted in XYZ.</p>

Bi-Directional Override tag:

<bdo dir="rtl">the text is written from right to left</bdo>