I'm starting to learn HTML and I'm trying to insert an image as explained in the course but it does not work, either save the image in the server folder in the .jpg format as explained but when running in Chrome I only the damaged image icon appears.
<html>
<head>
<title>Pagina 1</title>
</head>
<body>
<h1>Bienvenidos a pagina 1<h1>
<img src="IMG_20180901_153721_764"/>
</body>
</html>