8
0

basic-styles.html 511 B

12345678910111213
  1. <div id="editor">
  2. <p><i>This</i> <s>is</s> <code>an</code> <strong>editor</strong> <u>instance</u>, X<sub>1</sub>, X<sup>2</sup>.</p>
  3. <p>
  4. The <code>font-weight</code> attribute check:
  5. <span style="font-weight:bold">bold</span>,
  6. <span style="font-weight:400">400</span>,
  7. <span style="font-weight:500">500</span>,
  8. <span style="font-weight:600">600</span>,
  9. <span style="font-weight:700">700</span>,
  10. <span style="font-weight:800">800</span>,
  11. <span style="font-weight:900">900</span>.
  12. </p>
  13. </div>