怎样使用CSS

页面内嵌法:

<style type="text/CSS"> <!-- body { background : white ; color : black ; } --> </style>

外部调用法:
<link rel="stylesheet" rev="stylesheet" href="../../CSS/style.CSS" type="text/CSS" media="all" />