摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>网页头部</title></head><body><div style="background: red; height: 25px; width: 8
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页头部</title>
</head>
<body>
<div style="background: red; height: 25px; width: 80px;">php中文网</div>
<p style="background: blue; height: 25px; width: 80px;">欢迎你</p>
<span style="background: blue;">我是拾柒</span><b>我是拾柒</b>
<img src="images/头像.jpg" height="200px" width="200px">
</body>
</html>
批改老师:天蓬老师批改时间:2019-01-09 13:52:42
老师总结:"images/头像.jpg" , 以后不要用中文命名文件名了