Write a single line of HTML code which shows the image alignment is left width is 40% and
height is 50%.
Answers
Answered by
2
Answer:
<img src ="nameoftheimage.jpg" align ="left" width ="40" height ="50">
Similar questions