COMPLETE list of HTML tag attributes which have a URL value?
- by system PAUSE
Besides the following, are there any HTML tag attributes that have a URL as their value?
href attribute on tags: <link>, <a>, <area>
src attribute on tags: <img>, <iframe>, <frame>, <embed>, <script>, <input>
action attribute on tags: <form>
data attribute on tags: <object>
Looking for tags in wide usage, including non-standard tags and old browsers as well as HTML 4.01, HTML 5, and XHTML.
Yes this question is kinda lightweight, but I googled around for about 45 minutes and didn't find this data centralized anywhere, so I figure it might help some other developer to have it here. Plus I'm sure I'm missing something.
Feel free to repeat/reorganize this list in your answer. Upvoting the most complete answers will probably be most helpful to others.