Table of Contents
What do you mean by HTML Quotation?
HTML Quotation is used for inserting some quotation text into your webpage. Quotation text is different than your normal text because text consists of the quoted elements which makes the text different than your normal text in your webpage.
Example-
Quotation tag
Geeky4u.com (Learn with Passion)
Geeky4u.com (Learn with Passion):
This is a best platform where we are providing best study material,
best content so that it is easy for you to learn everything and no one
will stop you to become a master in programming language
Output:

Explain HTML quotation and citation elements with example?
< Blockquote > Quotation in HTML-
Blockquote tag will allow define or copy a section that is quoted from another link or URL.
Syntax – < html start tag > < blockquote cite=“link” >text </ blockquote ></ html end tag >
Example-
blockquote tag
In cite attribute you can add any URL which you have quoted in your document
"Start your day with a smile because you are lucky to have seen a new day"
Output:

Explain < q > Quotation tag in HTML-
< q > tag is used for giving quotation symbols to your text. For quotation symbol we need to use < q > tag in the paragraph tag or heading tag then the browser will automatically give the quotation symbol to the text.
Syntax – < html start tag > text < q > text in quotation format. </ q ></ html end tag >
Example-
Quotation tag
Geeky4u.com (Learn with Passion)
Geeky4u.com (Learn with Passion):
This is a best platform where we are providing best study material,
best content so that it is easy for you to learn everything and no one
will stop you to become a master in programming language
Output:

Explain abbreviation < abbr > tag in HTML-
The abbreviation tag is useful for defining the abbreviations such as HTML, CSS, ASAP, ATM, etc. It will help the browser to give the important information so that browser can understand the abbreviation with the help of a translation system or search engine.
Syntax- < html start tag > text < abbr >text</ abbr ></ html end tag >
Example-
abbr tag
The HTMLis a markup language
Output:

The address tag < address > in HTML-
The address tag is used for defining the contact information of a particular person. whatever you write in the address tag browser will recognize it and convert the text into an italic format so that your text will look like an address.
Syntax – < html start tag > < address >Your address</ address ></ html end tag >
Example-
address tag
GEEKY4U.com
Article is written by: XYZ.
Visit us at: GEEKY4U.com
India.
Output:

< cite > tag in HTML-
The cite tag is used for defining the title of your work. Similar to the address tag the content written in the cite tag will be displayed in italic format on your browser.
Note-
Your name will not consider as the title of your document means you cannot write your name in the title.
Syntax- < html start tag > < cite >content under cite </ cite > title description</ html end tag >
Example-
cite tag
GEEKY4U.com
Started by XYZ in 2020.
Output:

< bdo > tag in HTML Quotation-
Bdo means Bi-directional override. Bi-directional override means you can write from right to left or from left to right bdo will allow you to write such content. The use of bdo depends upon the browser only if the browser will allow then you can write your text from anywhere from right to left or from left to right.
Example-
bdo tag
GEEKY4U.com
In below text, GEEKY4U.com is written in thr right to left format by using
bdo tag.
GEEKY4U.com (Learn with Passion)
In below text, GEEKY4U.com is written in thr left to right format by using
bdo tag.
GEEKY4U.com (Learn with Passion)
Output:

What is an Inline Quotation element?
Quotation is represented by < q > tag. Any text which is written in start < q > and end</ q > tag then the browser will recognize that the text is in the quotation. The inline quotation is generally used for small quotations. Many browsers use this for wrapping the text into the quotation.
Example-
Document
Example of Inline quotationrama requested to rahul, will you please close the door?
Output:
