<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.zapoyok.info/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>zapoyok.info - xhtml</title>
  <link>http://www.zapoyok.info/</link>
  <description></description>
  <language>fr</language>
  <pubDate>Thu, 25 Dec 2008 16:46:01 +0000</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Recommendations (X)HTML + CSS + DOM</title>
    <link>http://www.zapoyok.info/post/2006/11/12/Recommendations-XHTML-CSS-DOM</link>
    <guid isPermaLink="false">urn:md5:e1bb1d2b5db0abcfd113ee42a6f7ab13</guid>
    <pubDate>Sun, 12 Nov 2006 15:29:00 +0100</pubDate>
    <dc:creator>Jérôme FIX</dc:creator>
        <category>Programmation</category>
        <category>css</category><category>html</category><category>xhtml</category>    
    <description>    (X)HTML
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/html401/&quot;&gt;HTML 4.01 Specification&lt;/a&gt; (Traduction: &lt;a href=&quot;http://www.la-grange.net/w3c/html4.01/&quot;&gt;http://www.la-grange.net/w3c/html4.01/&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/xhtml1/&quot;&gt;XHTML 1.0 The Extensible HyperText Markup Language&lt;/a&gt; (Traduction: &lt;a href=&quot;http://www.la-grange.net/w3c/xhtml1/&quot;&gt;XHTML 1.0&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/xhtml-basic/&quot;&gt;XHTML Basic&lt;/a&gt; (Traduction: &lt;a href=&quot;http://www.la-grange.net/w3c/REC-xhtml-basic/&quot;&gt;XHML Basic &lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/xhtml11/&quot;&gt;XHTML Élémentaire&lt;/a&gt; (Traduction: &lt;a href=&quot;http://www.la-grange.net/w3c/xhtml11/&quot;&gt;XHTML Élémentaire&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/QA/2002/04/valid-dtd-list.html&quot;&gt;http://www.w3.org/QA/2002/04/valid-dtd-list.html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
CSS
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/REC-CSS1&quot;&gt;Cascading Style Sheets, level 1&lt;/a&gt;, Traduction :  &lt;a href=&quot;http://www.yoyodesign.org/doc/w3c/css1/index.html&quot;&gt;Recommandation CSS1 du W3C en version française&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/REC-CSS2&quot;&gt;Cascading Style Sheets, level 2&lt;/a&gt;, Traduction :  &lt;a href=&quot;http://www.yoyodesign.org/doc/w3c/css2/cover.html&quot;&gt;Recommandation CSS2 du W3C en version française&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
DOM
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/REC-DOM-Level-1&quot;&gt;Document Object Model Level 1 Specification&lt;/a&gt;, traduction &lt;a href=&quot;http://xmlfr.org/w3c/TR/REC-DOM-Level-1/&quot;&gt;Modèle Objet de Documents Spécification niveau 1&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/&quot;&gt;http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/&quot;&gt;Document Object Model Level 2 Views Specification&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/&quot;&gt;Document Object Model Level 2 Events Specification&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/&quot;&gt;Document Object Model Level 2 Style Specification&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/&quot;&gt;Document Object Model Level 2 Traversal and Range Specification&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/&quot;&gt;Document Object Model Level 2 HTML Specification&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
SITES UTILES
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.mentalized.net/cssdepot/&quot;&gt;http://www.mentalized.net/cssdepot/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://centricle.com/ref/css/filters/&quot;&gt;http://centricle.com/ref/css/filters/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://bclary.com/2004/11/25/html-entities&quot;&gt;http://web-graphics.com/&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://bclary.com/2004/11/25/html-entities&quot;&gt;http://bclary.com/2004/11/25/html-entities&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.glish.com/&quot;&gt;http://www.glish.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
DIVERS
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.cybercodeur.net/weblog/commentaires/detailsCarnet.php?idmessage=1088&quot;&gt;Liens et nouvelle fenêtre (XHTML1.1)&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
    
    
    
          <comments>http://www.zapoyok.info/post/2006/11/12/Recommendations-XHTML-CSS-DOM#comment-form</comments>
      <wfw:comment>http://www.zapoyok.info/post/2006/11/12/Recommendations-XHTML-CSS-DOM#comment-form</wfw:comment>
      <wfw:commentRss>http://www.zapoyok.info/feed/rss2/comments/12</wfw:commentRss>
      </item>
    
</channel>
</rss>