This content originally appeared on DEV Community and was authored by Shubham Jadhav
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...
-
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.
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.
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.
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.
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.
? Thanks for reading...
? Stay tuned with us for more
interesting article.
This content originally appeared on DEV Community and was authored by Shubham Jadhav
Shubham Jadhav | Sciencx (2021-09-16T05:48:52+00:00) 5 Most Unused and Ununderstood HTML Tags?. Retrieved from https://www.scien.cx/2021/09/16/5-most-unused-and-ununderstood-html-tags%f0%9f%9a%80/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.