常用标签
<head></head>
<body></body>
<script></script>
<a></a> 超链接
<form></form> 表单
<button></button> 按钮
<div></div> 定义一个层(容器)
<h1></h1> 标题
<p></p> 段落
<br> 换行,没有结束标签
<b></b> 粗体字
<dl></dl> 列表
<dt></dt> 列表中的项目
<dd></dd> 列表中的项目描述
<ol></ol> 有序列表
<ul></ul> 无序列表
<li></li> 列表中的项目
<hr></hr> 水平线
<table></table> 表格
<pre></pre> 可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。
格式标记
![](http://upload-images.jianshu.io/upload_images/9128511-f30c3d823c207c8f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/698)
1
![](http://upload-images.jianshu.io/upload_images/9128511-b7665fc94e0a2105.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/613)
2
文档标记
![](http://upload-images.jianshu.io/upload_images/9128511-5f4917c514dc9d07.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/676)
3
上标、下标
效果如下
![](http://upload-images.jianshu.io/upload_images/9128511-615c969a3349044f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/42)
4
eg.
![](http://upload-images.jianshu.io/upload_images/9128511-71bd10886532c49b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/299)
5
big,small
big,small可嵌套使用
较之原来的字体大/小一号
到达最大/小的字号之后不再起作用
![](http://upload-images.jianshu.io/upload_images/9128511-978821625bf1e791.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
5
![](http://upload-images.jianshu.io/upload_images/9128511-0e76d4cf6cead05a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/700)
6