w3schools how to add image code example
Example 1: add image in html
<img src="image(name).png" alt="descibe your image">
non code:
for styling i will prefer using css instead of html
Example 2: Images in html
<img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600">