Computer Applications
The correct HTML code for inserting an image is :
<img href = "image.gif"><img> image.gif </img><img src = "image.gif"><image src = "image.gif">
HTML Advanced Features
4 Likes
Answer
<img src = "image.gif">
Reason — To insert an image in an HTML document, we use the <IMG> tag along with its attribute SRC which specifies the location or URL of the image.
Answered By
3 Likes
Related Questions
We can create a numbered list using …………… tag.
<ul><list><ol><dl>
colspan = n can be added to …………… tag :
<hr><table><td><tr>
Which of the following are the attributes of
<table>?<Border><img><table>- None of these
The attribute used to specify the background colour of a table is :
- COLOR
- BGTABLE
- BACKCOLOR
- BGCOLOR