How to add a favicon to webpage?
Just add an .ico image file that is either 16x16 pixels or 32x32 pixels. Then, in the web pages, add <link rel="shortcut icon" href=" **favicon** . ico" type="image/x-icon">
to the <head>
element.
How to add a favicon to webpage?
Just add an .ico image file that is either 16x16 pixels or 32x32 pixels. Then, in the web pages, add <link rel="shortcut icon" href=" **favicon** . ico" type="image/x-icon">
to the <head>
element.