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