1. First you need a logo for your website
  2. Use http://www.favicon.co.uk/ or http://www.animatedfavicon.com/ to create a favicon
  3. Place the following code in the head section of your website

<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>

  1. Place the favicon in the same folder as your page
Member Avatar for LastMitch

@profmuluka

What are saying?

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.