在創(chuàng)建外部 CSS 實例時,需要將 CSS 樣式表文件保存在網(wǎng)頁的相同目錄下。例如,如果網(wǎng)頁的根目錄是 `/www/index.html`,那么需要將 CSS 樣式表文件保存在 `/www/index.html/style.css` 目錄下。
```html
<link rel="stylesheet" type="text/css" href="style.css">
```html
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style.css">
外部 CSS 實例的優(yōu)點在于它可以輕松地與 HTML 和 JavaScript 集成,從而使網(wǎng)頁更加智能化和交互化。還可以方便地更新和擴展 CSS 樣式,只需要修改 CSS 文件即可。
總之,外部 CSS 實例是一種方便快捷的方法,可以使網(wǎng)頁更加美觀、易于維護和擴展,同時也可以提高網(wǎng)頁的用戶體驗。通過創(chuàng)建外部 CSS 實例,可以更好地發(fā)揮 CSS 的美化作用,使網(wǎng)頁更加吸引人。