DEV Community

Cover image for The 7 HTML Tags You Most Probably Do Not Know

The 7 HTML Tags You Most Probably Do Not Know

Muthu Annamalai Venkatachalam on December 25, 2023

Web developers these days are often expected to know and work in multiple languages. As a result, it's tricky to learn everything a language has to...
Collapse
 
adaptive-shield-matrix profile image
Adaptive Shield Matrix

Every image is broken for me (does not show at all)

Collapse
 
marxu profile image
marxu

me too, except the last one

Collapse
 
ludamillion profile image
Luke Inglis

Always love to see posts boosting lesser known/used HTML tags. One additional note on the fieldset is that by marking a fieldset with the disabled attribute you can disable a whole group of inputs at once.

Collapse
 
efpage profile image
Eckehard

Hy,

you could use flems.io for your demonstrations, super easy to use. Just copy the URL as a link and your done.

Collapse
 
lionelrowe profile image
lionel-rowe

You need to remove align="left" from your images to fix them, btw (dev.to's markdown is parsing it as part of the image URL and displaying them as broken links) 😉

Collapse
 
jonmodell profile image
Jonathan Modell

Wow. I've be developing so much React over the last few years, i really had no idea there was a built in color-picker or that a datalist was used to create auto-complete options. Thanks for the article.

Collapse
 
idledaydreamer profile image
Yehyun • Edited

I didn't know time tag and abbr tag! This is nice
I also recomment < details > tag, using with < summary > - interesting function