1.:
Line 4, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml .
<html>
Many Document Types based on XML need a mandatory xmlns="" on the root element. For example, the root element for XHTML will look like:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
This is so simple to correct.
2. :
If you haven't created categories, the category list is empty, which means an empty <ul>-Tag. This is an error.
2 XHTML 1.0 Errors
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
You're welcome.
You might find this funny:
http://validator.w3.org/check?uri=www.i ... ne&group=0
2915 errors.
You might find this funny:
http://validator.w3.org/check?uri=www.i ... ne&group=0
2915 errors.
Arguably the most viewed page on the internet has 30 errors, and its so simple...
http://validator.w3.org/check?uri=http% ... google.com
The w3 standards are just ideals, almost no large site uses them. I do think that people should strive for them, but it almost never happens on any large closed source project.
http://validator.w3.org/check?uri=http% ... google.com
The w3 standards are just ideals, almost no large site uses them. I do think that people should strive for them, but it almost never happens on any large closed source project.