哪些 HTML 标签可以有 title 属性?
Which HTML tags can have a title attribute?
我知道<th>
、<a>
、<p>
、<h1>
…<h5>
都可以使用title属性。还有哪些标签可以使用它们?
我目前正在通过添加标题属性和与网站关联的关键字来优化网站以实现 SEO
title 属性适用于所有 HTML 标签。这是一个全局属性。您可以看到所有 HTML 标签的列表 here.
title attribute can be found in the global attributes section of the HTML 5 recommendation 表示:
The following attributes are common to and may be specified on all HTML elements (even those not defined in this specification)
我知道<th>
、<a>
、<p>
、<h1>
…<h5>
都可以使用title属性。还有哪些标签可以使用它们?
我目前正在通过添加标题属性和与网站关联的关键字来优化网站以实现 SEO
title 属性适用于所有 HTML 标签。这是一个全局属性。您可以看到所有 HTML 标签的列表 here.
title attribute can be found in the global attributes section of the HTML 5 recommendation 表示:
The following attributes are common to and may be specified on all HTML elements (even those not defined in this specification)