|
Home > Get Involved > Adults
Adults
Cheat Sheet
Close Cheat Sheet
Bold: <b>Text goes here</b>
Italic: <i>Text goes here</i>
Link: <a href="put web address here">Text goes here</a>
Remember:
- Include http:// if an external site (i.e. google)
- For email do "mailto:" plus their email address
Unordered List...(bullets above):
<ul> <li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li> </ul>
Ordered (numbered) list:
- Simply replace
- the "ul"
- with "ol"
<ol> <li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li> </ol>
Close Cheat Sheet
|