I'm trying to put an image in my HTML file and it's strange for me not to load my image, only a small icon appears instead of my photo and I do not know if I had never had problems inserting my images, I did everything from putting the end .jpg to change the folder file and even then I did not load the image, here I leave my code.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="nuevo.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
<title></title>
</head>
<body>
<header>
<h1>
Foto-booth
</h1>
<nav role="navigation">
<ul class="nav nav-pills">
<li role="presentation" class="active"><a href="#">Inicio</a></li>
<li role="presentation"><a href="#">Perfil</a></li>
<li role="presentation"><a href="#">Mensajes</a></li>
</ul>
</nav>
</header>
<img src="02.jpg">
<p>hola</p>
</body>
</html>
The problem is not that the image does not appear, if it appears but does not load, only a small picture appears as 1 by 1px (that small picture is not the image, it is a default image x) I do not know why it does not load