Computer Science, asked by swaroopJani, 4 months ago

The following code is written to align an image in the center of the browser window. However, the desired result is not achieved. Give reasons. <IMG Src = “house.gif” Align = “Center”>​

Answers

Answered by aaryankiri
2

Answer:

Explanation:

In HTML, five types of alignments are available to align an image. The alignments are top, bottom, middle, left, and right. Thus, the desired output is not achieved. If you want to center align an image, you need to use the <CENTER> tag.

Similar questions