Encabezado
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Productos - Barbería Alura</title>
<link rel="stylesheet" href="productos.css">
</head>
<body>
<header>
<h1><img src="C:\Users\adria\OneDrive\Escritorio\1742-HTML5-y-CSS3-parte1-master\imagenes\logo.png"> </h1>
<ul>
<li>Home</li>
<li>Productos</li>
<li>Contactos</li>
</ul>
</header>
</body>
</html>