atapas / html-tips-tricks

My Favorite HTML5 Tips and Tricks
https://html5-tips.netlify.app/
MIT License
312 stars 78 forks source link

[Feature] Adding <abbr> tags that show the description of an abbreviation #78

Open Venkata-Sai-Vishwanath-robo opened 1 year ago

Venkata-Sai-Vishwanath-robo commented 1 year ago

Is your feature request related to a problem? Please describe. It's pretty hard to find the description of an abbreviation while reading a webpage but HTML has a tag that shows the description of an abbreviation when the mouse hovers above it.

Describe the solution you'd like When we hover the mouse above an abbreviation we get a tiny pop-up that shows the description.

Additional context I would like to work on this feature for this repo and would like to do my first pull request, So please assign this to me.