write the HTML code to insert image in HTML document ?
Answers
Answered by
6
- Use the HTML <img> element to define an image
- Use the HTML src attribute to define the URL of the image
- Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed
- Use the HTML width and height attributes or the CSS width and height properties to define the size of the image
- Use the CSS float property to let the image float to the left or to the right
Answered by
3
Answer:
- Use the HTML <img> element to define an image.
- Use the HTML src attribute to define the URL of the image.
- Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed.
Similar questions
Computer Science,
2 months ago
Math,
2 months ago
Math,
2 months ago
Math,
6 months ago
Math,
10 months ago