<!DOCTYPE html>I
<html lang="en">
<head>
<meta charset="UTF-8")
<title>Document</title>
</head>
<body>
<!--标签-->
<!--一般用来布局--)
<div></div>
<!--段落标签--)
<p></p><span></span>
<!--
超链接
target:_self 在原基础上打开页面
target:_blank 打开一个新窗口
<a href="demo82.html"target='_self'>跳转1>
<a href="demoe2.html" target="_blank">跳2
<!--空链接:默认跳转到顶部-一)
<a href=“#”>跳转到顶部</a>
<!--锚点-->
<a href="#div"></a>
<!--任意一个标签-->
<div id='div'></div>
<!--标题标签-->
h1-h6
<ul>
<li></li>
</ul>
<o1
<li></li>
</o1>
<hr>
<br>
<!--行内元素--)
<span></span>
<!--文字倾斜-->
<i>hel1o world</i>
<!--加粗-->
<b>he11o world</b>
<!--删除线-->
<s>hello world</s>
<!--下划线-->
<u>hello world</u>
<!--下标-->
<sub>hello</sub>world
<!--上标--5
<sup>he11o</sup>world
<img src=""alt="">
<table>
<thead>
<thead>
<tr>
<th>姓名</th>
<th>性别</th>
<th>年龄</th>
</tr>
</thead>
<tbody>
<tr>
<td>张三</td>
<td>男</td>
<td>18</td>
</tr>
</tbody>
</table>
行内元素:不能独占一行,不能设置宽高
<a href=""></a>
<span></span>
<span></span>
<i></i>
<b></b>
<s></s>
<u></u>
<sup></sup>
<sub></sub>
<!--
块级元素:独占一行,能设
<p></p>
<div></div>
<ul>
<1i></1i>
</u1>I
<o1>
<1i></1i>
</o1>