代码示例:(标识:eg_html5_link_sizes)
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="/favicon.ico" type="image/gif" sizes="16x16" />
</head>

<body>
<h2>Hello world!</h2>
<p>在<a href="/static/demo/html/demo_html5_link_sizes.html" target="_blank">新窗口</a>打开该页会看到图标。</p>
</body>

</html>
运行结果: