<style type="text/css">
<!--
.title1{
color:red;
}
#title2{
color:red;
}
-->
</style>
<div class="title1"></div>
<div id="title2"></div>
可以把CSS放到一个单独的文件中,在网页中引入
<link rel="stylesheet" herf="style.css" type="text/css"/>
<!--
.title1{
color:red;
}
#title2{
color:red;
}
-->
</style>
<div class="title1"></div>
<div id="title2"></div>
可以把CSS放到一个单独的文件中,在网页中引入
<link rel="stylesheet" herf="style.css" type="text/css"/>