Check out example codes for "html image". It will help you in understanding the concepts better.
Code Example 1
<img src="img_girl.jpg" alt="Image Load Error" width="500" height="600">
Code Example 2
<img src="logo.png" />
Code Example 3
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Code Example 4
<img src="the source image's url" alt="the image's description">
Code Example 5
<!DOCTYPE html>
<html>
<head>
<title>HTML img Tag</title>
</head>
<body>
<img src="/html/images/test.png" alt="Simply Easy Learning" width="200"
height="80">
</body>
</html>
Code Example 6
<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
Learn ReactJs, React Native from akashmittal.com