Hide

Comment help

If you type plain text, new lines will be honored, otherwise please format your comment accordingly.

Basic html is permitted, please escape your code, you may use the following tags: a, abbr, acronym, blockquote, cite, code, em, p, strong, br.

Note that if it isn't valid xhtml (if the tags aren't balanced) - it won't be accepted.

  1. 1.1

    Some plain text
    on several lines.

  2. 1.2

    Some plain text
    on several lines.

  3. 2.1

    Some text containing html characters such as < or >

  4. 2.2

    An error message.

  5. 3.1

    Some text containing escaped html characters such as &lt; or &gt;

  6. 3.2

    Some text containing escaped html characters such as < or >

  7. 3.1
    some text containing <a href='http://' title='Link title'>a link</a>
  8. 3.2
    some text containing a link
  9. 4.1
    something to be <em>emphasised</em>
  10. 4.2
    something to be emphasised
  11. 5.1
    something to be <strong>strongly emphasised</strong>
  12. 5.2
    something to be strongly emphasised
  13. 6.1
    Some text containing some code:
    <code>&lt;?php
    function funky($boring) {
    /* Some code with whitspace */
    return $funked;
    }
    ?&gt;</code>with a witticism
  14. 6.2
    Some text containing some code: <?php function funky($boring) { /* Some code with whitspace */ return $funked; } ?>with a witticism
  15. 7.1
    an abbreviation such as <abbr title='abbreviation'>abbr.</abbr>
  16. 7.2
    an abbreviation such as abbr.
  17. 8.1
    an achronym such as <acronym title='HyperText Markup Language'>HTML</acronym>
  18. 8.2
    an achronym such as HTML
  19. 9.1
    Some text containing a <ul><li>bulletted</li><li>list</li></ul>
  20. 9.2
    Some text containing a
    • bulletted
    • list
  21. 10.1
    Some text containing
    <blockquote cite='Someonelse'>
    <p>Something Someoneelse said</p>
    <p><cite>Someoneelse</cite></p>
    </blockquote>
    with a witty rebuttal
  22. 10.2
    Some text containing

    Something Someoneelse said

    Someoneelse

    with a witty rebuttal

Useful links: