HTML福利
HTML解析


1.HTML 标题(Heading)是通过<h1> - <h6> 标签来定义的。

2.HTML 段落是通过标签 <p> 来定义的。

3.HTML 链接是通过标签 <a> 来定义的。


其他补充内容详见链接:https://www.runoob.com/html/html-links.html
4.HTML 图像是通过标签 <img> 来定义的。

5.HTML 在网页显示的内容通过标签 <body> 来定义的。

6.<html> 元素定义了整个 HTML 文档,包括了<body>。

7.HTML 换行是通过标签 <br> 来定义的。



8.HTML 水平线是通过标签 <hr> 来定义的。

9.HTML 注释是通过标签 <!-- 注释内容 --> 来定义的。

9.HTML 格式化标签是通过标签 <b> 粗体 <i>斜体等来定义的。
其他格式化链接:https://www.runoob.com/html/html-formatting.html


10.HTML 头部是通过标签 <head> 来定义的。
学习链接:https://www.runoob.com/html/html-head.html