<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>js控制字体的大小</title>
<SCRIPT language=javascript>
<!--
function setBgColor(color){window.thetd.bgColor=color;}
function setFontSize(size){window.thetd.style.fontSize=size;}
function setFontColor(color){window.thetd.style.color=color;}
//-->
</SCRIPT>
</head>
<body>
<a href="#" onclick="setFontSize('12pt')">小</a>
<a href="#" onclick="setFontSize('14pt')">中</a>
<a href="#" onclick="setFontSize('16pt')">大</a>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td id="thetd">js控制字体的大小,现在最流行的是什么?哈哈</td>
</tr>
</table>
</center>
</div>
</body>
</html>
时间: 2024-12-21 13:54:17