Computer Science, asked by nikraghav4398, 3 months ago

Add the correct HTML attribute to display the "smiley.gif" image : *

Answers

Answered by shizu89
0

Answer:

ok...........

Explanation:

.........

Answered by mad210202
0

Answer:

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

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