What is used to add favicons to webpages like this page. Can the normal html php css be able to add favicons or is there a way to do it

since there is HTML5 you only need the css command for favicons Create a 16x16 image the file extension should only be .ico

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

OR
<link rel="icon" href="/images/specialicon.ico" type="image/x-icon" />

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.