<img> tag is used
Syntax
<img src="ABC.jpg" alt="ABC person" width=200px height=100px>
Where abc. jpg :is the image to be added to the webpage
alt: alternate text to be displayed in case if image is not displayed due to misspelled url
width, height: specifies size of the image