English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
href属性指定外部资源(通常是样式表文件)的位置(URL)。
链接到外部样式表:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HTML <link> <href> 属性使用-教程(oldtoolbag.com)</title> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <h1>I am formatted with a linked style sheet</h1> <p>Me too!</p> </body> </html>Prueba aquí ‹/›
IEFirefoxOperaChromeSafari
Todos los navegadores principales admiten la propiedad href.
La propiedad href especifica la ubicación del recurso externo (generalmente archivos de hojas de estilo) (URL).
Ninguna.
<link href="URL">
Valor | Descripción |
---|---|
URL | Recurso enlazado/URL del documento. Valores posibles:
|