第一天,感覺還不錯。
這是成果
my_first_website
這是代碼
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The blah</title>
<link rel="stylesheet" text="text/css" href="homework.css">
</head>
<body>
<div class="header">
[站外圖片上傳中……(2)]
<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>
[站外圖片上傳中……(3)]
</li>
<li>
[站外圖片上傳中……(4)]
</li>
<li>
[站外圖片上傳中……(5)]
</li>
</ul>
<p>
One of the most beautiful and best island countries in the world is the Philippines. It’s actually a geographically gorgeous place worth vising any time of the year. The Philippines contain over 7,000 islands, and all of them are beautiful and unique in their own way. There are many wonderful tourist attractions including the Tubbataha Reef, Mayon Volcano, Banaue Rice Terraces, Puerto Galera, Donsol, the Chocolate Hills and many more. The country also offers plenty of interesting activities for you to experience, such as diving, climbing, camping, hiking, bird watching and many others.
</p>
</div>
<div class="footer">
<p>©JD coding</p>
</div>
</body>
</html>
我的感想:
- 初步體驗了利用
現成
的css和圖片文件創建網站(以后做簡單的網頁可以利用哈哈哈) - 有種蛋蛋的成就感,非常樂意繼續學習下去
- 如果要學習建網站,起碼要把html、css過一遍吧,啊,想到就顫抖。