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>
Passionate About Technology
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>
