案例:javascript案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<script type="text/javascript">
4
function setFontSize()
5
{
6
document.getElementById("p1").style.fontSize="larger";
7
}
8
</script>
9
</head>
10
<body>
11
12
<p id="p1">This is an example paragraph.</p>
13
14
<input type="button" onclick="setFontSize()" value="Change font-size" />
15
16
</body>
17
</html>
18

 运行结果 
 北美留学生论坛