<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>四季 Seasons</title>
</head>
<body>
<h1>四季 Seasons</h1>
<img src="img/spring.jpg" alt="Spring" width="150" height="150">
<img src="img/summer.jpg" alt="Summer" width="150" height="150">
<img src="img/autumn.jpg" alt="Autumn" width="150" height="150">
<img src="img/winter.jpg" alt="Winter" width="150" height="150">
<ul>
<li>春天 Spring</li>
<li>夏天 Summer</li>
<li>秋天 Autumn</li>
<li>冬天 Winter</li>
</ul>
<p>標籤 #FFB800</p>
<p>網址:
<a href="http://www.weathergov.hk">http://www.weathergov.hk</a>
<a href="http://weather.yahoo.com">http://weather.yahoo.com</a>
</p>
<p>聯絡地址: contactus@seasons.com</p>
</body>
</html>