Örnek
Harici bir stil sayfasına link:
<link rel="stylesheet" type="text/css" href="theme.css">
Kendin dene " Tanımı ve Kullanımı
href niteliği konumunu belirtir (URL) dış kaynağın (most often a style sheet file) .
Tarayıcı Desteği
nitelik | |||||
---|---|---|---|---|---|
href | Evet | Evet | Evet | Evet | Evet |
HTML 4.01 ve HTML5 Arasındaki Farklar
YOK.
Sözdizimi
<link href=" Özellik Değerleri değer Açıklama URL bağlantılı kaynak / belge URL'si. Olası değerler:
- Mutlak bir URL - başka bir web sitesine puan (like href="http://www.example.com/theme.css" )
- Göreli URL - Bir web sitesi içinde bir dosyaya noktaları (like href="/themes/theme.css" )