HTML大小写不敏感
第一个<>是开始标签
标题 <h1 name='Bill "Hell0" Gates'>..</h1> 【 <h1 align="center">This is heading 1</h1> 居中】
段落 <p>...</p>
链接 <a>...</a>
图像 <img>
主体 <body>...</bady>
【<body bgcolor="yellow">
<h2>请看: 改变了颜色的背景。</h2>
</body>】 改变了背景为黄色
属性:键值对 必须为属性值加引号
<table border="1">...</table> 表格:表格边框
<tr>...</tr> 定义表格中的行