为什么当我有

发布于 2024-09-01 19:24:05 字数 107 浏览 2 评论 0原文

html 元素应该比仅使用 传达更多语义信息。但它们的用途和目的的核心区别是什么?

The <cite> html element is supposed to convey more semantic information than just using an <em>. But what is the core difference in usage and purpose of them?

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

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

发布评论

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

评论(2

何以畏孤独 2024-09-08 19:24:05

绕过引用。 围绕强调文本。它们与搜索引擎和屏幕阅读器等具有完全不同的语义。

<cite> goes around citations. <em> goes around emphasised text. They have totally different semantic meanings to things like search engines and screen readers.

美人如玉 2024-09-08 19:24:05

很容易想象一种情况,您希望以不同于强调文本的方式排版引文。由于标签不同,这可以使用例如样式表轻松完成。

It's easy to imagine a situation in which you want to typeset citations differently from emphasized text. This can be done easily using for instance style sheets thanks to the fact that the tags are different.

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