inline-html.html 534 B

123456789101112
  1. <p>this is <span class="name">inline <strong>html</strong></span> trailing</p>
  2. <p>&copy; AT&amp;T</p>
  3. <p><del>this is deleted</del> this is not
  4. new text on new line</p>
  5. <p><s>this is deleted</s> this is not
  6. new text on new line</p>
  7. <p>this line ends with &lt;</p>
  8. <p>this line ends with &amp;</p>
  9. <p>contact me at <strong>mail@cebe.cc</strong>.</p>
  10. <p>contact me at <strong><a href="mailto:mail@cebe.cc">mail@cebe.cc</a></strong>.</p>
  11. <p>contact me at <strong><a href="http://cebe.cc/contact">http://cebe.cc/contact</a></strong>.</p>