DEV Community

Cover image for HTML Tags You Might Not Know About

HTML Tags You Might Not Know About

Kiran Naragund on May 23, 2024

Hello Devs👋 In this post, I will share some new and helpful html tags which are added in HTML5 to write easy and fast code to create complex, dyna...
Collapse
 
anitaolsen profile image
Anita Olsen

I was aware of figcaption! Yay!

Collapse
 
dev_kiran profile image
Kiran Naragund

Nice 😇
What about others😅?

Collapse
 
anitaolsen profile image
Anita Olsen

I do not recall the other ones 🙃

Thread Thread
 
dev_kiran profile image
Kiran Naragund

😄

Collapse
 
vishv profile image
Vishv

Awesome list
Thanks for sharing

Collapse
 
dev_kiran profile image
Kiran Naragund

Glad you found it useful :)

Collapse
 
faridsa profile image
farid

I didn't keen about Dialog tag, it's very useful. Thank you!

Collapse
 
dev_kiran profile image
Kiran Naragund

Glad you found it useful :)

Collapse
 
claywinston profile image
Clay Winston

Thank you for all this.

Collapse
 
dev_kiran profile image
Kiran Naragund

You're welcome :)

Collapse
 
emmjayp profile image
Michael Pollaci

Love rather than inserting a
across all devices. I'm going to try that one.

Collapse
 
dev_kiran profile image
Kiran Naragund

Thanks for reading: )

Collapse
 
gikdev profile image
Mohammad Mahdi Bahrami

I finally found out what is used for! Thanks!

Collapse
 
dev_kiran profile image
Kiran Naragund

Happy to hear that :)

Collapse
 
miguelrodriguezp99 profile image
Miguel

thank you for the post ♥️

Collapse
 
dev_kiran profile image
Kiran Naragund

You're welcome :)

Collapse
 
masudalimrancasual profile image
Masud Al Imran

Thanks for the post. I didn't know about most of them

Collapse
 
dev_kiran profile image
Kiran Naragund

Glad you found it useful :)

Collapse
 
deadpixeldesign profile image
DeadpixelDesign

Great article! Serves as a good reminder that some of these critical tags exist and helps to reduce the code footprint.

Collapse
 
dev_kiran profile image
Kiran Naragund

Happy to hear that :)
Thanks for reading

Collapse
 
timawake profile image
Timilehin

This is nice

Collapse
 
dev_kiran profile image
Kiran Naragund

Thanks :)

Collapse
 
peterke profile image
Peter Opsomer

Hi, thanks for this article. But, where can we find the latest updates to HTML5?

Collapse
 
dev_kiran profile image
Kiran Naragund

Hello Peter
You can get updates or all info related HTML here : developer.mozilla.org/en-US/docs/W...

Collapse
 
lotfijb profile image
Lotfi Jebali

When you think you know HTML and you come across this post, thanks for sharing

Collapse
 
dev_kiran profile image
Kiran Naragund

😅
Thanks for reading :)

Collapse
 
wisdomukpai profile image
Oyoho Ukpai.

Awesome 🥰🥰🥰
Thanks a million 😊

Collapse
 
dev_kiran profile image
Kiran Naragund

You're welcome :)

Collapse
 
vjnvisakh profile image
Visakh Vijayan

good read

Collapse
 
dev_kiran profile image
Kiran Naragund

Thanks :)

Collapse
 
rohansh08 profile image
Rohan Shrivastava

Thanks for Sharing this !!

Collapse
 
dev_kiran profile image
Kiran Naragund

You're welcome :)

Collapse
 
costaocean profile image
Costa

Thanks for it.

Collapse
 
dev_kiran profile image
Kiran Naragund

Thanks for reading :)

Collapse
 
roundabout profile image
roundabout

Thanks! I didn't know all of these existed.

Collapse
 
dev_kiran profile image
Kiran Naragund

Glad you found it useful :)

Collapse
 
prajwalys2001 profile image
Prajwal

Great article bro

Collapse
 
dev_kiran profile image
Kiran Naragund

Thank you :)

Collapse
 
brij1728 profile image
Brijesh Kumar

Amazing collection of rarely used HTML tags.

Collapse
 
dev_kiran profile image
Kiran Naragund

Thank you :)

Collapse
 
jangelodev profile image
João Angelo

Hi Kiran Naragund,
Top, useful bro !
Thanks for sharing

Collapse
 
dev_kiran profile image
Kiran Naragund

Happy to hear that, thanks for reading!❤️

Collapse
 
codeguage profile image
Codeguage • Edited

Awesome compilation! 👏

Many of these elements are covered in the HTML course on Codeguage, including <picture>, <output>, <mark>, <time>, etc, so if anyone wants to learn more about them, you can go through the desired chapter in the course.

Collapse
 
andrew_park_f271aaaf73d5d profile image
Andrew Park

Thankyou

Collapse
 
dev_kiran profile image
Kiran Naragund

You're Welcome :)

Collapse
 
johnmusings profile image
John

Informative,
Thanks for sharing

Collapse
 
dev_kiran profile image
Kiran Naragund

Thanks for reading :)

Collapse
 
syed_md_farhan_e_aza profile image
SYED MD FARHAN E AZAM

I KNEW ABOUT TIME

Collapse
 
dev_kiran profile image
Kiran Naragund

Nice!

Collapse
 
girl profile image
Girl

marquee tag will always live in my head rent free 😍

Collapse
 
dev_kiran profile image
Kiran Naragund

Nice!

Collapse
 
yashwanth_rgowda profile image
Yashwanth R Gowda

Great collection. Bookmarked it!

Collapse
 
dev_kiran profile image
Kiran Naragund

Happy to hear that, Thanks :)

Collapse
 
ravavyr profile image
Ravavyr

Please note, a lot of these sound great on the surface, but the reason you don't hear about them much and the reason we often do not use them, is simply because browsers are inconsistent in how they render them [Looking at you Safari] and this means lots of hacking to get them to render well across devices when we often already have simple javascript solutions that achieve the same result.