How can i insert logo with my title? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How can i insert logo with my title?

I want to insert my logo with my title of webpage which shown on tab

7th Jun 2017, 12:54 PM
Atul Bansal
Atul Bansal - avatar
1 Respuesta
+ 1
It sounds like what you're looking to add is a "favicon". This page might help: https://www.w3.org/2005/10/howto-favicon Basically, you're going to need to add something like this inside the <head> tag, but outside of <title> tag in your HTML: <link rel="shortcut icon" href="favicon.ico" /> Stack OVerflow has a good thread on this topic, too: https://stackoverflow.com/questions/3103490/html-title-image
7th Jun 2017, 1:05 PM
Kurt Schwanda
Kurt Schwanda - avatar