Computer Science, asked by therof234, 15 hours ago

Write a article on HTML images like describing them like teach how to use HTML images a full article of 50-200 lines on HTML images explain them get there tags attributes etc.

Answers

Answered by prajwalsapkal96
1

Answer:

Explanation:

Insert Image

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

<img src = "Image URL" ... attributes-list/>

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

Example

To try following example, let's keep our HTML file test.htm and image file test.png in the same directory −

Similar questions