Quotations in HTML following elements include karta hai jaise:
<blockquote>, <q>, <abbr>, <address>, <cite>, aur <bdo>
<blockquote> β Bade Quotations ke liye
<blockquote> tab use hota hai jab aap kisi dusre source se bada quote show kar rahe ho. Browser usually isko thoda indent (andar ki taraf shift) karke dikhata hai.
Example:

cite attribute me aap source ka URL de sakte ho.
<q> β Short Quotations
Chhota quote likhna ho toh <q> use karo. Browser automatically quotation marks (” “) add kar deta hai.
Example:

<abbr> β Abbreviations
Abbreviation ya acronym define karne ke liye <abbr> use hota hai.
Tip: title attribute use karo taaki mouse hover par full form show ho.
Example:

<address> β Contact Information
Author ya document owner ki contact info ke liye <address> tag use hota hai.
Isme ho sakta hai:
- Website
- Physical address
- Phone number
- Social media
Browser usually:
- Text italic dikhata hai
- Pehle aur baad me line break add karta hai
Example:

<cite> β Creative Work ka Title
Kisi book, movie, poem, song, painting etc. ka title show karne ke liye <cite> use hota hai. Browser usually isko italic dikhata hai.
Note: Person ka naam title nahi hota.Β
Example:
![]()
<bdo> β Text Direction Change
BDO ka full form hai Bi-Directional Override. Ye text ki direction change kar deta hai.
Example:
![]()
dir=”rtl” β right to left
dir=”ltr” β left to right