Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 16, 2021 05:48 am GMT

5 Most Unused and Ununderstood HTML Tags

Here are 5 most rare used html tags which we learn today. While they might familiar but still quite useful in some situations.
So let's start learning most 5 html unused tags...

  1. abbr tag

    abbr tag only used for define abbreviated words. You need to define a title inside a tag and when a user is hover on it the full definition appears below.
    abbr tag is rarely used, but the benefits are many for screen readers, search engine and spellchecker.
    abbr tag

2.fieldset tag

 Fieldset is a nifty little attribute that you can add to your forms to logically group form elements. Once applied the fieldset tag draws a box around the elements within the fieldset. 

fieldset tag

3.ins tag

If you want underline without using css, then use ins tag. This tag add underline of the text which is inside the ins tag.
ins tag

4.del tag

This tag is as similar to ins tag but the difference is ins tag used to underline words and del tag is shown what's been taken out with a strikthrough.

del tag

5.cite tag

cite tag is used to define text inside other elements for a reference. Typically the browser will render the text inside of the cite tag in italics. The cite tag is really useful for citing bibliographic and other site references.
cite tag

Thanks for reading...
Stay tuned with us for more
interesting article.


Original Link: https://dev.to/dev_shubham/5-most-unused-and-ununderstood-html-tags-3lj3

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To