How can I add an Image in an HTML page

Elements to Embed Image

src :

The src attribute allows you to indicate the URL or location where the image is located.

height and width attributes

The height and width attributes are used to indicate the size of the image.
The browser uses this information to indicate how much space to reserve on the page for the image.

alt

The alt attribute stands for alternate text.
This is used when search engines are indexing images to know what your image is about.

Below is an example of an embedded image in HTML:

How to Embed an Image in HTML example

The HTML code to produce the image above is: