Ram*_*ine 72
最好将其包含在<small>标记中HTML <small>标记用于指定小字体.
小字(通常也称为"精细打印"或"鼠标")通常是指包含免责声明,警告或法律限制(如版权)的文档部分.并且所有主流浏览器都支持此标记.
<footer>
<small>© Copyright 2058, Example Corporation</small>
</footer>
Run Code Online (Sandbox Code Playgroud)
Dar*_*rov 12
该<footer>标签似乎是一个不错的人选:
<footer>© 2011 Some copyright message</footer>
Run Code Online (Sandbox Code Playgroud)
在链接中,如果您输入rel = license it:表示当前文档的主要内容由引用文档描述的版权许可证涵盖.资料来源:http://www.w3.org/wiki/HTML/Elements/link
因此,例如,<a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Copyrighted but you can use what's here as long as you credit me</a>为人类提供阅读内容,让计算机知道页面的其余部分是根据CC BY 4.0许可证获得许可的.