<!DOCTYPE html>
<!-- -->
<html></html>
所有語法都要寫在這裡面<body></body>
<p></p>
<a></a>
<a href="#aboutme"></a>
<a href="www.google.com"></a>
<a href="www.google.com" target="_blank"></a>
<img src=""/>
<video src="" height="" width="" controls></video>
<embed/>
<div></div>
-切割區塊用途<h1></h1>
<div id="introduction"></div>
<header>
, <nav>
, <main>
and <footer>
create the basic structure of the webpage.<section>
,<article>
,<aside>
方便辨識段落/附加資訊<table></table>
<thead></thead>
-產生和表格不同格式的效果<tr></tr>
<th></th>
<tbody></tbody>
-和表頭做區分 辨識用<td></td>
<tfoot></tfoot>
-加總時可以使用作區別<input>
<datalist><option></option></datalist>
) 下拉式清單在input裡面設定限制