Let’s Learn About Rarely Used HTML Tags!
There are many HTML tags in the world, and while some are not frequently used, they can be quite handy to know. Here are a few of them:
| <blockquote> | Represents a block quotation | 
|---|---|
| <cite> | Represents a title or URL | 
| <address> | Represents an address | 
| <i> | Used to indicate a distinction (usually italicized) | 
| <b> | Used to draw the reader’s attention | 
| <s> | Represents inaccurate or incorrect information | 
| <del> | Indicates deleted or changed content | 
| <ins> | Indicates added content | 
Let’s say we have some sample text:
This looks like a quotation
This is the end of the quote
This looks like a title or URL
This looks like an address
This seems to mark a distinction
This seems to draw the reader’s attention
This seems to be incorrect information
This seems to indicate deleted or changed content
This seems to be newly added information