richeditor.html 816 B

12345678910111213141516171819202122232425262728
  1. <div id="word-count-wrapper" style="display:none">
  2. Words: <span id="word-count"></span> Characters: <span id="character-count"></span>
  3. </div>
  4. <div id="editor">
  5. <h1>Rich editor</h1>
  6. <p>
  7. This editor features exceptionally high number of plugins.
  8. </p>
  9. <p>
  10. It
  11. <strong>features</strong>
  12. <em>some basic</em>
  13. <s>font</s>
  14. <sub>styling &mdash;</sub>
  15. <sup>nothing</sup>
  16. <u>too crazy</u>.
  17. <a href="https://ckeditor.com">Links</a> are also here.
  18. </p>
  19. <p>
  20. Font can have customized
  21. <span style="background-color:#e6e64c">background</span>,
  22. <span style="color:#ff0000">foreground</span>,
  23. <span style="font-family:'Trebuchet MS', Helvetica, sans-serif">font face</span>,
  24. <span class="text-big">height</span>.
  25. You can also <mark class="marker-yellow">mark</mark> it if you want to.
  26. </p>
  27. </div>