HTML Input Tag and its attributes
What's an Input Tag?
A tag that takes different kinds of input like text, files, colors, options, checklists etc.
For using different inputs HTML has given us a type attribute that we can use accordingly.
Syntax:
<input type="text"> <!-- Attribute t...
anuj1729blog.hashnode.dev3 min read