How to insert favicon into an HTML?

Asked

Viewed 107,590 times

8

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

  • Related: http://answall.com/questions/15966/colocar-favicon-em-diversas-p%C3%A1ginas-no-mesmo-site

1 answer

22

1º - Manage your Favicon on this site: http://tools.dynamicdrive.com/favicon/

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

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

:)

Browser other questions tagged

You are not signed in. Login or sign up in order to post.