Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
| 标签说明 | 您输入 | 您得到 |
|---|---|---|
| 锚点(anchor),用来制作通往其他页面的连结。 | <a href="http://www.yx361.com">网络营销人的家</a> | 网络营销人的家 |
| 强调 | <em>强调</em> | 强调 |
| 粗体 | <strong>粗体</strong> | 粗体 |
| 引用 | <cite>引用</cite> | 引用 |
| 标示文字,用来显示程式的原始码。 | <code>编码</code> | 编码 |
| 无序清单——使用 <li> 开始每个项目 | <ul> <li>第一个项目</li> <li>第二个项目</li> </ul> |
|
| 顺序清单- 使用 <li> 来开始每个项目 | <ol> <li>第一个项目</li> <li>第二个项目</li> </ol> |
|
| Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description. | <dl> <dt>第一个词汇</dt> <dd>第一个定义</dd> <dt>第二个词汇</dt> <dd>第二个定义</dd> </dl> |
|
Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
| 字元说明 | 您输入 | 您得到 |
|---|---|---|
| 和 | & | & |
| 大于 | > | > |
| 小于 | < | < |
| 引号 | " | " |
最新回应
6 weeks 6 days ago
8 weeks 6 days ago
9 weeks 15 hours ago
9 weeks 15 hours ago
11 weeks 2 days ago
11 weeks 3 days ago
11 weeks 6 days ago
11 weeks 6 days ago
12 weeks 1 day ago
12 weeks 1 day ago