Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道这个代码是否允许?
<article intro> .... </article>
如果它作为 HTML5 的属性/元素有效,我想使用它。如果可能的话,我想用它来简化我的 HTML / CSS 连接。而不是使用class="intro"将使用[intro]。
使用以下 HTML 5 验证工具:
http://html5.validator.nu/
http://validator.w3.org/
使用此代码:
<article data-intro> .... </article>