HTML Attributes
HTML attributes are
name–value pairs written inside the opening tag of an HTML element.
They provide extra information or modify the behavior of that element.
[!Example]
<input type="file" multiple accept=".pdf">
Here:
type
multiple
accept
...
internship-learnings.hashnode.dev4 min read