HTML <link> 标签
在下面的例子中,href 属性指向了一个外部样式表的位置:
<head> <link rel="stylesheet" type="text/css" href="theme.css" /> </head>
href="theme.css"
亲自试一试
href 属性规定被链接文档的位置(URL)。
注释:如果需要,应该对所有的 URL 进行 URL 编码 。
<link href="value">
超链接的 URL。可能的值:
Search: