“Cómo hacer un logotipo de la barra de título html” Código de respuesta

Cómo cambiar el logotipo en el título de una página 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

Cómo hacer un logotipo de la 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

Respuestas similares a “Cómo hacer un logotipo de la barra de título html”

Preguntas similares a “Cómo hacer un logotipo de la barra de título html”

Más respuestas relacionadas con “Cómo hacer un logotipo de la barra de título html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código