html元素周期表:


<input type="text" placeholder="在49296开源软件中搜索"/><button>搜索</button></div>

<!DOCTYPE>
<html>
<head>
<base href="https://www.baidu.com/">
<title>标题</title>
<meta charset="utf-8">
</head>
<body>
<img src="https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png">
<img src="img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png">
</body>
</html>
br:分隔线
div:块级标签 默认独占一行
如多没有指定高度,则由内容决定高度
h1:标题,占一行
font: <font color="red">hello world</font>
span:行级标签
p:段落
pre:保留原有效果
img: <img src="网址">
table:表格
tr:表格一行
td:一个数据
<table>
<tr>
<td>ID</td>
<td>姓名</td>
<td>年龄</td>
<td style="height:100px">性别</td>
</tr>
<tr>
<td colspan="4">apple</td>
</tr>
</table>
ID 姓名 年龄 性别
相关文章:
-
2021-07-17
-
2021-06-28
-
2022-12-23
-
2021-10-29
-
2022-12-23
-
2021-05-31
-
2021-08-09