| 12345678910111213141516171819202122232425 |
- <div id="editor">
- <h2>Font <span class="text-big">Size</span> feature sample.</h2>
- <p>
- This is a mixed text with different sizes of text:
- <span class="text-tiny">tiny</span>,
- <span class="text-small">small</span>,
- <span class="text-big">big</span> and
- <span class="text-huge">huge</span>.
- </p>
- <ul>
- <li>It's a list item with <span class="text-tiny">tiny</span> text</li>
- <li>It's a list item with <span class="text-small">small</span> text</li>
- <li>It's a list item with <span class="text-big">big</span> text</li>
- <li>It's a list item with <span class="text-huge">huge</span> text</li>
- </ul>
- <figure class="image">
- <img src="sample.jpg" alt="CKEditor logo"/>
- <figcaption>
- Sample image with <span class="text-big">c</span><span class="text-tiny">r</span><span class="text-huge">a</span>z<span class="text-small">y</span> caption.
- </figcaption>
- </figure>
- </div>
|