例如博客帖子或文章。
<article> <h1>header<h1> <time>09-02-2011</time> <author>John</author> My article.... </article>
作者标签不存在虽然…那么什么是常用的HTML5标签作者?
谢谢。
(如果没有,应该有一个吗?)
解决方法
HTML5有一个
author link type:
<a href="http://johnsplace.com" rel="author">John</a>
这里的弱点是它需要在某种链接上,但如果你有一个long discussion of alternatives here.如果你没有链接,那么只使用一个类属性,这是什么:
<span class="author">John</span>