<?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: The header element</title>
	<atom:link href="http://html5doctor.com/the-header-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/the-header-element/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Mon, 21 May 2012 10:47:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Pankaj</title>
		<link>http://html5doctor.com/the-header-element/#comment-25372</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Wed, 02 May 2012 06:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-25372</guid>
		<description>This is nice article,

Now every one know about html5. but I am little bit confuse about header tag. you are saying that we can use header tag for group of headings or section headings. but we have hgroup tag for group of headings and If we have about us section with page title and paragraphs, We are using h1 for page title so we really want header tag outside the h1 tag? because h1 already have more importance. 

What I am thinking that for hole page we can use header tag for page header that will contain logo, navigation, top links, etc. and If we have any big section inside that page, like table or any thumb listing we can use header tag for that table or thumb listing head that will contain heading of that section, sorting, pagination, etc.

Is this right? help me to get right direction.

Thanks,
Pankaj Chavan</description>
		<content:encoded><![CDATA[<p>This is nice article,</p>
<p>Now every one know about html5. but I am little bit confuse about header tag. you are saying that we can use header tag for group of headings or section headings. but we have hgroup tag for group of headings and If we have about us section with page title and paragraphs, We are using h1 for page title so we really want header tag outside the h1 tag? because h1 already have more importance. </p>
<p>What I am thinking that for hole page we can use header tag for page header that will contain logo, navigation, top links, etc. and If we have any big section inside that page, like table or any thumb listing we can use header tag for that table or thumb listing head that will contain heading of that section, sorting, pagination, etc.</p>
<p>Is this right? help me to get right direction.</p>
<p>Thanks,<br />
Pankaj Chavan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The ultimate HTML5 resource guide &#171; iTechTunes</title>
		<link>http://html5doctor.com/the-header-element/#comment-25364</link>
		<dc:creator>The ultimate HTML5 resource guide &#171; iTechTunes</dc:creator>
		<pubDate>Tue, 01 May 2012 03:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-25364</guid>
		<description>[...] The Header Element [...]</description>
		<content:encoded><![CDATA[<p>[...] The Header Element [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu medina</title>
		<link>http://html5doctor.com/the-header-element/#comment-24906</link>
		<dc:creator>Manu medina</dc:creator>
		<pubDate>Wed, 07 Mar 2012 08:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-24906</guid>
		<description>Very good explication, if you want to find more information about the html5 layout in Spanish you can check this presentation:

http://www.maspixel.com/2011/04/charla-formativa-sobre-html5/</description>
		<content:encoded><![CDATA[<p>Very good explication, if you want to find more information about the html5 layout in Spanish you can check this presentation:</p>
<p><a href="http://www.maspixel.com/2011/04/charla-formativa-sobre-html5/" rel="nofollow">http://www.maspixel.com/2011/04/charla-formativa-sobre-html5/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://html5doctor.com/the-header-element/#comment-21224</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 10 Jan 2012 21:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-21224</guid>
		<description>I just read about optimizing browser rendering and it says using tags in css is very inefficient. In that case it seems to be better to use some  instead of the new tag . Or, of course, use some classes for the different headers, if you use several ones.
http://code.google.com/speed/page-speed/docs/rendering.html#UseEfficientCSSSelectors</description>
		<content:encoded><![CDATA[<p>I just read about optimizing browser rendering and it says using tags in css is very inefficient. In that case it seems to be better to use some  instead of the new tag . Or, of course, use some classes for the different headers, if you use several ones.<br />
<a href="http://code.google.com/speed/page-speed/docs/rendering.html#UseEfficientCSSSelectors" rel="nofollow">http://code.google.com/speed/page-speed/docs/rendering.html#UseEfficientCSSSelectors</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrod Placide-Raymond</title>
		<link>http://html5doctor.com/the-header-element/#comment-20813</link>
		<dc:creator>Jarrod Placide-Raymond</dc:creator>
		<pubDate>Sun, 18 Dec 2011 14:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-20813</guid>
		<description>@Stephen, I believe that header, and other tags such as &#039;section&#039; and &#039;aside&#039;, etc are more descriptions of content than they are styling information. CSS&#039;s job is to style the look of the content, but the description of content was formerly XML&#039;s job, hence the bland combination that led to XHTML 4.01. 

It is now merely given to us in the HTML5 toolkit, if you wish to describe it as such.</description>
		<content:encoded><![CDATA[<p>@Stephen, I believe that header, and other tags such as &#8216;section&#8217; and &#8216;aside&#8217;, etc are more descriptions of content than they are styling information. CSS&#8217;s job is to style the look of the content, but the description of content was formerly XML&#8217;s job, hence the bland combination that led to XHTML 4.01. </p>
<p>It is now merely given to us in the HTML5 toolkit, if you wish to describe it as such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://html5doctor.com/the-header-element/#comment-20783</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Sat, 17 Dec 2011 22:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-20783</guid>
		<description>Alright, so header is used to define that a section of a website belongs at the top of the document... But isn&#039;t that essentially styling information? Sure the header won&#039;t actually style itself or anything, but the location of elements in pages is something I&#039;d always thought was css&#039;s job, while html should just define the content of the information.</description>
		<content:encoded><![CDATA[<p>Alright, so header is used to define that a section of a website belongs at the top of the document&#8230; But isn&#8217;t that essentially styling information? Sure the header won&#8217;t actually style itself or anything, but the location of elements in pages is something I&#8217;d always thought was css&#8217;s job, while html should just define the content of the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML5 শিখার ওয়েব পাতা ও চিট শীট &#124; টিউটোরিয়ালবিডি</title>
		<link>http://html5doctor.com/the-header-element/#comment-20603</link>
		<dc:creator>HTML5 শিখার ওয়েব পাতা ও চিট শীট &#124; টিউটোরিয়ালবিডি</dc:creator>
		<pubDate>Wed, 14 Dec 2011 08:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-20603</guid>
		<description>[...] HTM 5-এ হেডারের ব্যবহার [...]</description>
		<content:encoded><![CDATA[<p>[...] HTM 5-এ হেডারের ব্যবহার [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derry</title>
		<link>http://html5doctor.com/the-header-element/#comment-18897</link>
		<dc:creator>derry</dc:creator>
		<pubDate>Wed, 23 Nov 2011 09:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-18897</guid>
		<description>HTML5 semantic resources so needed right now - many websites state they are html5 but in fact are still full of random divs and in no order whatsoever and with no additional value:  Actually including my own site is still lacking because I got the order of Section and Article wrong!  

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>HTML5 semantic resources so needed right now &#8211; many websites state they are html5 but in fact are still full of random divs and in no order whatsoever and with no additional value:  Actually including my own site is still lacking because I got the order of Section and Article wrong!  </p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://html5doctor.com/the-header-element/#comment-17485</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 05 Sep 2011 17:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-17485</guid>
		<description>@thecat: it depends on the complexity of the section. The more complex it is, the more necessary the header element becomes. For example, a title of the webpage (logo, navigation, search etc.) should have a header because it encompasses the whole page. A mere section or article, however, are generally pretty simple (though not always) and generally don&#039;t need a header element. An h1 would do fine in those cases. However, it&#039;s up to your discretion. A header certainly wouldn&#039;t hurt; it would just add to your markup, which is something you may not want.</description>
		<content:encoded><![CDATA[<p>@thecat: it depends on the complexity of the section. The more complex it is, the more necessary the header element becomes. For example, a title of the webpage (logo, navigation, search etc.) should have a header because it encompasses the whole page. A mere section or article, however, are generally pretty simple (though not always) and generally don&#8217;t need a header element. An h1 would do fine in those cases. However, it&#8217;s up to your discretion. A header certainly wouldn&#8217;t hurt; it would just add to your markup, which is something you may not want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thecat</title>
		<link>http://html5doctor.com/the-header-element/#comment-17480</link>
		<dc:creator>thecat</dc:creator>
		<pubDate>Mon, 05 Sep 2011 08:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=62#comment-17480</guid>
		<description>What if I have a section and it has only one header as in &lt;h1&gt; ... do I just use &lt;h1&gt; &lt;/h1&gt;? Or:

&lt;header&gt;
     &lt;h1&gt; &lt;/h1&gt;
&lt;/header&gt;

Or do I use &lt;header&gt; only if I have more than 1 header element?</description>
		<content:encoded><![CDATA[<p>What if I have a section and it has only one header as in &lt;h1&gt; &#8230; do I just use &lt;h1&gt; &lt;/h1&gt;? Or:</p>
<p>&lt;header&gt;<br />
     &lt;h1&gt; &lt;/h1&gt;<br />
&lt;/header&gt;</p>
<p>Or do I use &lt;header&gt; only if I have more than 1 header element?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

