0
How to add header logo on html ?
For web please
3 Respostas
+ 6
favicon
+ 2
ROCKSTYLE GAMER
If you want that small icon which will be displayed in the browser tab, then favicon(as suggested by Gordon) is what you are asking for.
You can add a favicon like this:
---------
<link rel="icon" href="***url goes here***" >
---------
Add the link element inside the head element of your HTML file.
See these:
https://stackoverflow.com/questions/4888377/how-to-add-a-browser-tab-icon-favicon-for-a-website
https://developer.mozilla.org/en-US/docs/Glossary/Favicon
https://www.w3.org/2005/10/howto-favicon
+ 1
If you want logo then go and search google
There are many websites for making logo
If you are saying for how to adjust then use css