Check out example codes for "html how to add an image". It will help you in understanding the concepts better.
Code Example 1
<img src="flowers.jpg" alt="flowers">
//Always add the image type (jpg,png, etc) Adding alt text
is also good coding practice :)
Code Example 2
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Code Example 3
<img src="image.jps">
//image.jpg is where you would put the inage source.
Learn ReactJs, React Native from akashmittal.com