本帖最后由 想念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
|
点赞26 哪些同学觉得很赞!
- lori棒棒糖 觉得很赞
- 昵昵妹 觉得很赞
- 潜意式 觉得很赞
- 龙猫1212 觉得很赞
- 大大大表哥 觉得很赞
- 依仔101 觉得很赞
- 西卡 觉得很赞
- 一品数码 觉得很赞
- 热爱生活热爱家 觉得很赞
- 我叫大帅比 觉得很赞
|
|
|