<!-嵌套个样式 ->
<style type="text/css">
span{
color:blue;
}
span b{
color:red;
}
</style>
<html>
<body>
<span> 世界和平<span> <span> <b>大家高兴</b></span>
</body>
</html>
<style type="text/css">
span{
color:blue;
}
span b{
color:red;
}
</style>
<html>
<body>
<span> 世界和平<span> <span> <b>大家高兴</b></span>
</body>
</html>
2014-12-02
<style type="text/css"><!--内联样式,虽然不推荐,但测试时可以用下:)-->
</style>
</style>
2014-12-02
<!-
<input type="reset" value="重置"/>
->
<input type="reset" value="重置"/>
->
2014-12-02
<!-积累下->
<select multiple="multiple"> </select>
<select multiple="multiple"> </select>
2014-12-02