我有一个 html 页面
<html>
<head>
</head>
<frameset cols="*" rows="48,100%" border="0" frameborder="yes" bordercolor="black">
<frame name="header" src="bar.jsp" scrolling="no" marginheight="0" marginwidth="0" frameborder="0">
<frame name="body" src="body.jsp" scrolling="auto" marginheight="0" marginwidth="0" frameborder="0">
<frame>
</frameset>
</HTML>
在框架体内我有页面 body.jsp:
<table id="people" width="100%" border="0" cellspacing="8" cellpadding="0">
<tr class='list'>
<td></td>
</tr>
<tr class='list'>
<td></td>
</tr>
</table>
如何更改表格内所有行的字体大小?