Computer Science, asked by anjumadan07, 1 year ago

Which property is used to align an image to the right or left of the text in HTML

Answers

Answered by Anonymous
12

Answer:

Explanation:

<img src="example.gif" alt="Example" align="top">

Attribute                         Value                                        Explanation

align=" "                          bottom                   aligns to the bottom (default)

               floats image

left the image floats to the left (the text wraps to the right of the image)

right the image floats to the right (the text wraps to the left of the image)

Answered by pp917923
6

Answer:

Float

Explanation

float property is used

Similar questions