“Como fazer um logotipo da barra de título HTML” Respostas de código

Como alterar o logotipo no título de uma página da web

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <!-- This is how you add your image below --> 
  	<link rel = "icon" type = "image/png" href = "name-of-image.png">
</head>
<body>
  
</body>
</html>
DCmax1k

Como fazer um logotipo da barra de título HTML

<!<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <!-- This is how you add your image below --> 
  	<link rel = "icon" type = "image/png" href = "name-of-image.png">
</head>
<body>
</body>
</html>
Glorious Gerenuk

Respostas semelhantes a “Como fazer um logotipo da barra de título HTML”

Perguntas semelhantes a “Como fazer um logotipo da barra de título HTML”

Mais respostas relacionadas para “Como fazer um logotipo da barra de título HTML” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código