kompozi helpilojn

  • Permesataj HTML-etikedoj: <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.

    Priskribo de TegoVi TajpasVi Ricevas
    Anchors are used to make links to other pages.<a href="http://www.esperanto.info/drupalo">Drupalo en Esperanto</a>Drupalo en Esperanto
    Gravigita<em>Gravigita</em>Gravigita
    Strong<strong>Strong</strong>Strong
    Citita<cite>Citita</cite>Citita
    Kodita teksto uzata por montri fonton de la programa kodo<code>Kodita</code>Kodita
    Senorda listo - uzu la <li> por komenci ĉiun punkton de la listo<ul> <li>Unua punkto</li> <li>Dua punkto</li> </ul>
    • Unua punkto
    • Dua punkto
    Ordered list - use the <li> to begin each list item<ol> <li>Unua punkto</li> <li>Dua punkto</li> </ol>
    1. Unua punkto
    2. Dua punkto
    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>Unua termino</dt> <dd>La unua difino</dd> <dt>Dua termino</dt> <dd>Second definition</dd> </dl>
    Unua termino
    La unua difino
    Dua termino
    Second definition

    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:

    Priskribo de la simboloVi TajpasVi Ricevas
    Signo & &amp;&
    Pli granda ol&gt;>
    Malpligrandaj ol&lt;<
    Quotation mark&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.