<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>