熟悉網(wǎng)頁,并且自己仿照老師的模版,自己做出一個(gè)。哎喲!不錯(cuò)哦?。?br> 最終成果:

我的代碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The blah</title>
<link rel="stylesheet" type="text/css" href="homework.css">
</head><body>
<div class="header">
<img src="images/blah.png"/>
<ul class="nav">
<li><a href="#">Home</a> </li>
<li><a href="#">Site</a></li>
<li><a href="#">Other</a></li>
</ul>
</div>
<div class="main-content">
<h2>The beach</h2>
<hr>
<ul class="photos">
<li><img src="images/0001.jpg" width="150" height="150" alt="Pic1"></li>
<li><img src="images/0003.jpg"width="150" height="150" alt="Pic1"></li>
<li><img src="images/0004.jpg"width="150" height="150" alt="Pic1"></li>
</ul>
<p>
stretching from Solta to Mljet, and this unique cycling trip captures the highlights with an ideal balance of activity, culture and relaxation. Experience the beautiful island of Korcula with its picturesque old town, the untouched beauty of Vis, and trendy Hvar with its Venetian architecture. In the company of a cycling guide, this stimulating journey explores towns and landscapes, many of which are on UNESCO's world heritage list. Aboard the comfortably appointed wooden motor yacht, there is ample time between cycles to swim in the azure waters and soak up the ambience of seaside towns.
</p>
</div ><div class="footer">
<p>Alex LI</p>
</div>
</body>
</html>
總結(jié)
- CSS和圖片的路徑設(shè)置是我做網(wǎng)站中的小門檻卡了一下
- HTML框架的規(guī)律基本上熟悉
- 理解了網(wǎng)頁制作中層層嵌套的思路思維方式