W3c Validation confusion #2!

i just cant figure these out

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ln-backups.co.uk%2Fpartsexport%2Fprivacy.php

somebody please help me! xx

[FONT=Verdana]OK - look at that first error:

<hp include("includes/top-nav.php"); ?>

What’s wrong with that line? If you still don’t see it, then the third error should tell you:

Line 94, Column 16: element “hp” undefined
Fix that error and three more should disappear. That leaves
Line 120, Column 188: required attribute “type” not specified
and if you read the information under that error, it goes on to tell you what it thinks is missing.

Don’t just look at the error headings. The validator is doing its best to explain where your problem lies, but you need to look at all the information it gives you.[/FONT]