Hi friends today i am posting the blog which i have learned today ,it may be already known knowledge to someone,but it may be benefical if this information is not known to a single person,as that person can know about this now
What is favicon??It is a website icon,or URL icon or bookmark icon which is of 16*16 or 32*32 size.
To personalize our website we use a Favicon,by adding that favicon helps out in the branding and stickability of our website.
How to add favicon to our URL of the website?
<link href=”your url/favicon.ico” rel=”icon” type=”image/x-icon”/>
Example :
<html
<head>
<link rel=”icon” href=”favicon.ico”>
<title>MyPage!</title>
</head>
<body>
hiii
……..
</body>
</html>
Example favicon I used:
http://www.shy.co.uk/favicon.ico I used this favicon.ico image and copied this image.
Saved the above html page .
Check out this example and try it once in Mozilla firefox(Browser).
Have a nice day
enjoy
No comments:
Post a Comment