Computer Science, asked by archita11311, 4 months ago

Choose the correct HTML tag for an image insert with height and width. *

<img src="D:\Html\img.jpg" height=50 width=50>

<body background="D:\Html\img.jpg" >

<body bgcolor="yellow">

None of these​

Answers

Answered by zezus
1

Answer:

<img src="D:\Html\img.jpg" height=50 width=50>

in html <img src > tag is use to insert image in html

Similar questions