1、在HTML5中,onblur和onfocus是()。A.HTML元素B.样式属性C.事件属性D.元素
1、在HTML5中,onblur和onfocus是()。
A.HTML元素
B.样式属性
C.事件属性
D.元素
参考答案和解析
事件属性
相关考题:
在HTML5的Geolocation API中可以使用( )获取当前地理位置。 A.addCurrentPostionB.watchCurrentPositionC.clearWatchD.getCurrentPosition
在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A、〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B、〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C、〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D、〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉
下面那个不是复选框的响应事件()A、onfocus:得到焦点时执行的代码。B、onblur:失去焦点是时执行的代码。C、onclick:单击该文本框时执行的代码。D、onselect:选择内容时执行的代码。
单选题在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉