4 Non-Popular HTML Tags ? + Giveaway ⚡️

Photo by XPS on Unsplash

HTML is an easy but vital markup language in the world of web development, everybody in the web dev field knows at least the basics of it, if not the whole language. So I’m going to tell you some non-popular tags that you shou…


This content originally appeared on DEV Community and was authored by Garvit Motwani

Photo by XPS on Unsplash

HTML is an easy but vital markup language in the world of web development, everybody in the web dev field knows at least the basics of it, if not the whole language. So I'm going to tell you some non-popular tags that you should know about.

So let's get started!!

1. The progress Tag

The <progress> tag allows you to create progress bars using just HTML.

Check this:

<progress value="70" max="100">70%</progress>

You just need to specify value and the max value which is mostly going to be 100

Result:

2. ins and del Tags

The <ins> tag defines a text that has been inserted into a document. It underlined by the browsers automatically.

The <del> tag defines a text that has been deleted from a document. Browsers usually strike a line through it.

Check this:

<p>The price of the new shirt is <del>$50</del> <ins>$25</ins>
<p>

Result:

3. The details Tag

The <details> tag is pretty handy for large documentation, it allows us to view or hide elements after clicking on the <summary> element

Check this:

<details>
  <summary>DEV.to</summary>
  <p>DEV.to is a place where coders share, stay up-to-date and grow their careers. Cedits to dev.to for this line</p>
</details>

4. The dialog Tag

The <dialog> tag defines a dialog box or subwindow. It also makes it easy to create popup dialogs and modals on a web page. You also have to use an attribute called open to specify that the dialog element is active and that the user can interact with it.

Check this:

<dialog open>Hola World! Garvit Here</dialog>

⚡️ Giveaway ⚡️

We are giving away any course you need on Udemy. Any price any course.
Steps to enter the giveaway
--> React to this post
--> Subscribe to our Newsletter <-- Very important
--> Follow me on Twitter <-- x2 Chances of winning

The winner will be announced on May 1, Via Twitter

Thank you very much for reading this article.

Comment any non-popular tags you know

PLEASE LIKE, SHARE, AND COMMENT

Follow me on Dev and Twitter

Subscribe to our newsletter to receive our weekly recap directly on your email!

Join us on Discord to participate in hackathons with us / participate in our giveaways!

Thank You


This content originally appeared on DEV Community and was authored by Garvit Motwani


Print Share Comment Cite Upload Translate Updates
APA

Garvit Motwani | Sciencx (2021-04-13T14:03:16+00:00) 4 Non-Popular HTML Tags ? + Giveaway ⚡️. Retrieved from https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/

MLA
" » 4 Non-Popular HTML Tags ? + Giveaway ⚡️." Garvit Motwani | Sciencx - Tuesday April 13, 2021, https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/
HARVARD
Garvit Motwani | Sciencx Tuesday April 13, 2021 » 4 Non-Popular HTML Tags ? + Giveaway ⚡️., viewed ,<https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/>
VANCOUVER
Garvit Motwani | Sciencx - » 4 Non-Popular HTML Tags ? + Giveaway ⚡️. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/
CHICAGO
" » 4 Non-Popular HTML Tags ? + Giveaway ⚡️." Garvit Motwani | Sciencx - Accessed . https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/
IEEE
" » 4 Non-Popular HTML Tags ? + Giveaway ⚡️." Garvit Motwani | Sciencx [Online]. Available: https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/. [Accessed: ]
rf:citation
» 4 Non-Popular HTML Tags ? + Giveaway ⚡️ | Garvit Motwani | Sciencx | https://www.scien.cx/2021/04/13/4-non-popular-html-tags-%f0%9f%92%bb-giveaway-%e2%9a%a1%ef%b8%8f/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.