how to insert a image in webpage



<html>
<head>
<title>my webpage</title>
</head>

<body>
<img src="IMG_20161211_084446.jpg" />

</body>
</html>