HTML Introduction
HTML Basic Syntax
HTML Block Element
HTML Formatting
HTML Quotation
HTML Links
HTML List
HTML Table
HTML Audio
HTML Video
HTML Image
HTML Iframe
HTML Favicon
HTML Form
HTML Input Types
HTML Marquee
HTML Meta tag
Learn CSS
Learn Javascript
Learn Django
1. <q>
For short Quotation <q> tag is used.
2. <address>
Inside the address tag, we write contact(email, phone No, Instagram, etc.) and address(city, country, road No,
etc) related information of the owner, author, or company.
The written text inside the address tag is always rendered in italic. Here you will get a default line break
before and after the <address> element.
3. <abbr>
Suppose you have a sentence and you want that if the user takes the cursor to a particular word or some words
then some information should be shown. In this case, you will write that text inside the abbr tag. For hidden
or newly shown text we will use the title attribute inside the abbr opening tag and in the title attribute, we
will write the hidden text.
4. <blockquote>
<blockquote> tag is used to define a section that is quoted from another source.
Example: