<?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>Designer’s Talk</title>
	<atom:link href="http://www.xhtmlguru.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xhtmlguru.com</link>
	<description>Programming Language Resource</description>
	<lastBuildDate>Mon, 03 Oct 2011 17:03:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML vs. XHTML – the difference</title>
		<link>http://www.xhtmlguru.com/html-vs-xhtml-%e2%80%93-the-difference.htm</link>
		<comments>http://www.xhtmlguru.com/html-vs-xhtml-%e2%80%93-the-difference.htm#comments</comments>
		<pubDate>Wed, 06 Jul 2011 15:44:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.xhtmlguru.com/?p=93</guid>
		<description><![CDATA[If you&#8217;re new to web programming languages or you just have a strong interest in acronyms, you may have run across “HTML” and “XHTML” and wondered what the difference is. &#160; Beyond having a fancy-pants “X” in front of the second one, for “extra-special,” no doubt. &#160; Actually, “XHTML” (short for “eXtensible HyperText Markup Language”) [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 285px"><a href="http://commons.wikipedia.org/wiki/File:XHTML.svg"><img title="A graphical despiction of a very simple xhtml ..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/00/XHTML.svg/275px-XHTML.svg.png" alt="A graphical despiction of a very simple xhtml ..." width="275" height="313" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>If you&#8217;re new to web programming languages or you just have a strong interest in acronyms, you may have run across “HTML” and “XHTML” and wondered what the difference is.</p>
<p>&nbsp;</p>
<p>Beyond having a fancy-pants “X” in front of the second one, for “extra-special,” no doubt.</p>
<p>&nbsp;</p>
<p>Actually, “<a href="http://en.wikipedia.org/wiki/XHTML" target="_blank">XHTML</a>” (short for “eXtensible HyperText Markup Language”) is the newest version of HTML (drop the “eXtensible”) and it is dramatically different.</p>
<p>&nbsp;</p>
<p>HTML is the programming language with which people put content on a web page and tell it how to display to your eager eyes. It&#8217;s composed of “tags,” such as &lt; b &gt; to put text in boldface and &lt; / b &gt; to turn off the boldface. Pretty basic stuff.</p>
<p>&nbsp;</p>
<p>In the early days of the Internet, no one had a clear vision of what it would become or how pages should be written, so HTML is a very forgiving language. People could write really sloppy code, leaving tags open (lacking the closing bracket or even the entire cancel tag, such as &lt; /b &gt;) and cluttering up the page with redundancies. Usually the web browser could still make sense of it.</p>
<p>&nbsp;</p>
<p>Now there are new devices, like smart-phones and the like, that can go on the web and are not so forgiving. They don&#8217;t know how to understand the sloppy pages with bad HTML.</p>
<p>&nbsp;</p>
<p>XHTML was created in response to this <a href="http://www.uwplatt.edu/web/accessibility/xhtml.html" target="_blank">new reality</a>. It&#8217;s a much stricter language than HTML. It removes many of the old tags and standardizes or creates others.</p>
<p>&nbsp;</p>
<p>Most importantly, there is no margin for error. The code must be perfect.</p>
<p>&nbsp;</p>
<p>The concurrent development of CSS (<a href="http://www.w3schools.com/css/" target="_blank">Cascading Style Sheets</a>), a separate language that controls how a web page is styled, means there&#8217;s less one has to put in HTML.</p>
<p>&nbsp;</p>
<p>T0his, combined with XHTML&#8217;s greater rigor, results in much simpler code and cleaner pages, which is the goal.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=b1a31c20-4558-4112-8fcd-80fbc0767200" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.xhtmlguru.com/html-vs-xhtml-%e2%80%93-the-difference.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.xhtmlguru.com/hello-world.htm</link>
		<comments>http://www.xhtmlguru.com/hello-world.htm#comments</comments>
		<pubDate>Mon, 03 Jan 2011 05:42:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://xhtmlguru.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xhtmlguru.com/hello-world.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

