用html结合CSS做的简单网页

Original 2019-01-11 16:15:08 231
abstract:<!DOCTYPE html><html><head> <title>诗词集</title> <style type="text/css"> .one1 {width: 500px;height:500px; background: red} </style></head><b
<!DOCTYPE html>
<html>
<head>
<title>诗词集</title>
<style type="text/css">
.one1 {width: 500px;height:500px; background: red}
</style>
</head>
<body>
<div class="one1">
<h1>春晓</h1>
<h6>唐.孟浩然</h6>
<p>春眠不觉晓,处处闻啼鸟。</p>
<p>夜来风雨声,花落知多少。</p>
</div>

</body>
</html>>


Correcting teacher:查无此人Correction time:2019-01-11 17:20:48
Teacher's summary:做的还不错。之后的作业,尽量加点自己的思路,这样老师可以给你更好的建议。加油。

Release Notes

Popular Entries