<?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: Block and Inline Usage</title>
	<atom:link href="http://www.bestwebbuzz.com/web-semantics-block-and-inline-usage.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestwebbuzz.com/web-semantics-block-and-inline-usage.html</link>
	<description>The latest news and technology from around the world</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:22:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mitch Corelli</title>
		<link>http://www.bestwebbuzz.com/web-semantics-block-and-inline-usage.html/comment-page-1#comment-9542</link>
		<dc:creator>Mitch Corelli</dc:creator>
		<pubDate>Fri, 13 Aug 2010 12:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestwebbuzz.com/?p=381#comment-9542</guid>
		<description>html will be base of world wide web design, i suggust you stuy it initial</description>
		<content:encoded><![CDATA[<p>html will be base of world wide web design, i suggust you stuy it initial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.bestwebbuzz.com/web-semantics-block-and-inline-usage.html/comment-page-1#comment-4002</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestwebbuzz.com/?p=381#comment-4002</guid>
		<description>I&#039;m no expert on Web Semantics, but I do know an empty post when I see one.  What you just wrote about is this:
&quot;Use divs for block elements.  Use spans for inline ones.&quot;  Really something that your audience (people who are interested in this stuff) already know.

If you&#039;re going to look web developers/designers in the face and tell them something they&#039;re already aware of, you better follow it up with some creative example of using it that they&#039;ve never thought of.</description>
		<content:encoded><![CDATA[<p>I&#8217;m no expert on Web Semantics, but I do know an empty post when I see one.  What you just wrote about is this:<br />
&#8220;Use divs for block elements.  Use spans for inline ones.&#8221;  Really something that your audience (people who are interested in this stuff) already know.</p>
<p>If you&#8217;re going to look web developers/designers in the face and tell them something they&#8217;re already aware of, you better follow it up with some creative example of using it that they&#8217;ve never thought of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.bestwebbuzz.com/web-semantics-block-and-inline-usage.html/comment-page-1#comment-4000</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 12 Aug 2009 11:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestwebbuzz.com/?p=381#comment-4000</guid>
		<description>Web-semantics has nothing to do with the CSS display property of the elements. Web-semantics means using a particular HTML element according to its primary purpose (for example -  to display ordered lists). This is why the use of tables for building layouts is considered as non-semantic - simply because the primary purpose of the table element is to display tabular data. The div element is considered more suitable for building layouts not because it is semantic, but just the opposite - because it does NOT bear any semantics. The logic is that the meaning should be carried out by the contents, not by the the layout (i.e. the div). A div element is simply a placeholder for semantic elements such as lists, paragraphs, links, etc. You can create a whole website without using any other elements but divs, and this will not make it semantic at all.</description>
		<content:encoded><![CDATA[<p>Web-semantics has nothing to do with the CSS display property of the elements. Web-semantics means using a particular HTML element according to its primary purpose (for example &#8211;  to display ordered lists). This is why the use of tables for building layouts is considered as non-semantic &#8211; simply because the primary purpose of the table element is to display tabular data. The div element is considered more suitable for building layouts not because it is semantic, but just the opposite &#8211; because it does NOT bear any semantics. The logic is that the meaning should be carried out by the contents, not by the the layout (i.e. the div). A div element is simply a placeholder for semantic elements such as lists, paragraphs, links, etc. You can create a whole website without using any other elements but divs, and this will not make it semantic at all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
