DEV Community

Discussion on: 8 Unknown HTML tags that are actually quite useful

Collapse
 
cfarhad profile image
Farhad Bagheri

Helpful and practical.
But you forgot an important tag:

<dialog open>
  <p>Greetings, one and all!</p>
  <form method="dialog">
    <button>OK</button>
  </form>
</dialog>
Enter fullscreen mode Exit fullscreen mode