form 对象的( )方法类似于单击了重置按钮。
A. reset()
B. submit()
C. onclick()
D. open()
鼠标移入到文字上方时激发的事件是( )。
A. onMouseMove
B. onMouseOver
C. onMouseUp
D. onMouseDown
在 JavaScript 中改变文字大小的语法正确的是( )。
A. onMouseOver="style.fontSize='14px' "
B. onMouseOver=" this.style.fontSize='14px' "
C. onMouseOver=" style.font.size='14px' "
D. onMouseOver=" style.font.size=14px "
在JavaScript 中改变文字颜色语法正确的是( )。
A. onMouseOver="style.fontColor='red'"
B. onMouseOver="this.style.fontColor='red'"
C. onMouseOver="style.color='red' "
D. onMouseOver="this.style.color='red' "