资 源 简 介
CCS样式选择符,初学者,设计,DW,网页制作,大一作业
部分预览:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS样式选择符</title>
<style type="text/css">
body
{
background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg);
background-repeat:repeat;
}
.class1
{
text-align:center;
font-weight:bolder;
}
.class2
{
font-family:"仿宋";
text-indent:8em;
}
.class3
{
font-size:18px;
font-family:"宋体";
text-indent:4em;
}
#id1
{
font-family:Zombie, Verdana, "Comic Sans MS";
font-style:oblique;
font-size:64px;
}
#id2
{
font-family:"黑体";
font-size:36px;
}
#id3
{
color:#F69;
font-weight:bolder;
text-shadow:#FCC;
}
</style>
</head>
<body>
<table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">
<tr height="30">
<td align="center"><img src="images/顶部图片.jpg" /></td>
</tr>