So i have a paragraph, inside which I need to have a list of things which I am describing like below
<p>Further, to meet the diverse requirements of the clients, we offer the range in custom designs.
<ul>
<li>Features:
Elegant colors
Aesthetic designs
Matchless combination</li>
</ul>
</p>
This doesn't seem to work, How can I do this.