In HTML, an element can have
multiple attributes, which are
additional information provided
within the element's start tag.
Let us have a look at an example
of an image tag using multiple
attributes:
Here, we have added two attributes
src and alt to the img
tag.