jamesfunny
04-14-2011, 10:00 PM
Hi,
I tried to open this code from my browser. It's not interprting it. Is it a new version of html code. or the format itself is wrong? can any one please help me out. thanks in advance
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Sanke Photography</title>
<link href=”main.css” rel=”stylesheet” media=”screen, projection” type=”text/css” />
<link href=”print.css” rel=”stylesheet” media=”print” type=”text/css” />
<!–[if IE ]>
<link href=”iecss.css” rel=”stylesheet” media=”screen,projection” type=”text/css” />
<![endif]–>
</head>
<body id=”home”>
<div id=”outer”>
<div id=”header”>
<ul id=”nav”>
<li><a href=”#”>About Us</a></li>
<li><a href=”#”>Gallery</a></li>
<li><a href=”#”>Contact Us</a></li>
<li><a href=”#”>Events</a></li>
<li><a href=”#”>News</a></li>
</ul>
<div id=”tagline”></div>
<div id=”search”></div>
</div>
<div id=”main”>
<div id=”col1″></div>
<div id=”maincol”></div>
<div id=”col2″></div>
</div>
</div>
</body>
</html>
I tried to open this code from my browser. It's not interprting it. Is it a new version of html code. or the format itself is wrong? can any one please help me out. thanks in advance
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Sanke Photography</title>
<link href=”main.css” rel=”stylesheet” media=”screen, projection” type=”text/css” />
<link href=”print.css” rel=”stylesheet” media=”print” type=”text/css” />
<!–[if IE ]>
<link href=”iecss.css” rel=”stylesheet” media=”screen,projection” type=”text/css” />
<![endif]–>
</head>
<body id=”home”>
<div id=”outer”>
<div id=”header”>
<ul id=”nav”>
<li><a href=”#”>About Us</a></li>
<li><a href=”#”>Gallery</a></li>
<li><a href=”#”>Contact Us</a></li>
<li><a href=”#”>Events</a></li>
<li><a href=”#”>News</a></li>
</ul>
<div id=”tagline”></div>
<div id=”search”></div>
</div>
<div id=”main”>
<div id=”col1″></div>
<div id=”maincol”></div>
<div id=”col2″></div>
</div>
</div>
</body>
</html>