27 Write a simple HTML program to display a web page with an image of at the central
Answers
Answered by
0
Answer:
Earlier, the web pages used to consist of only texts, which made them appear quite boring and uninteresting. Fortunately, it wasn’t long enough that the ability to embed images on web pages was added for users. Let’s see how to add images on a webpage.
Adding images on a webpage The “img” tag is used to add images on a webpage. The “img” tag is an empty tag, which means it can contain only a list of attributes and it has no closing tag.
Explanation:
hope it helps
Answered by
0
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