<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zeo &#187; cms</title>
	<atom:link href="http://zeo.unic.net.my/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeo.unic.net.my</link>
	<description>Safirul Alredha on web, WordPress, K2, Apple, ...</description>
	<lastBuildDate>Thu, 02 Jun 2011 01:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mind your headings</title>
		<link>http://zeo.unic.net.my/mind-your-headings/</link>
		<comments>http://zeo.unic.net.my/mind-your-headings/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 17:21:03 +0000</pubDate>
		<dc:creator>zeo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[heading]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[webdeveloper]]></category>

		<guid isPermaLink="false">http://zeo.unic.net.my/notes/mind-your-headings/</guid>
		<description><![CDATA[Headings help you define the structure and the hierarchy of a document properly. There are six levels of headings in HTML which consists H1, H2, H3, H4, H5 and H6. Even so, the most widely used headings are H1, H2 and H3. Please keep in mind that H1 is the largest heading where H6 is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Headings</strong> help you define the structure and the hierarchy of a document properly. There are six levels of headings in <strong>HTML</strong> which consists <code>H1</code>, <code>H2</code>, <code>H3</code>, <code>H4</code>, <code>H5</code> and <code>H6</code>. Even so, the most widely used headings are <code>H1</code>, <code>H2</code> and <code>H3</code>. Please keep in mind that <code>H1</code> is the largest heading where <code>H6</code> is the smallest. Don&#8217;t use headings because it&#8217;s <strong>bold</strong> and has larger font size because it will defeat its own purpose.</p>
<p>In a document that uses headings, always start with <code>H1</code>. Usually in blogs, <code>H1</code> refers to blog title but not entry title. This is common for a normal blog design which many don&#8217;t agree. </p>
<p>Furthermore, <code>H1</code> should only exist once in a document. But many website now days ignores the correct outline and levels arrangement. I noticed that skipping heading levels are quite popular even among well known designers. This mistake sometimes considered inevitable if you&#8217;re using <acronym title="Content Management System">CMS</acronym> like <strong>WordPress</strong>.</p>
<p>An example of a correct use of headings:</p>
<pre>
&lt;h1&gt;This is H1&lt;/h1&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
&lt;h2&gt;This is H2&lt;/h2&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
&lt;h3&gt;This is H2&lt;/h3&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
</pre>
<p>Skipping headings level are considered as bad practice. For example below, the <code>H2</code> is missing:</p>
<pre>
&lt;h1&gt;This is H1&lt;/h1&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
&lt;h3&gt;This is H3&lt;/h3&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
&lt;h4&gt;This is H4&lt;/h4&gt;
 &lt;p&gt;Some texts...&lt;/p&gt;
</pre>
<p>You can check whether your current website or blog headings are outlined correctly by using <a rel="nofollow" href="http://chrispederick.com/work/webdeveloper/">Web Developer</a> Toolbar &mdash; an extension for Mozilla Firefox. From the Web Developer toolbar, go to Information &rarr; View Document Outline.</p>
]]></content:encoded>
			<wfw:commentRss>http://zeo.unic.net.my/mind-your-headings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

