<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1053690" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1053690</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hello everyone...
I develop</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-errors-my-website#comment-1275608</link>
    <description> &lt;p&gt;Hello everyone...&lt;br /&gt;
I develop my website using HTML when i run the program that time HTML coding error is display so can you suggest me how can i destroy this error and develop my best website.&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 May 2012 12:57:38 +0000</pubDate>
 <dc:creator>dawidtailor</dc:creator>
 <guid isPermaLink="false">comment 1275608 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi James,
Welcome to the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/html-errors-my-website#comment-1275503</link>
    <description> &lt;p&gt;Hi James,&lt;/p&gt;
&lt;p&gt;Welcome to the forums! That&#039;s actually a pretty small number of errors for your first time running a validator.&lt;/p&gt;
&lt;p&gt;What you need to do is take the source code of your page and find the errors on the line numbers the validator gave you. The view source in Firefox shows line numbers.&lt;/p&gt;
&lt;p&gt;The validator is checking your code against the version of HTML specified by your document. If you view the source of your page, you&#039;ll see this code at the very top:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This means that you&#039;re using xHTML 1.0 strict. The validator is going to check your code against the xHTML 1.0 specification as defined by the World Wide Web Consortium.&lt;/p&gt;
&lt;p&gt;If you start with the first error, and go to line 78, you&#039;ll see the code &lt;code&gt;&amp;lt;div align =&amp;quot;right&amp;quot;&amp;gt;&lt;/code&gt;. The validator is telling you that the &lt;code&gt;align&lt;/code&gt; attribute is not allowed in xHTML 1.0 strict. You&#039;ll need to take it out and find another way (probably in CSS) to make your div align to the right.&lt;/p&gt;
&lt;p&gt;Line 102 is telling you that the &lt;code&gt;&amp;lt;strong&amp;gt;&lt;/code&gt; tag does not have a corresponding &lt;code&gt;&amp;lt;/strong&amp;gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Line 152 is telling you about a more complex problem. Here, the link tag &lt;code&gt;&amp;lt;a href...&lt;/code&gt;, is directly inside the &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; element defining the list above it. According to the xHTML specification, &lt;code&gt;&amp;lt;ul&amp;gt;&lt;/code&gt; can only contain &lt;code&gt;&amp;lt;li&amp;gt;&lt;/code&gt; tags directly. You&#039;ll need to structure this in some other way (probably put a &lt;code&gt;&amp;lt;li&amp;gt; ... &amp;lt;/li&amp;gt;&lt;/code&gt; around your link).&lt;/p&gt;
&lt;p&gt;The next two about the missing &lt;code&gt;&amp;lt;/li&amp;gt;&lt;/code&gt; will probably go away once you solve the previous problem. Sometimes the validator lists errors that are actually caused by another error elsewhere on the list. Solve one problem and yo might get rid of several more.&lt;/p&gt;
&lt;p&gt;Line 201 - this is similar to the align attribute error earlier.&lt;/p&gt;
&lt;p&gt;Line 206 - this means that the paragraph tag wasn&#039;t closed properly. In xHTML strict all tags need to be closed, even if it doesn&#039;t affect the display of the page on the screen. Here you need to put in a &lt;code&gt;&amp;lt;/p&amp;gt;&lt;/code&gt; in the appropriate place.&lt;/p&gt;
&lt;p&gt;Please let us know if you have anymore questions. I know this sort of thing can be confusing.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 May 2012 18:00:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1275503 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
