日期:2013-07-16 浏览次数:21119 次
<stype="text/css"> body{font-size:9pt; font-color:red; background:white} </style> |
<style type="text/css"> body{font-size:9pt;font-color:red;background:white} </style> |
几个标签设定相反的款式
1.刚刚我们看过一个标签,同时设置几个款式的,实际上,我们也可以把好几个标签同时一同来设定,例如:
<style type="text/css"> h1,h2,td{font-size:12pt; font-color:red; font-family:宋体} </style> |
以此例而言,我们同时设定了三组标签<h1>、<h2>、<td>,换言之,凡是被这三个标签包起来的,其文字大小都会变成 12pt、红色字、并且以宋体显示!