CBSE BOARD X, asked by teju889, 8 months ago

Give the command to insert an image into the web page, assuming that the image is stored in the file named"photo. Gif "

Answers

Answered by mohitgosavi2017
2

Answer:

Just keep in mind that you should use the <img> tag inside <body>… </body> tag. The src attribute is used to add the image source i.e. URL of the image. The alt attribute is for adding alternate text, width for adding width, and height for adding the height of the image

if u are stll not satisfied with the answer pls elaborate :)

Answered by atahrv
0

Explanation:

You can insert any image in your web page by using <img> tag. Following is the simple syntax to use this tag.

The <img> tag is an empty tag, which means that, it can contain only list of attributes and it has no closing tag.

Similar questions