Reference Elements
Here we will discuss the following reference tags used in HTML. These are reference elements, which is mainly used for referring or giving citation to original work.
- Quotations <blockquote>
- Short Quotations <q>
- Abbreviations <abbr>
- Address <address>
- Citation element <cite>
- Bi-Directional <bdo>
Quotations <blockquote>
HTML Block Quotation Element <blockquote> indicates that text inside this tag is extended quotation. It also accepts URL of original work as an attribute cite .
Short Quotations <q>
This element indicates that enclosed text between q tag is a short quotation of original work. Like blockquote, this tag also accepts the URL of original work as an attribute value of cite.
Abbreviations <abbr>
This is a dedicated HTML element for abbreviations or acronym and accepts title attribute having description or expansion of abbreviations or acronym.
Address <address>
<address> HTML elements indicates that HTML is providing contact information of person, organization or company.
Citation element <cite>
The HTML Citation element <cite>
is used to specify a source to a cited creative work.
Bi-Directional <bdo>
This is a very helpful element for websites in international languages. This element overrides the current direction of the text. You can set direction from right to left or left to right. This element accepts the direction in dir attributes. You can choose from ltr and rtl.