在 HTML文档中包含如下超链接,要实现当鼠标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是( )。
A. <a href="
B. "onmouseover="this.style.fontSize='30px'">注册</a>
C. <a href="
D. " onmouseout="this.style.fontSize='30px'">注册</a>
E. <a href="
F. ” onmouseover="this.style.font-size='30px'”>注册</a>
G. <a href="
H. " onmouseout="this.style.font-size='30px'">注册</a>