DEV Community

Discussion on: 5 HTML tags that you might don't know.

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

<details> is an amazing tag.

Two tags I would add, however: <data> and the more specific <time> tags. They can be super-useful especially when combined with custom elements like <data is=json value="{'foo':'bar'}">

Collapse
 
dilshad0404 profile image
Dilshad0404

Will include them in the next post
Thanku so much