0

I am currently working on a test for a web design class and there is only one question I can't figure out.

Which of the following tags may NOT contain an event handler?

A. <img>
B. <form>
C. <head>
D. <select>

I have searched several times using different phrasing, and from what Google shows me, all of these are able to contain event handlers. I am not really sure what else to do other than ask here! Any links that could guide me would be helpful also!

4

1 回答 1

1

所有这些元素都可能包含内联事件处理程序。

HTML5 规范

可以在任何 HTML 元素上指定以下事件处理程序内容属性:

  • 中止
  • 模糊*
  • 取消
  • 在线播放
  • oncanplaythrough
  • 改变
  • 点击
  • 关闭
  • 上下文菜单
  • oncuechange
  • ondblclick
  • 拖累
  • 悬而未决
  • 吸毒者
  • 退出
  • ondragleave
  • 拖拉机
  • 拖拽启动
  • 随叫随到
  • 持续时间变化
  • 一空
  • 结束
  • 错误*
  • 聚焦*
  • 输入
  • 无效
  • onkeydown
  • 按键按下
  • onkeyup
  • 负载*
  • 加载数据
  • 加载元数据
  • 加载启动
  • onmousedown
  • onmouseenter
  • onmouseleave
  • onmousemove
  • onmouseout
  • 鼠标悬停
  • onmouseup
  • 鼠标滚轮
  • 暂停
  • 在线播放
  • 在玩
  • 进行中
  • 汇率变动
  • 复位
  • 滚动*
  • 寻求
  • 寻访
  • 选择
  • 展出
  • 在排序
  • 已安装
  • 提交时
  • 暂停
  • 准时更新
  • onvolumechange
  • 等待
于 2013-10-28T16:37:49.640 回答