XHTML 的制表符实体?
有谁知道xhtml中选项卡的字符实体是什么? (嗯,如果有的话)...
Does anyone know what the character entity for a tab is in xhtml?
(Um if there is one)...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试
。 TAB 是 ASCII 字符 #9。
但无论如何,它可能不会如您所期望的那样显示,因为 HTML 在大多数情况下会忽略空格。
Try
. The TAB is ASCII character #9.
But it may not show up as you'd expect, anyway, since HTML ignores whitespace in most instances.
(X)HTML 对制表符没有特殊支持:它们只是另一个空白字符,无论您是否转义它们。
(X)HTML has no special support for tabs: they're just another whitespace character, regardless of whether you escape them or not.
大多数人模拟选项卡的做法是使用 DD & DT 标签。 他们的目的是创建一个术语表:
What most people do to simulate tabs is use DD & DT tags. They are intended creating a glossary: