Computer Science, asked by girish52887, 1 year ago

how to added image in Html

Answers

Answered by Zaransha
1
You can add image in HTML by using < IMG> tag.

It is used in the following format,

<Img src = "location_of_image.jpg" alt="alternate_text_about_it" align="Center" Boundary="0 px" height="100" width="100">



Note: values of the attributes may vary according to your needs.
Similar questions