Computer Science, asked by kombo, 5 months ago

Add the correct HTML attribute to display the "smiley.gif" image : <IMG -----------> *

<img source="smiley.gif">

<img="smiley.gif">

<img src="smiley.gif">

<image src="smiley.gif">​

Answers

Answered by musharrafali9915
3

Answer:

2. src="smiley.gif">

Answered by mad210202
0

Answer:

The answer of the following question is <img  src="smiley.gif" > and option C.

Explanation:

The correct HTML attribute to display the "smiley.gif" image is

<img  src="smiley.gif" >.

  • This is a HTML tag.
  • It is used to display the image in the webpage.
  • This tag should be enclosed in <> symbol.
  • SRC in this tag define the source of the image that displayed.
  • img stand for image.
  • "smiley.gif"  is the source file or directory file of the image.

Similar questions