croatiankid
10-23-2006, 10:39 AM
when i validate <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="index,follow">
<meta name="keywords" content="test words">
<meta name="description" content="We use the latest technology with regards to web standards to create fast loading, search engine friendly sites.">
<link rel="stylesheet" href="index.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Test page</title>
</head>
<body>
<div id="main"><div id="head">
<div id="header">
<h1><a href="index.php">croatiankid designs</a></h1>
<h2>clean, standards compliant designs at affordable rates</h2>
</div></div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="index.php" class="left">Home</a></li>
<li><a href="design.php">Web design</a></li>
<li id="active"><a href="development.php" id="current">Web development</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<div id="border">
<div id="content">
<h3>The latest technology</h3>
<p>We use a combination of <b>HTML</b>, <b>CSS</b> and <b>PHP</b> to create sites that:
<ul>
<li><b>load fast</b>;</li>
<li>are <b>search engine friendly</b>;</li>
<li>are <b>cross browser compatible</b>;</li>
<li>follow the guidelines set by the <a class="content" href="http://www.w3.org/"><b>World Wide Web Consortium (W3C)</b></a>.</li>
</ul>
Using one single <b>CSS</b> file to control the layout of the <b>whole site</b>, it is much easier to modify the layout of a site, and shortens download times exponentially. Using <b>PHP</b> on a web server can lessen the size of the site as a whole, and allows for creation of things such as contact forms, logins etc.</p>
<h3>Search engine friendly</h3>
<p>Search engines give higher rankings to sites that follow the W3C's guidelines (the organisation that <b>sets the standards</b> in web design). They also prefer sites that are smaller and download faster. We follow the guidelines, hence our websites have an advantage of others'.</p>
<h3>Cross browser compatible</h3>
<p>There's little point in a site that looks right only in one version of Internet Explorer. We hate "This site is viewed best in..." signs. Our sites, including this one, look the same in <i>every</i> web browser. This ensures that <b>noone</b> will hit the back button because they see text and graphics jumbled all over the place. A <a href="http://www.w3schools.com/browsers/browsers_stats.asp" class="content">study</a> of the <b>W3C</b> shows that in September of 2006, only 55.6% of internet users use IE 6, and has been falling steadily since October of 2005. This is exactly why <b>cross browser compatibility</b> is one of the most important aspects of web design.</p>
</div>
<?php require("footer.php") ?>
</div>
</div>
</body>
</html>
mind the red p's, i get an error:
Error Line 37 column 323: end tag for element "P" which is not open.
...such as contact forms, logins etc.</p>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
I see in browsers as well!!! that the h3 is hugging the text above. but i don't see how the p isn't opened! i'm embarrassed to use database space for this stupid question, but please help me! thanks lol!
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="robots" content="index,follow">
<meta name="keywords" content="test words">
<meta name="description" content="We use the latest technology with regards to web standards to create fast loading, search engine friendly sites.">
<link rel="stylesheet" href="index.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Test page</title>
</head>
<body>
<div id="main"><div id="head">
<div id="header">
<h1><a href="index.php">croatiankid designs</a></h1>
<h2>clean, standards compliant designs at affordable rates</h2>
</div></div>
<div id="navcontainer">
<ul id="navlist">
<li><a href="index.php" class="left">Home</a></li>
<li><a href="design.php">Web design</a></li>
<li id="active"><a href="development.php" id="current">Web development</a></li>
<li><a href="portfolio.php">Portfolio</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
<div id="border">
<div id="content">
<h3>The latest technology</h3>
<p>We use a combination of <b>HTML</b>, <b>CSS</b> and <b>PHP</b> to create sites that:
<ul>
<li><b>load fast</b>;</li>
<li>are <b>search engine friendly</b>;</li>
<li>are <b>cross browser compatible</b>;</li>
<li>follow the guidelines set by the <a class="content" href="http://www.w3.org/"><b>World Wide Web Consortium (W3C)</b></a>.</li>
</ul>
Using one single <b>CSS</b> file to control the layout of the <b>whole site</b>, it is much easier to modify the layout of a site, and shortens download times exponentially. Using <b>PHP</b> on a web server can lessen the size of the site as a whole, and allows for creation of things such as contact forms, logins etc.</p>
<h3>Search engine friendly</h3>
<p>Search engines give higher rankings to sites that follow the W3C's guidelines (the organisation that <b>sets the standards</b> in web design). They also prefer sites that are smaller and download faster. We follow the guidelines, hence our websites have an advantage of others'.</p>
<h3>Cross browser compatible</h3>
<p>There's little point in a site that looks right only in one version of Internet Explorer. We hate "This site is viewed best in..." signs. Our sites, including this one, look the same in <i>every</i> web browser. This ensures that <b>noone</b> will hit the back button because they see text and graphics jumbled all over the place. A <a href="http://www.w3schools.com/browsers/browsers_stats.asp" class="content">study</a> of the <b>W3C</b> shows that in September of 2006, only 55.6% of internet users use IE 6, and has been falling steadily since October of 2005. This is exactly why <b>cross browser compatibility</b> is one of the most important aspects of web design.</p>
</div>
<?php require("footer.php") ?>
</div>
</div>
</body>
</html>
mind the red p's, i get an error:
Error Line 37 column 323: end tag for element "P" which is not open.
...such as contact forms, logins etc.</p>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
I see in browsers as well!!! that the h3 is hugging the text above. but i don't see how the p isn't opened! i'm embarrassed to use database space for this stupid question, but please help me! thanks lol!