How to add header logo on html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add header logo on html ?

For web please

18th Aug 2020, 4:01 AM
ROCKSTYLE GAMER
ROCKSTYLE GAMER - avatar
3 Answers
+ 6
favicon
18th Aug 2020, 4:17 AM
Gordon
Gordon - avatar
+ 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
18th Aug 2020, 5:04 AM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar
+ 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
18th Aug 2020, 4:04 AM
(⌐■-■)
(⌐■-■) - avatar