首页 > 解决方案 > 哪些 HTML 5 标记属性可以包含 URL?

问题描述

我试图找出哪些 HTML 5 标记包含可以包含 URL 的属性。

看起来它们中的大多数(如果不是全部)是 html 元素的src,srcsethref属性。

到目前为止,我列出了一些最常用的:

- Tag: a       - Attribute: href
- Tag: img     - Attribute: src
- Tag: img     - Attribute: srcset
- Tag: base    - Attribute: href
- Tag: embed   - Attribute: src
- Tag: link    - Attribute: href
- Tag: script  - Attribute: src

PS:我对data-*自定义属性不感兴趣

标签: htmldomhyperlinkhref

解决方案


推荐阅读