+ 2
HTML offers an <img> tag which allows for you to display an image. This can be done by adding the src attribute to the tag with a value of the URL to your image.
For example:
<img src = "https://www.example.com/jpg/">
Sololearn does go through it in their course, so it would be helpful to go through it - https://www.sololearn.com/learn/HTML/1030/