How to insert a favicon into HTML? [duplicate]

3

I'm starting to play around in HTML and would like to know how to implement a favicon .

    
asked by anonymous 09.12.2014 / 14:16

1 answer

6

1st - Generate your Favicon on this site: link

2º - Use this line of code and 3º continue "joking":

<link rel="shortcut icon" href="caminhodoarquivo/favicon.ico" />

:)

    
09.12.2014 / 15:09