Dec 29
Changing Your Text Format/Style:
Here are some text format changes you can use in an article:
Bold: <b> YOUR TEXT HERE </b>
Italics: <i>YOUR TEXT HERE </i>
Bullet points:
<li>one<li>two<li>three<li>four will give:
- one
- two
- three
- four
Numbered List:
<ol><li>one<li>two<li>three<li>four</ol> will give:
1. one
2. two
3. three
4. four
