Good afternoon, I have a problem with the images.
page icon image add the path and the image there is folder of the project, however it is not being displayed, can this be some aspect of the image?
final view image I added some image to the end of the code, but it is not being displayed on the page could you help me with that code error I made? I want to understand what I'm doing wrong.
h1 {font-size:80px;
background-color: rgb(240, 165, 0);
color: #fafffa;
text-align: center;
font-family: "roboto", sans-serif;
}
h2 {font-size:50px;
font-family: "arial", sans-serif;
}
<!DOCTYPE html>
<html>
<head>
<meta charset"utf-8">
<title>Evento Meeting empresa</title>
<link rel="icon" href"logogarrah.png">
<link rel="stylesheet" href="bio.css">
</head>
<body>
<h1>MEETING 19/07</h1>
<h2>Regras do participante</h2>
<p>participantes devem se inscrever para participar do evento</p>
<h2>Local do evento</h2>
<p>butantã</p>
<ing src="logogarrah.png" alt="logo garrah"></ing>
</body>
</html>