abstract:<html><head><meta charset="utf-8"><title>html前端练习</title></head><body><div style="background:red;width:300px;height:200px">我是骁炎</
<html>
<head>
<meta charset="utf-8">
<title>html前端练习</title>
</head>
<body>
<div style="background:red;width:300px;height:200px">我是骁炎</div>
<p style="background:blue">我是骁炎</p>
<span style="background:green">我是骁炎</span>
<img src="http://img.php.cn/upload/course/000/126/153/5acc118f11d6b969.jpg">
</body>
</html>
Correcting teacher:天蓬老师Correction time:2019-04-14 21:54:09
Teacher's summary:代码写得不错, 对于行内样式的基本语法 也是正确 的
提过小建议, 文本以后不要直接 放在<div>中, 应该放在有语义的文本标签中,例如 <p>