我最近将我的网站从 xhtml 过渡到 html5。特别是这样我就可以使用有效的块级锚标签。<a><div /></a>
.
运行验证时遇到以下错误:
元素链接上属性 rel 的错误值发布者:关键字发布者未注册。
但根据这个页面,这正是我应该做的。
https://developers.google.com/+/plugins/badge/#connect
我的代码:
<link href="https://plus.google.com/xxxxxxxxxxxxxxxx" rel="publisher" />
<a href="https://plus.google.com/xxxxxxxxxxxxxxx?prsrc=3" style="text-decoration:none;">
<img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="" style="border:0;width:16px;height:16px;"/>
</a>
我不知道如何以符合 html5 的方式实现这一点。任何人都可以帮忙吗?