How to add img in webpage
Adding img to webpage by using HTML
For adding image to web page need to use img tag like bellow
<img sre="img address" alt="image name" />
You can define height and width also using height and width attribute like bellow
<img sre="img address" alt="image name" height="150px" width="150px" />