HTML 5 中的锚点
在 HTML5 Wikipedia 页面 中,它显示
Some elements, such as <a>, <cite> and
<menu> have been changed, redefined or
standardised
这是否意味着锚标记?如果是这样怎么办?
In the HTML5 Wikipedia page it says
Some elements, such as <a>, <cite> and
<menu> have been changed, redefined or
standardised
Does this mean the anchor tag? If so how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该标签的变化在于它现在允许包含块级元素,而之前它只允许包含内联元素。
The change with the tag is that it's now allowed to contain block level elements, where before it was only allowed to contain inline elements.