JSP解释,我是外行解释详细点,谢谢!!

来源:百度知道 编辑:UC知道 时间:2024/05/30 22:01:46
<style type="text/css">
<!--
.STYLE1 {
color: #0000FF;
font-size: x-large;
}
body,td,th {
font-weight: bold;
}
-->
</style>

我晕了...楼主你真有意思...呵呵...

这明明是CSS样式..你说是JSP....

<style type="text/css">
<!--
.STYLE1 { //定义一个CSS样式名称为 STYLE1
color: #0000FF; //设置颜色为#0000FF
font-size: x-large; //字体为大号
}
body,td,th { //设置Body 和表格中的 td 和th字体为粗体.
font-weight: bold;
}
-->
</style>

呵呵...楼主应该明白了吧

在HTML中可以为class=""中间写css样式的名字就可以使用了..

祝楼主早日成功哈!