1.6 Text Mark up View in a new window

Example

Text-level markup

  • this is very simple (emphasizing a word)
  • this is strong text

Some of the elements tested above are typically displayed in a monospace font, often using the same presentation for all of them. This tests whether that is the case on your browser:

Markup
<div class="nsw-wysiwyg-content nsw-container">
<h2>Text-level markup</h2>

  <ul>
    <li> this is <em>very</em> simple (emphasizing a word)</li>
    <li> <strong>this is strong text</strong></li>
  </ul>

  <p>Some of the elements tested above are typically displayed in a monospace
  font, often using the <em>same</em> presentation for all of them. This
  tests whether that is the case on your browser:</p>

  </div>