hi.
got errors again.
sorry for bothering you guys.
but this is stupid.
not sure why it is not liking some of my tags.
maybe getting mixed up with html and xhmtl.
help me out if possible.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 5 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded 
file 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\produce.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide) 
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central 
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew, 
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10 
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim) 
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) 
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese, 
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese, 
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional) 
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u 
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe) 
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew) 
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental) 
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict 
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 
15445:2000 ("ISO HTML") XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic 
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML 
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG 
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C validators are hosted on server technology donated by HP, and 
supported by community donations.
Donate and help us build better tools for a better web.OptionsShow Source 
Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 5 Errors
 Line 9, Column 3: document type does not allow element "p" here; assuming 
missing "body" start-tag
<p> <a name="Top"></a> </p>?
 Line 10, Column 6: document type does not allow element "body" here
<body>?
The element named above was found in a context where it is not allowed. This 
could mean that you have incorrectly nested elements -- such as a "style" 
element in the "body" section instead of inside "head" -- or two elements 
that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML 
documents. Due to HTML's rules of implicitly closed elements, this error can 
create cascading effects. For instance, using XHTML's "self-closing" tags 
for "meta" and "link" in the "head" section of a HTML document may cause the 
parser to infer the end of the "head" section and the beginning of the 
"body" section (where "link" and "meta" are not allowed; hence the reported 
error).
 Line 32, Column 6: document type does not allow element "br" here; assuming 
missing "li" start-tag
<br />?
 Line 34, Column 5: end tag for "li" omitted, but OMITTAG NO was specified
</ul>?
You may have neglected to close an element, or perhaps you meant to 
"self-close" an element, that is, ending it with "/>" instead of ">".
 Line 32: start tag was here
><br /> Line 164, Column 8: end tag for "body" omitted, but OMITTAG NO was 
>specified
 </html>?
You may have neglected to close an element, or perhaps you meant to 
"self-close" an element, that is, ending it with "/>" instead of ">".
 Line 9: start tag was here
><p> <a name="Top"></a> </p>? Top

Home | About... | News | Docs | Help & FAQ | Feedback | Contribute |


This service runs the W3C Markup Validator, v0.8.5.

Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C 
liability, trademark, document use and software licensing rules apply. Your 
interactions with this site are in accordance with our public and Member 
privacy statements.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>
 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>Joe's Produce Page</title>
<link href="../styles/joe_style.css" rel="stylesheet" type="text/css" />
</head>
<p> <a name="Top"></a></p>
<body>
<div id="wrapper">
<div id="banner_new">
<h1>Joe's Produce Page</h1>
<br />
<br />
<img src="../images/fruit.jpg" alt="Fruit" />
</div>
<div id="navigation">
<br />
<br />
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="produce.html">All Produce</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="staff.html">Staff</a></li>
<li><a href="history.html">History</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="links.html">Fruit And Vegetable Links</a></li>
<li><a href="vegetable.html">Fruit And Vegetable Recipes</a></li>
<li><a href="copyright.html">Copyright</a></li>
<li><a href="credits.html">Credits</a></li>
<br />
<br />
</ul>
</div>
<br />
<div id="main_content">
<p>Here is all our produce. The prices are current as of the day the page is 
updated.</p>
<p> <a name="Top"></a> </p>
<table cellspacing="10" summary="Joe's Product Listing">
<tr>
<th>Item</th> <th>Price</th>
</tr>
<tr>
<td> <a name="A"></a> Alfalfa Sprouts,</td>
<td> $1.50 per punnet</td>
</tr>
<tr>
<td> Apples, Royal Gala,</td>
<td>$4.99 per kg</td>
</tr>
<tr>
<td> Avocado,</td>
<td> $1.65 each</td>
</tr>
<tr>
<td> <a name="B"></a> Bananas,</td>
<td> $10.99 per kg</td>
</tr>
<tr>
<td> Beans,</td>
<td> $3.98 per 250g pack</td>
</tr>
<tr>
<td> Broccoli,</td>
<td> $4.99 per kg</td>
</tr>
<tr>
<td> <a name="C"></a> Cabbage, Half,</td>
<td> $1.95 each</td>
</tr>
<tr>
<td> Capsicum, Red,</td>
<td> $6.49 per kg</td>
</tr>
<tr>
<td> Capsicum, Green,</td>
<td> $4.49 per kg</td>
</tr>
<tr>
<td> Carrots,</td>
<td> $0.95 per 1kg bag</td>
</tr>
<tr>
<td> Cauliflower, Whole,</td>
<td> $3.65 each</td>
</tr>
<tr>
<td> Celery, Bunch,</td>
<td> $3.25 each</td>
</tr>
<tr>
<td> Cucumber, Continental,</td>
<td> $2.95 each</td>
</tr>
<tr>
<td> <a name="G"></a> Garlic,</td>
<td> $3.95 per bag</td>
</tr>
<tr>
<td> <a name="K"></a> Kiwi Fruit,</td>
<td> $2.00 per 4</td>
</tr>
<tr>
<td> <a name="L"></a> Lettuce, Iceberg,</td>
<td> $1.95 each</td>
</tr>
<tr>
<td> <a name="M"></a> Mushrooms,</td>
<td> $7.99 per kg</td>
</tr>
<tr>
<td> <a name="O"></a> Onions,</td>
<td> $2.99 per kg</td>
</tr>
<tr>
<td> Oranges, Navel,</td>
<td> $1.49kg per kg</td>
</tr>
<tr>
<td> <a name="P"></a> Pears,</td>
<td> $3.99 per kg</td>
</tr>
<tr>
<td> Potatoes,</td>
<td> $2.49 per kg</td>
</tr>
<tr>
<td> Pumpkin, Butternut,</td>
<td> $0.99 per kg</td>
</tr>
<tr>
<td> <a name="S"></a> Spinach, Bunch,</td>
<td> $4.99 each</td>
</tr>
<tr>
<td> Strawberries,</td>
<td> $3.95 per punnet</td>
</tr>
<tr>
<td> Sweet Potatoes,</td>
<td> $2.99 per kg</td>
</tr>
<tr>
<td> <a name="T"></a> Tomatoes,</td>
<td> $3.99 per kg</td>
</tr>
<tr>
<td> <a name="W"></a> Watermelon,</td>
<td> $0.99 per kg</td>
</tr>
<tr>
<td> <a name="Z"></a> Zucchini,</td>
<td> $7.99 per kg</td>
</tr>
</table>
</div>
<div id="footer">
<p> <a href="#Top" target="_top">Top Of Page</a> </p>
    <p>© All Rights Reserved Joe's Fruit Shop PTY. LTD. 2009.</p>
  </div>
 </div>
</body>
 </html> 




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************

Reply via email to