HTML Quotes
HTML quotes are used to put a short quotation on your website. To do so, you need to use HTML q tag and HTML blockquote tag.
HTML q tag is used to put small quotation. To do so, write your text within <q>.............</q> tag.
<p> Great quote on love and life.</p>
<p> Easytolearning : <q>This Website For Online Tutorials.</q></p>
Output:
Great quote on love and life.
Easytolearning : This Website For Online Tutorials.
HTML blockquote tag is used to define a large quoted section. If you have a large quotation then put the entire text within <blockquote>.............</blockquote> tag.
<p> This Website For .</p>
<blockquote> Easy To Learning is an online free PHP Tutorial, Java Tutorial, Android Tutorial, Spring Tutorial, MySql Tutorial, CSS Tutorial, Bootstrap Tutorial, HTML,HTML5 Tutorial, Cake PHP Tutorial, Codeigniter Tutorial, Joomla Tutorial etc learning tutorial website.</blockquote>
Output:
This Website For
Easy To Learning is an online free PHP Tutorial, Java Tutorial, Android Tutorial, Spring Tutorial, MySql Tutorial, CSS Tutorial, Bootstrap Tutorial, HTML,HTML5 Tutorial, Cake PHP Tutorial, Codeigniter Tutorial, Joomla Tutorial etc learning tutorial website
Element | Chrome | IE | Firefox | Opera | Safari |
<q> and <blockquote> | Yes | Yes | Yes | Yes | Yes |
Tag | Description |
---|---|
<abbr> | It defines the abbreviation or an acronym. |
<address> | It is used to define the contact information of the document writer. |
<bdo> | It defines the direction of the text. |
<blockquote> | It is used to define a section that is quoted from another source. |
<q> | It is used to put the small quotations. |
<cite> | It defines the title of source from where quotation or work is taken. |
<define> | It is used to define a definition term. |
© 2025 Easy To Learning. All Rights Reserved | Design by Easy To Learning