1

I am programming a website and I want to include a favicon icon to display my website symbol in the browser tab. I try previous stack overflow solution for this but none of them work. My problem is different because it works for certain browsers but not Microsoft edge or internet explorer and deals with browser compatibility. My header code is below:

<head>
<!-- title  -->
<title> Wish List </title>

<!-- for compatiblity -->
<meta charset="UTF-8"> 
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- website icon -->
<link rel="icon" href="favicon.ico">

<!-- css files -->
<link rel="stylesheet" href="resources/list.css">
<link rel="stylesheet" href="resources/side.css">
<link rel="stylesheet" type="text/css" href="resources/modal.css">
</head>
Ryan
  • 133
  • 2
  • 13

0 Answers0