0
How can i insert logo with my title?
I want to insert my logo with my title of webpage which shown on tab
1 ответ
+ 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