indent.html 820 B

1234567891011121314151617181920212223
  1. <div id="snippet-indent">
  2. <h2>Changing block indentation</h2>
  3. <p style="margin-left:40px;">Use the toolbar buttons to control the indentation of specific parts of the text. You can
  4. use these tools to highlight an important piece of information, communicate a hierarchy or just give your content
  5. some room.&nbsp;</p>
  6. <p style="margin-left:80px;">For instance, this paragraph looks like it belongs to the previous one.</p>
  7. <h3>Indenting list items</h3>
  8. <p>Block indentation buttons work with lists, too! Check out the following list and play with different indentation levels:</p>
  9. <ul>
  10. <li>This is the shallowest list item.&nbsp;<ul>
  11. <li>And this one is nested.</li>
  12. <li>This one is nested, too.<ul>
  13. <li>And this one goes even deeper.</li>
  14. </ul>
  15. </li>
  16. </ul>
  17. </li>
  18. </ul>
  19. </div>