2-11编程练习我的错在哪
来源:2-15 修饰标签和特殊符号
bingo___
2017-10-15 21:20:58
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
<style>
</style>
</head>
<body>
<p><span style="font-family:arial;">关于我们 | 招聘信息 | 联系我们 | 意见反馈</p>
<hr widht="80%" />
<p><span style="font-family:arial;"> Copyringht © 2016 imooc.com All Rights Reserved</p>
</body>
</html>
2回答
樱桃小胖子
2017-10-16
"慕九州4334298"同学说的对,你把width写错了,错写成widht了。另外需要设置<p align="center">……</p>,祝学习愉快!
慕九州4334298
2017-10-15
<title>此处缺少标题</title>
用<p align="center">内容</p>就行了;
widht纠正为width;
<p align="center">关于我们 | 招聘信息 | 联系我们 | 意见反馈</p> <hr width="100%" size="1" color="808080" align="center"/> <p align="center">Copyright©2016 imooc.com All Rights Reserved</p>
相似问题