Computer Science, asked by WBMirza, 11 months ago

Write HTML code to insert an image “abc.gif” with width size 48 and height 30.​

Answers

Answered by Anonymous
5

!!!!PLEASE MARK IT AS BRAINLIEST!!!!

<HTML>

<BODY>

<IMG SRC="abc.gif" width="48" height="30">

</BODY>

</HTML>

Similar questions