链接/锚点内的标签使用

发布于 2024-11-28 02:59:29 字数 281 浏览 0 评论 0原文

哪些示例被认为在语义上是正确的?

  1. 示例
  2. Example

当然适用于任何其他格式标记,例如 等。

Which of the examples is considered to be semantically correct?

  1. <a href="http://example.com/"><strong>Example</strong></a>
  2. <strong><a href="http://example.com/">Example</a></strong>

Of course applies to any other formatting tag like <u>, <em> etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倦话 2024-12-05 02:59:29

两者都是正确的。两者都是内联元素,可以包含其他内联元素(除了自己的标签)不正确此列表中的任何一个都可以在彼此内部使用。

Both are correct. both are inline elements which can contain other inline elements (except there own tag) <strong><strong></strong></strong> is incorrect but any of this list can be used inside of each other.

南风起 2024-12-05 02:59:29

两者都是;这两个元素都是行内元素。

Both are; both elements are inline elements.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文