A.設(shè)置畫布$img中坐標(biāo)0,0的點為藍(lán)色B.為畫布填充藍(lán)色C.在畫布中畫藍(lán)色直線D.輸出畫布
A.若是使用display屬性定義,隱藏盒子時,該盒子不占用頁面空間B.若是使用display屬性定義,隱藏盒子時,該盒子仍舊占用頁面空間C.若是使用visibility屬性定義,隱藏盒子時,該盒子不占用頁面空間D.使用visibility定義時,隱藏盒子要使用none
A.onsubmit="window.open(zhuce.html);"B.onsubmit="window.open(’zhuce.html’);"C.onclick="window.open(’zhuce.html’);"D.onclick="window.open(zhuce.html);"