<html>
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=UTF-8" />
<title>网页标题</title>
<meta name="keywords" content="关键字列表" />
<meta name="description" content="网页描述" />
<link rel="stylesheet" type="text/css" href="" />
<style type="text/css">
<!--这里是写css样式的地方 要记住css的样式是要写在style之间的-->
#dede{color:red}
#dedede{color:green}
</style>
</head>
<body>
<P id="dede">www.hxzkpcb.com</P>/*通过样式此刻域名已经变成红色的字母了*/
<P id="dedede">zhidao.bnaidu.com</P>/*通过样式此刻域名已经变成绿色的字母了*/
</body>
</html>