Hidden Gems: 5 Overlooked HTML Tags or Attributes to Enhance Your Web Pages
1. The <q\> tag
<q> Hi π, my name is Saurav Swain </q>
Browsers by default will generally surround text within the <q\> tag with quotation marks.
see use case below π
2.The <ruby\>, <rt\>, and <rp\> tags
The Ruby <ruby> HTML element represents sm...
sauravswain.hashnode.dev2 min read