65 如附圖所示程式碼,關於 media 的寫法,下列敘述哪一項錯誤?(A) media=\"screen and (max-height:700px)\" (B)media=
問題詳情
65 如附圖所示程式碼,關於 media 的寫法,下列敘述哪一項錯誤?
(A) media="screen and (max-height:700px)" (B)media="screen or (max-height:700px)" (C)media="not screen and (max-height:700px)" (D)media="screen,(max-height:700px)"