撰写提示

输入格式:
  • Filtered HTML:
    • 自动将网址与电子邮件位址转变为连结。
    • 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>
      1. 第一个项目
      2. 第二个项目
      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 &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

      字元说明您输入您得到
      &amp;&
      大于&gt;>
      小于&lt;<
      引号&quot;"
    • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
  • Full HTML:
    • 自动将网址与电子邮件位址转变为连结。
    • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.