adding images in html

adding images in html


<!DOCTYPE html>
<html>
<head>
	<title> my website </title>
</head>
<body>
<img src="image.jpeg">


</body>
</html>