Computer Science, asked by swarnasrichakraborty, 8 months ago

what is the code to put spaces between two html doc pictures aligned side by side? I mean like this image 1 like that 2 images and I need space between them but I don't know how. Please help me.

Answers

Answered by swerishi
1

Answer:

Sorry I can't understand this question

Answered by Anonymous
5

Answer:

<p style="clear: both;">

<p style="clear: both;">Again, if you need to have more than three side-by-side images across, then divide 100% by the number of images you want in a row to get the width of the image plus its margin-right, and then allocate most of that amount to the image's width and a little bit to the margin.

Similar questions