A.A B.B C.C D.D
A.box-shadow B.border C.background D.display
A.display:inline B.display:none C.display:block D.display:inherit
A.inputElement.style.backgroundColor = ’red’; B.inputElement.backgroundColor = ’red’; C.inputElement.style.backgroundColor = ’#0000’; D.inputElement.backgroundColor = ’#0000’;
A.Math.ceil(2,4) B.Math.max(2,4) C.ceil(2,4) D.top(2,4)
A.盒子模型是页面布局的基础,它包括外边距、边框、内边距以及元素的宽高等属性 B.border(边框)代表盒子外壳本身的宽度 C.margin(外边距)代表内容与边框间的距离 D.padding(内边距)代表盒子与其他盒子之间的距离
A.marginwidth=5表示框架宽度部分边缘所保留的空间。 B.marginwidth=5表示框架宽度空间 C.noresize是设定不用使用框框的大小 D.noresize是使用者设定此参数后,可随意地拉动框架改变其大小
A.<HR> B.<BR> C.<TR> D.<T1>
A.Ajax的优势在意在于可搜索性,开放性,易用性及易于开发 B.Flash的优势在于多媒体处理,可以更容易的调用浏览器以外的外部资源 C.Ajax最主要的批评就是它可能破坏浏览器的后退功能 D.flash 文件经常会很大,用户第一次使用的时候需要忍耐较长的等待时间