Skip to content

Instantly share code, notes, and snippets.

@jzs2home
Created June 17, 2020 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzs2home/f431a942e99021a774bc7a88dc8b6ab0 to your computer and use it in GitHub Desktop.
Save jzs2home/f431a942e99021a774bc7a88dc8b6ab0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<title>賣南瓜</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
table,th,td{
border:1px solid black;
border-collapse:collapse;
}
</style>
</head>
<body>
<header>
<h1>賣好吃的南瓜</h1>
</header>
<nav>
<ul>
<li>首頁</li>
<li>關於</li>
<li>聯繫我們</li>
</ul>
</nav>
<section>
<img src="img/vegetable_kabocha.png" alt="vegetable_kabocha">
</section>
<section>
<h2>南瓜怎麼吃</h2>
<br />
<video width="600" controls>
<source src="超簡單南瓜3吃 .mp4" type="video/mp4">>
</video>>
</section>
<article>
<h3>吃南瓜的好處</h3>
<p>糖尿患者不宜多吃甜食,南瓜是甜的,偏偏卻對於防治糖尿大有幫助。箇中玄機值得仔細研究;在各種食物之中,南瓜(即番瓜)對於糖尿病的療效可以算是數一數二的。 </p>
<p>近年日本和中國內地醫學研究證實:糖尿病患者長期吃南瓜或南瓜粉,病情減輕機會特別高,尤其是輕型及中型的患者大多在服食之後,症狀會改善,精神轉佳,減少口渴。</p>
</article>
<br />
<section>
<table>
<caption> 南瓜助減重</caption>
<tr>
<th>食物名稱</th>
<th>熱量/100公克</th>
</tr>
<tr>
<td>南瓜 </td>
<td> 69大卡/100公克 </td>
</tr>
<tr>
<td> 白飯 </td>
<td> 182大卡/100公克 </td>
</tr>
</table>
</section>
<br />
<br />
<footer>
<form>
您的EMAIL:<br/>
<input type="email" name="email" value="Email"><br/>
留言訊息:<br/>
<textarea rows="8" cols="80">
</textarea><br/><br/>
</form>
<p>&copy; 2020 賣南瓜.com 版權所有</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment