I made my webpage using Chrome and forgot to look at how my webpage loads in IE. When I open it in IE it looks like the browser isn’t even using the css. Below is the code I placed in the <head> of my html files:
<!DOCKTYPE HTML>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel=StyleSheet href="largecw.css" TYPE="text/css" media=screen/>
<script src="largecw.js" type="text/javascript"></script>
Issues 1
it should be DOCTYPE
Issue 2
in this line media=screen is connected with / (media=screen/) and so it is not able to recognize media so better put it under quotes