All pastes #918322 Raw Edit

Anonymous

public text v1 · immutable
#918322 ·published 2008-02-26 01:29 UTC
rendered paste body
<html>
  <head>
    <style type="text/css">
      body {
      font: 12pt sans-serif; /* or any size there, like 80% or 15px */
      }
    </style>
  </head>

  <body>
    <i>This text should be in italics.</i><br><br>
    This is normal text.<br><br>
    <i>This should be in italics too.</i> <br><br>
    This is normal text again.<br> <br>
  </body>
</html>