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.
Tags | Description |
---|---|
<q> | It is used to put the small quotations. |
<blockqoute> | It is used to define a section that is quoted from another source. |
<abbr> | It defines the abbreviation or an acronym. |
<address> | It is used to define the contact information of the document writer. |
<cite> | It defines the title of work. |
<bdo> | It defines the direction of the text. |
It inserts quotation marks on whatever written between the <q>
and </q>
element. It is used for short inline quotations
Apple was founded by Steve Jobs, Steve Wozniak and Ronald Wayne in April 1976.
HTML <blockquote>
tag is used to define a large quoted section.
It can quote multiple lines together.
Read this inspirational story
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
The HTML <abbr>
element defines an abbreviation or an acronym.
Abbreviations give useful information to browsers, translation systems and search-engines.
The HTML is used for creating web pages.
The CSS is used to define styles for web page.
The HTML <address>
tag defines contact information (author/owner) of a document or an article. Marking address can give useful information to browsers, translation systems and search-engines.
The <address>
element is usually displayed in italic.
The Address element defines contact information (author/owner) of a document or article.
Written by M.S.Dhoni The HTML <cite>
element defines the title of a work.
<cite>
elements are usually displayed in italic.
The HTML <bdo>
element defines bi-directional override.
The <bdo>
element is used to change the current text direction.
See the example to understand it properly.
![]() |
![]() |
![]() |
![]() |
![]() |
|
---|---|---|---|---|---|
All Tags |
List of color names supported by all browser »
List of character codes to display special character »
List of all language supported by all browser »
List of Country code supported by all browser »