abbr
The abbr tag is used for abbreviation / acronym.
You can use abbr with title attribute or dfn tag to show the description for the abbreviation.
The description will be displayed when an user hovers mouse over the abbreviated text.
address
The address tag is used to show contact information for the author of an article.
The texts will be displayed in italic.
area
The area tag is used to specify an area inside an image. You can make areas clickable in an image using area tag.
You have to nest area inside a map tag.
To generate coords for area tag, you can use this gimp docs.
base
This tag is really handy when you want to have a same base target URL for all links on a page. On anchor tags, you can just specify the relative URL rather than full URL.
An html document MUST not have more than one base tag in it and the base tag needs to be inside a head tag.
bdi
The bdi tag is used to stops a particular texts from formatting itself into a different direction.
This tag is helpful while working with multiple languages texts on the same page since some of those languages requires the texts to start from right while others will requires the texts to start from left.
In that case, it will create a chaotic page. To stop that, use bdi tag to keep one direction for all texts, no matter the language.
abbr address area base bdi examples tags