How do you set one? I recently started HTML again and way back when I learned those didn't exist. What's the code for these?
Karaten 0 Newbie Poster
Recommended Answers
Jump to PostThis is called favicon and it is add through link declaration of head section inside html document. To add one just do as follows
<html> <head> <title>Page Title</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> </head> //Rest of the page code
If you do not have suitable icon you …
All 5 Replies
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Karaten 0 Newbie Poster
Shanti C 106 Posting Virtuoso
Karaten 0 Newbie Poster
Shanti C 106 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.