I know how to create an unordered list in HTML. Below is a basic construct. However, I need to have a list that will have both bullets and non-bullets within the same div section. Second item below is the desired result.
<div class = "dropdown menu"
<ul class = "bullet">
<li>Example</li>
<li>Example2</li>
<li>Example3</li>
</ul>
</div>
- first item
- second item
- Third item
Call xyz for details
- 4th Items
Call abc for details