首页
搜索
导航
登录
特效
代码
工具
留言
教程
题库
题分类
网址箱
您的位置:
首页
-
题库
-
JavaScript题目
在HTML文档中包含如下超链接,要实现当鼠标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是()
A.<a href="http://hovertree.com" onmouseover="this.style.fontSize ='30px'">何问起</a>
B.<a href="http://hovertree.com" onmouseout="this.style.fontSize ='30px'">何问起</a>
C.<a href="http://hovertree.com" onmouseover="this.style.font-size ='30px'">何问起</a>
D.<a href="http://hovertree.com" onmouseout="this.style.font-size ='30px'">何问起</a>
上一题
下一题
返回列表
查看答案
重置
参考答案:
a/A
收藏
列表
评论:
导航
返回顶部