HTML Quotation | HTML Quotation Marks | Quotation Marks HTML Code

HTML Quotation


HTML Quotation likes:

  • <blockquote>
  • <q>
  • <abbr>
  • <address>
  • <cite>
  • <bdo>

HTML  <blockquote> for quotation:

  Browser usually indent <blockquote> elements.

<blockquote> element defines a section that is quoted from another source or important text 

Output :

HTML <q> for short quotation

<q> defines a short quotation.

Output :

HTML <abbr> for Abbreviations

HTML <abbr> tag defines an abbreviation or an acronym like "html","Dr.","Mr.","Mrs.".

Output :

HTML <address> for contact information

HTML <address> tag defines the contact information for the owner of a article.

the text in the <address> element usually renders in italic, bold.

for example :

Output :

HTML <Bdo> for Bi-Directional override

<bdo> tag is used for bi-directional override and override the current text direction.

Output :