Wednesday, February 18, 2009

HTML Validator

When I used the w3c standards validator to check if my page conformed, I was presented with these 2 errors. Which, I honestly can't work out. Why? If anyone has an answer I would appreciate it if you could enlighten me.
Validation Output: 2 Errors

1. Line 3, Column 0: character "<" invalid: only delimiter ">", delimiter "[", system identifier, "CDATA", "NDATA", "SDATA" and parameter separators allowed.
<html>

2. Line 3, Column 0: cannot continue because of previous errors.
<html>

This is the section in ????

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Nerida's Everything Is Web Page ~ Module 3 Task for Net 11 </title>

I welcome somebody to please explain Why? the validator has and issue with the < html > tags. So far I just don't get it!!

No comments:

Post a Comment