HTML 5 Tutorial #10 - HTML Quotation and Citation Elements

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@cj23·
0.000 HBD
HTML 5 Tutorial #10 - HTML Quotation and Citation Elements
# HTML Quotation and Citation Elements

## HTML <q> for Short Quotations
To define a short quotation, use <q> element. Browsers automatically insert quotation marks to the content element of <q> element. 

![Example.png](https://steemitimages.com/DQmZgC9sf7AmUdRsp8ZubKCPAXuyaQmLi9qVdJEJHBXaZaR/Example.png)

## HTML <blockquote> for Quotations
To define a section that is quoted from another source, use <blockquote> element. Browsers automatically indent <blockquote> elements. 

![Example.png](https://steemitimages.com/DQmeGqt5SUqficrJdKMd4NXGuiVKhcepaRnS9c7GZPNcA4G/Example.png)

## HTML <abbr> for Abbreviations
If you have an abbreviation content, use <abbr> to define it.

![Example.png](https://steemitimages.com/DQmUdMF6FqGiZCCyzTSB9su9bYrWVFRx1SvgezjR5u5wahZ/Example.png)

## HTML <address> for Contact Information
If you have a contact information content, use <address> to define it. Browsers automatically display the text in italic and add a line break before and after the element. 

![Example.png](https://steemitimages.com/DQmNnTdHvuSNVMyrjgXRdygWLXpXqmsZTM6zHizhQHv8pro/Example.png)

## HTML <cite> for Work Title
<cite> element defines the title of a work. Browsers automatically display <cite> element in italic. 

![Example.png](https://steemitimages.com/DQmW9P8Gw2WPezMahweu3iSiGc2JtVFLffESY9i1hpEprYc/Example.png)

## HTML <bdo> for Bi-Directional Override
<bdo> element defines bi-directional override. You can override the current text direction using this element. 

![Example.png](https://steemitimages.com/DQmREwWSRUvsknHxDHyrpMKih8bdbAHxEgzCrMhsAPXWH3C/Example.png)

<hr> 

### HTML 5 Tutorials:
[HTML 5 Tutorial #1 - Introduction](https://steemit.com/steemit/@cj23/html-tutorial-1-introduction)
[HTML 5 Tutorial #2 - HTML Editors](https://steemit.com/steemit/@cj23/html-tutorial-2-html-editors)
[HTML 5 Tutorial #3 - HTML Basic](https://steemit.com/steemit/@cj23/html-5-tutorial-3-html-basic)
[HTML 5 Tutorial #4 - HTML Elements](https://steemit.com/steemit/@cj23/html-5-tutorial-4-html-elements)
[HTML 5 Tutorial #5 - HTML Attributes](https://steemit.com/steemit/@cj23/html-5-tutorial-5-html-attributes)
[HTML 5 Tutorial #6 - HTML Headings](https://steemit.com/steemit/@cj23/html-5-tutorial-6-html-headings)
[HTML 5 Tutorial #7 - HTML Paragraphs](https://steemit.com/steemit/@cj23/html-5-tutorial-7-html-paragraphs)
[HTML 5 Tutorial #8 - HTML Styles](https://steemit.com/steemit/@cj23/html-5-tutorial-8-html-styles)
[HTML 5 Tutorial #9 - HTML Text Formatting](https://steemit.com/steemit/@cj23/html-5-tutorial-9-html-text-formatting)
👍 , , , , , , , , , , , , , , , , , , , , , , , ,