题目详情
单选题 在HTML文档中包含如下超链接,要实现当光标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是()
A. <a href="login.html" onmouseout="this.style.fontSize=30px">注册</a>
B. <a href="login.html" onmouseover="this.style.font-size=30px">注册</a>
C. <a href="login.html" onmouseout="this.style.font-size=30px">注册</a>
D. <a href="login.html" onmouseover="this.style.fontSize=30px">注册</a>

学科:WEB前端开发
时间:2023-12-22 02:44:11
相关题目
相关作业
