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:代碼寫得不錯, 對于行內(nèi)樣式的基本語法 也是正確 的
提過小建議, 文本以后不要直接 放在<div>中, 應該放在有語義的文本標簽中,例如 <p>