I'm having trouble with my code that should display ordered and unordered lists. Even though I am using Bootstrap, I can't seem to get any list styling - no numbers or bullets are showing up.
<ul>
<li>test1</li>
<li>test2</li>
<li>test3</li>
</ul>
<br />
<ol>
<li>test1</li>
<li>test2</li>
<li>test3</li>
</ol>
Here is what I see: