HTML Text Formatting

  • Example
  • Code
    <html>
    <body>
    <p><b>This text is bold</b></p>
    <p><strong>This text is strong</strong></p>
    <p><big>This text is big</big></p>
    <p><i>This text is italic</i></p>
    <p><em>This text is emphasized</em></p>
    <p><code>This is computer output</code></p>
    <p>This is<sub> subscript</sub> and <sup>superscript</sup></p>
    </body>
    </html>
  • Preview
  • This text is bold
    This text is strong
    This text is big
    This text is italic
    This text is emphasized
    This is computer output
    This is subscript and superscript

No comments:

Post a Comment