Greetings to our newest member: mislonly
Quoted
Validation Output: 9 Errors
1. Error Line 3, Column 1: Missing xmlns attribute for element html. The value should be: <!-- m --><a class="postlink" href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a><!-- m -->
<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">
2. Error Line 64, Column 618: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
…ontent" width="100\0cellspacing="0">
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
3. Error Line 89, Column 21: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div class="picture">
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
4. Error Line 97, Column 21: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
</div><div id="more">
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
5. Error Line 99, Column 12: end tag for "p" omitted, but OMITTAG NO was specified
</div></div>
✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
6. Info Line 64: start tag was here
n<p>Genießen Sie die schönsten Wochen des Jahres in unserer Ferienwohn
7. Error Line 99, Column 12: XML Parsing Error: Opening and ending tag mismatch: p line 64 and div
</div></div>
✉
8. Error Line 102, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 55 and body
</body>
✉
9. Error Line 103, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 18 and html
</html>
✉
10. Error Line 103, Column 7: XML Parsing Error: Premature end of data in tag html line 3
</html>
Location: Berlin-Kaulsdorf
Occupation: Freiberuflerin
web/shop to date Version: shop to date 5 - shop to date 8
|
|
Source code |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
Source code |
1 2 |
<!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" lang="de" xml:lang="de"> |
|
|
Source code |
1 2 3 4 5 |
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"> 2. Error Line 64, Column 618: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag …ontent" width="100\0cellspacing="0"> |
Location: Berlin-Kaulsdorf
Occupation: Freiberuflerin
web/shop to date Version: shop to date 5 - shop to date 8
|
|
Source code |
1 |
<p<cc:if cond="¶graph.fontcolor"> style="color: <cc:print value="¶graph.fontcolor">;"</cc:if>><cc:print value="¶graph.text"></p> |
