suppose we add a picture on the left side ,how can make list on the same line ? in web page using html
understood question?
Answers
Answered by
1
Answer:
<ul>
<li class="service-list">
<a href=""><img src="image.png" alt="icon" class="alignnone size-full wp-image-156" /></a>
<h3>Header</h3>
<p>
text goes here
</P>
</li>
....
</ul>
Explanation:
hope it helps you
Similar questions