in html there are various ways to link to resources such as href in an anchor tag eg
<a href="#"></a>
another example is src in an image tag eg.
<img src="#"/>
what other attributes link to a resource (i am looking for something like src)
in html there are various ways to link to resources such as href in an anchor tag eg
<a href="#"></a>
another example is src in an image tag eg.
<img src="#"/>
what other attributes link to a resource (i am looking for something like src)