HTML Formatting

Raw HTML text can be included in a tiddler:

<html>
This is some <strong>HTML</strong> formatting
</html>
This is some HTML formatting

Notes

  • only static HTML elements that are valid within a <div> work correctly
  • document.write cannot be used to generate dynamic content
  • External <script> elements cannot be used within <html> blocks
15 February 2011 (created 11 February 2011)
inserted by FC2 system