preload preload preload preload

Favicon icon in the address bar

To show icon on the address bar use html tag Syntax <link rel="shortcut icon" href="URL" type="image/ico" /> Example <html> <title> Icon in address bar </title> <link rel="shortcut icon" href="image/favicon.ico" type="image/ico" /> </html> ...
1