Computer Science, asked by dineshbishtarmapur, 2 months ago

Write a single line of HTML code which shows the image alignment is left width is 40% and
height is 50%.​

Answers

Answered by tanviaayre1179
2

Answer:

<img src ="nameoftheimage.jpg" align ="left" width ="40" height ="50">

Similar questions