亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

一個(gè)HTML頁(yè)面

original 2019-03-27 00:19:59 258
abstrait:<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>前端第一課1</title> <link rel="stylesheet" type="image/x-icon" href="favi

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>前端第一課1</title>

<link rel="stylesheet" type="image/x-icon" href="favicon.ico"> <!-- 引入外部文件 -->

<style type="text/css">

/*內(nèi)部樣式*/

*{margin: 0;padding: 0;}

div{

margin: 20px auto; /*上下高度邊距設(shè)為0,左右邊距設(shè)為自動(dòng)*/

width: 700px;

height: 200px;

}

abbr{

text-decoration: none;/*去掉下劃線*/

color: #00A4A0;

}

p{

line-height: 70px;

font-size:  15px;

}

</style>

</head>

<body>

<div>

<h1>雷軍:小米9/9 SE將在19日開放購(gòu)買,首月供貨不超百萬臺(tái)到工廠擰螺絲丨鈦快訊</h1>

<!-- 內(nèi)聯(lián)樣式 -->

<p style="color: #B3B3B3;"><abbr title="鈦媒體">鈦媒體</abbr> &nbsp; . 2019-3-17 18:19:48</p>

<p style="text-align: center; background:  #f6f6f6;"> <b style="font-size:  15px;">摘要:</b> 新一輪融資到手后,魔方將參與到城市人才公寓建設(shè)和公租房運(yùn)營(yíng)管理與行業(yè)規(guī)則的制定。</p>

</div>


</body>

</html>


Professeur correcteur:查無此人Temps de correction:2019-03-27 09:13:41
Résumé du professeur:寫的不錯(cuò),剛開始學(xué)習(xí),都感覺累。你的第一個(gè)作業(yè)已經(jīng)很不錯(cuò)了。繼續(xù)加油。

Notes de version

Entrées populaires