Quick Summary

To Use:

  1. Make sure you are in source code view by clicking the “source” button at top left of the content box

  2. Copy/paste the code below into a notepad or a program like this: https://html-online.com/editor/.

  3. Replace the red text with your content. If you need paragraph breaks or other formatting you will need to include these as well in the code.

  4. Paste your code into the editor. Make sure to paste it first in the text box.

Note: If you need more or fewer list items, you will need to add or remove the entire line starting from <li> and ending with </i>. Or, toggle out of the source editor and use the rich text editor to format your text.

Code:

<p><strong>Quick Summary: </strong></p>

<ul>
<li><em>Item 1: Something here</em></li>
<li><em>Item 2: Something here</em></li>
<li><em>Item 3: Something here </em></li>
</ul>

<hr />

Resource: Working with lists

Unordered Lists (W3 Schools)