单项选择题
下列js可以让一个input的背景颜色变成红色的是?()
A.inputElement.style.backgroundColor = ’red’; B.inputElement.backgroundColor = ’red’; C.inputElement.style.backgroundColor = ’#0000’; D.inputElement.backgroundColor = ’#0000’;
判断题 css属性overflow属性定义溢出元素内容区的内容会如何处理。如果值为 scroll,不论是否需要,用户代理都会提供一种滚动机制。
填空题 ()标签必须直接嵌套于ul、ol中
填空题 文字居中的CSS代码是()