Computer Science, asked by sangitamishranat, 2 months ago

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 hayatkhan216
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