How do you embed images to HTML pages?

Here is some sample code for embedding images to a HTML webpage.

Use this code <img src="https://www.example.com/images/sample-image.gif"/> after you have uploaded the image you want onto your web server.

You can also specify the height and width of the image when you add the image to your webpage.