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.