注意:此页面搜索的是所有试题
若在HTML页面中包含如下<div>标记,则选项中的( )语句能够实现改变字号的功能。
<div id="box" style="width:200px;height:150px">你好</div>
A.document.getElementById("box").style.font-size="40px";
B.document.getElementById("box").style.fontSize="40px";
C.document.getElementById("box").style.font="40px";
D.document.getElementById("box").style.font_size="40px";

参考答案