DEV Community

Cover image for Some Not-So-Known Features in HTML
Aditya Sharan
Aditya Sharan

Posted on

2

Some Not-So-Known Features in HTML

Hi,We all pretend that we know HTML very well but there are something always there to learn more about it Alt Text
-->It lets you edit the content of the element inside the browser just by clicking on the content.

Alt Text
-->Yes,you read that right you can hide html elements without the help of cssby using the hidden attribute.It works more like CSS:- "display :none "
i.e it takes no space.
Alt Text

-->Now, coming on to my favourite this is one of the best thing i have ever known in HTML.
-With the help of this meta code you would be able to refresh your webpage every 'X' seconds whatever you mention inside the content attribute.
Alt Text
Thanks for reading!
Don't forget to like this post and tell me in the comments how many of them you knew .

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (2)

Collapse
 
scrabill profile image
Shannon Crabill

Hey! It looks like you may be missing the code/tutorial for the hide with HTML element.

Collapse
 
adityasharan01 profile image
Aditya Sharan

Yes,surely gonna make it right
thanks for pointing it out.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay