常用标签
标签 | 作用 | 示例 |
---|---|---|
<u></u> | 下划线 | hello world |
<b></b> | 黑体字 | hello world |
<i></i> | 斜体字 | hello world |
<tt></tt> | 打字机 | hello world |
<em></em> | 强调 | hello world |
<strong></strong> | 加重 | hello world |
<font size="" color=""></font> | 字体 | hello world |
<strike></strike> | 删除线 |
|
<sup></sup> | 上标 | helloworld |
<sub></sub> | 下标 | helloworld |
<h1></h1> | 标题 | hello world |
<p align=""></p> | 段落 | hello world |
<div></div> | 区块 |
hello world
|
<img></img> | 图片 | <src="" title="" alt="" align="" width=""> |
<table></table> | 表格 | |
<br/> | 换行 | hello world |
<hr> | 水平线 | ----------- |
  | 空格 | hello world |
  | 空格 | hello world |
<p id="name"></p> | 被链接 | hello world |
<a href="#name"></a> | 超链接 | hello world |