Forum Moderators: open
This Page Is Valid HTML 4.01 Strict!
Result: Passed validation, 1 warning(s)Validation Output: 1 Warning
Line 437, Column 44: unclosed start-tag requires SHORTTAG YES.
alt="lorem ipsum"</a>The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
Example of what generates a 'warning':
<p><a href="http://www.example.com" title="lorem"><img src="dir/file.ext" alt="lorem"</a></p>
Q: Huh? Why/how could this ever be anything other than an error?
Peeve:
The 'green square' icon (for "This Page Is Valid HTML 4.01 Strict!") is displayed in the tab... it was only by chance that I looked at the actual page and glimpsed the warning
</rant>
[edited for typos] <erm/>
And maybe a blue one, too, for pages such as [validator.w3.org...]
WDG's validator (http://www.htmlhelp.com/tools/validator/) 'agrees':
Document Checked* URL: http://www.example.com./filename.html
* Character encoding: UTF-8
* Level of HTML: HTML 4.01 StrictErrors and Warnings
* Line 437, character 45:
... go: logo-150-years-as-a-city"</a>
^Warning: unclosed start-tag
[edited by: lavazza at 12:50 am (utc) on June 7, 2008]