blah blah blah
views: 8104 times
這個屬性常會被人忽略, 主要的原因是它沒有什麼實際上的功用
其實很多人都沒住意到它常出現在使用連結css檔案的地方
<link rel="stylesheet" media="screen" href="corporate-screen.css" type="text/css">
↑網頁用css, media屬性不設定時的預設值
<link rel="stylesheet" media="print" href="corporate-print.css" type="text/css">
↑列印用css

more..