国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

html前端練習(xí)

Original 2019-04-14 00:32:18 249
abstract:<html><head><meta charset="utf-8"><title>html前端練習(xí)</title></head><body><div style="background:red;width:300px;height:200px">我是驍炎</

<html>

<head>

<meta charset="utf-8">

<title>html前端練習(xí)</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:代碼寫得不錯(cuò), 對(duì)于行內(nèi)樣式的基本語(yǔ)法 也是正確 的 提過小建議, 文本以后不要直接 放在<div>中, 應(yīng)該放在有語(yǔ)義的文本標(biāo)簽中,例如 <p>

Release Notes

Popular Entries