COMPLETE list of HTML tag attributes which have a URL value?
Posted
by system PAUSE
on Stack Overflow
See other posts from Stack Overflow
or by system PAUSE
Published on 2010-04-27T21:08:59Z
Indexed on
2010/04/27
21:13 UTC
Read the original article
Hit count: 488
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.
© Stack Overflow or respective owner