快捷导航
发新帖
返回列表
2 620
电梯直达  跳转到指定楼层

[作业] CSS-based Formatting

想念666|注册会员 |勤币 85 |学币 0
发表于 2017-3-20 09:30 | 复制链接 | 打印 | 上一主题 | 下一主题
本帖最后由 想念666 于 2017-3-20 17:51 编辑

<!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-based Formatting</title>
<style type="text/css">
font {
}
h1 {
        font: 26px Verdana, Geneva, sans-serif;
        color: red;
}
p {
        font: 12px Verdana, Geneva, sans-serif;
        color: violet;
}
</style>
</head>

<body>

<h1>ROSENCRANTZ</h1>
<p> I understand you not, my lord.</p>
<h1>HAMLET</h1>
<p> I am glad of it: a knavish speech sleeps in a  foolish ear.</p>
<h1>ROSENCRANTZ</h1>
<p> I understand you not, my lord.</p>
<h1>HAMLET</h1>
<p> I am glad of it: a knavish speech sleeps in a foolish ear.</p>
<h1>>ROSENCRANTZ</h1>
<p> My lord, you must tell us where the body is, and go with us to the king.</p>
<h1>HAMLET</h1>
<p> The body is with the king, but the king is not with  the body. The king is a thing--</p>
<h1>GUILDENSTERN</h1>
<p> A thing, my lord!</p>
<h1>HAMLET</h1>
<p> Of nothing: bring me to him. Hide fox, and all after.</p>
</body></html>





本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
举报 使用道具
| 回复

共2个回复 最后回复于 2017-3-21 14:39

勤币 18146   学币 398  
沙发
发表于 2017-3-20 18:22:43 | 只看该作者
完成很不错哦,看起来理解了选择器的意义。继续加油~
举报 使用道具
勤币 85   学币 0  
板凳
发表于 2017-3-21 14:39:46 | 只看该作者
潜意式 发表于 2017-3-20 18:22
完成很不错哦,看起来理解了选择器的意义。继续加油~

谢谢,我还得努力,这才是开始呢
举报 使用道具
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表