<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Is my HyperText Markup Language (HTML) correct?</title>
	<atom:link href="http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm</link>
	<description>bodylanguagevideos.com</description>
	<lastBuildDate>Wed, 12 May 2010 13:07:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: NeoArcane</title>
		<link>http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm/comment-page-1#comment-852</link>
		<dc:creator>NeoArcane</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm#comment-852</guid>
		<description>you don&#039;t have to have a Doctype, but you can almost always use:

&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;

However, you do have 2 errors in your HTML... at the &quot;start&quot; and &quot;stop&quot; EDITING HERE comments, neither comment has the &quot;comment end&quot; indicator (&#039;--&gt;&#039;)

so, change both (I&#039;m showing the change to start here..)
&lt;!--START EDITING HERE&gt;
to
&lt;!--START EDITING HERE&gt;--&gt;

Other than that, I put it on my webserver, and it came right up.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>you don&#8217;t have to have a Doctype, but you can almost always use:</p>
<p>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;</p>
<p>However, you do have 2 errors in your HTML&#8230; at the &quot;start&quot; and &quot;stop&quot; EDITING HERE comments, neither comment has the &quot;comment end&quot; indicator (&#8216;&#8211;&gt;&#8217;)</p>
<p>so, change both (I&#8217;m showing the change to start here..)<br />
&lt;!&#8211;START EDITING HERE&gt;<br />
to<br />
&lt;!&#8211;START EDITING HERE&gt;&#8211;&gt;</p>
<p>Other than that, I put it on my webserver, and it came right up.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David D</title>
		<link>http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm/comment-page-1#comment-851</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://bodylanguagevideos.com/videos-read-body-language/is-my-hypertext-markup-language-html-correct.htm#comment-851</guid>
		<description>Missing doctype.
Uses deprecated bgcolor attribute instead of CSS.
Uses deprecated font element instead of CSS
Uses deprecated center element instead of CSS
Uses br element instead of margin
Uses br element instead of block elements
Fails to use h1/h2/h3/etc for headings
Uses a table to describe an unordered list of data
Fails to terminate the copyright entity with a semi colon

New documents should generally use HTML 4.01 Strict.

If there is one Doctype you should not use, it is &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt; — since this triggers Quirks mode in browsers, making them make deliberate errors and be inconsistent (in an effort to deal with 1997-era code).

http://opera.com/wsc/ has a decent tutorial.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Missing doctype.<br />
Uses deprecated bgcolor attribute instead of CSS.<br />
Uses deprecated font element instead of CSS<br />
Uses deprecated center element instead of CSS<br />
Uses br element instead of margin<br />
Uses br element instead of block elements<br />
Fails to use h1/h2/h3/etc for headings<br />
Uses a table to describe an unordered list of data<br />
Fails to terminate the copyright entity with a semi colon</p>
<p>New documents should generally use HTML 4.01 Strict.</p>
<p>If there is one Doctype you should not use, it is &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt; — since this triggers Quirks mode in browsers, making them make deliberate errors and be inconsistent (in an effort to deal with 1997-era code).</p>
<p><a href="http://opera.com/wsc/" rel="nofollow">http://opera.com/wsc/</a> has a decent tutorial.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

