- 5
Is there any useless tag in HTML?
I'm asking this question because there are lots of tags, which is created for work which is possible with other tags also:- Examples:- 1)<address></address> - more likely it'll make text italic. 2)<small></small> - to make text smaller but we can decrease the font size. 3)<cite></cite> - It'll also make text italic. cite { font-style: italic; } and, etc. Do you know any other tag which you feels useless?
2 odpowiedzi
+ 5
All tags are useful and that change something lit bit but i think ◀️cite▶️tag is useless and ◀️address▶️ and ◀️small▶️ tags are useful for interference 😊
+ 2
no tag is useless....
it's just that as HTML improves some tags get depreciated and may no longer work again
tags like appalet frame canter e t.c.....
but note you can create a tag that does not exist because HTML is case insensitive...
look at this
<blah> </blah>
and you can continue coding with it...😁