TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: New things I learnt about HTML. Do you know anything more?

1 点作者 herol3oy3 个月前
I had an intro web development workshop. First session was only about HTML. I learnt 3 things I did not know about HTML:<p>1. Footers don&#x27;t necessarily have to appear at the end of a section, though they usually do [0]<p>2. A head element&#x27;s start tag can be omitted if the element is empty, or if the first thing inside the head element is an element. A head element&#x27;s end tag can be omitted if the head element is not immediately followed by ASCII whitespace or a comment [1]<p>3. Self-closing tags (&lt;tag &#x2F;&gt;) do not exist in HTML [2]<p>Please let me know if you know something else.<p>[0], [1] whatwg.org [2] developer.mozilla.org

暂无评论

暂无评论