webdev.tips

webdev.tips

Follow
homenewslettermembers
Tag

HTML

#html

More content

Read more stories on Hashnode


Articles with this tag

When to use the id attribute

Joel SaupeJoel Saupe
Feb 15, 20238 min read

The id attribute is arguably one of the most popular attributes used in HTML, second only to the class attribute. It serves a lot of purposes, which...

When to use the id attribute

How to render a form with an external submit button

Joel SaupeJoel Saupe
Feb 9, 20232 min read

There should be at least two ways for any user to submit a form. Pointer users should be able to press a submit button, and keyboard users should be...

How to render a form with an external submit button