Computer Science, asked by sindhurejoy07, 2 months ago

To align the text images use

Answers

Answered by ar5360771
0

Answer:

To center an image using text-align: center; you must place the <img> inside of a block-level element such as a div . Since the text-align property only applies to block-level elements, you place text-align: center; on the wrapping block-level element to achieve a horizontally centered <img> .

Similar questions