<?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>HTML&#187; DIV</title>
	<atom:link href="http://htmlindex.net/tag/div/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Wed, 23 May 2012 15:00:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>how to make a script for java which can convert number to word?</title>
		<link>http://htmlindex.net/convert-html-to-text/how-to-make-a-script-for-java-which-can-convert-number-to-word</link>
		<comments>http://htmlindex.net/convert-html-to-text/how-to-make-a-script-for-java-which-can-convert-number-to-word#comments</comments>
		<pubDate>Tue, 10 Jan 2012 04:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Convert Html To Text]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Blank Area]]></category>
		<category><![CDATA[Case Statement]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[F1]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Script Java]]></category>
		<category><![CDATA[Table Border]]></category>
		<category><![CDATA[Translate]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word Question]]></category>
		<category><![CDATA[Word Value]]></category>

		<guid isPermaLink="false">http://htmlindex.net/convert-html-to-text/how-to-make-a-script-for-java-which-can-convert-number-to-word</guid>
		<description><![CDATA[Question by sound b: how to make a script for java which can convert number to word? i have here a program but i dont know why it doesnt work. sub conv_onclick if f1.num.value= 1 then f1.word.value = &#8220;one&#8221; else if f1.num.value= 2 then f1.word.value= &#8220;two&#8221; end if end sub]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fconvert-html-to-text%252Fhow-to-make-a-script-for-java-which-can-convert-number-to-word%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FybR5EI%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22how%20to%20make%20a%20script%20for%20java%20which%20can%20convert%20number%20to%20word%3F%22%20%7D);"></div>
<p><strong><i>Question by sound b</i>: how to make a script for java which can convert number to word?</strong><br />
i have here a program but i dont know why it doesnt work.</p>
<p><html><br />
<head></p>
<p>sub conv_onclick</p>
<p>if f1.num.value= 1 then<br />
  f1.word.value = &#8220;one&#8221;</p>
<p>else if f1.num.value= 2 then<br />
     f1.word.value= &#8220;two&#8221;</p>
<p>end if<br />
end sub</p>
<p></head></p>
<p><body></p>
<form name= "f1">
<table border= "20"<br />
<tr>
<th>ENTER A NUMBER:
<th>
<input type="text" name="num" size="20">
<tr>
<th>CONVERT TO WORD:
<th>
<input type="text" name="word" size="20">
<Th><INPUT TYPE="BUTTON" NAME="conv"  value="CONVERT"><br />
</table>
</form>
<p></body><br />
</html></p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Simon R</i><br/>First off you need to call conv_onclick as a function, not a sub. That&#8217;s going to go a long way to solving your problem, but it looks like you&#8217;re trying to do some AJAX programming there as well.</p>
<p>I think at the very least you need to denote a div with a blank area that you can change to reflect what the word is for the number typed and also what the limit is on numbers you&#8217;re going to translate.</p>
<p>Take a look at the case statement too. It makes life much easier than a bunch of if then else statements.</p>
<p>Hope that helps!</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fconvert-html-to-text%2Fhow-to-make-a-script-for-java-which-can-convert-number-to-word';
  addthis_title  = 'how+to+make+a+script+for+java+which+can+convert+number+to+word%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/convert-html-to-text/how-to-make-a-script-for-java-which-can-convert-number-to-word"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Ajax' rel='tag' target='_blank'>Ajax</a>, <a class='technorati-link' href='http://technorati.com/tag/Blank+Area' rel='tag' target='_blank'>Blank Area</a>, <a class='technorati-link' href='http://technorati.com/tag/Case+Statement' rel='tag' target='_blank'>Case Statement</a>, <a class='technorati-link' href='http://technorati.com/tag/Convert' rel='tag' target='_blank'>Convert</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/F1' rel='tag' target='_blank'>F1</a>, <a class='technorati-link' href='http://technorati.com/tag/java' rel='tag' target='_blank'>java</a>, <a class='technorati-link' href='http://technorati.com/tag/number' rel='tag' target='_blank'>number</a>, <a class='technorati-link' href='http://technorati.com/tag/script' rel='tag' target='_blank'>script</a>, <a class='technorati-link' href='http://technorati.com/tag/Script+Java' rel='tag' target='_blank'>Script Java</a>, <a class='technorati-link' href='http://technorati.com/tag/Table+Border' rel='tag' target='_blank'>Table Border</a>, <a class='technorati-link' href='http://technorati.com/tag/Translate' rel='tag' target='_blank'>Translate</a>, <a class='technorati-link' href='http://technorati.com/tag/word' rel='tag' target='_blank'>word</a>, <a class='technorati-link' href='http://technorati.com/tag/Word+Question' rel='tag' target='_blank'>Word Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Word+Value' rel='tag' target='_blank'>Word Value</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/convert-html-to-text/how-to-make-a-script-for-java-which-can-convert-number-to-word/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>using javascript body onload command to show results without having to click submit?</title>
		<link>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit</link>
		<comments>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit#comments</comments>
		<pubDate>Mon, 21 Nov 2011 04:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Submit Example]]></category>
		<category><![CDATA[Abc]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Asp Script]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[Body Onload]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[having]]></category>
		<category><![CDATA[Hello]]></category>
		<category><![CDATA[Html Menu]]></category>
		<category><![CDATA[Html Page]]></category>
		<category><![CDATA[Html Source]]></category>
		<category><![CDATA[Input Box]]></category>
		<category><![CDATA[Input Field]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript Onload]]></category>
		<category><![CDATA[Menu View]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[onload]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[Set Of Variables]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[Suggestion]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[View Source]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit</guid>
		<description><![CDATA[Question by johnrobinm: using javascript body onload command to show results without having to click submit? hello, i have an shtml page with a simple form using get to retrieve data, when the submit button is clicked the results are returned on another html page, what i was wondering is if there was a way &#8230; <a href="http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-submit-example%252Fusing-javascript-body-onload-command-to-show-results-without-having-to-click-submit%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22using%20javascript%20body%20onload%20command%20to%20show%20results%20without%20having%20to%20click%20submit%3F%22%20%7D);"></div>
<p><strong><i>Question by johnrobinm</i>: using javascript body onload command to show results without having to click submit?</strong><br />
hello, i have an shtml page with a simple form using get to retrieve data, when the submit button is clicked the results are returned on another html page, what i was wondering is if there was a way to have the results for the form returned automatically without having to click the submit button (which there is a way, just put the asp script address with the form variables you want in the url but it only works to return one set of variables) what i can&#8217;t figure out is what if you want to have multiple form results computed and returned using javascript&#8217;s body onload command so that the form results can be computed and shown on the same single webpage, in other words, how could you preload the results of (this is only an example:</p>
<p>&#8220;http://abc.com/page.shtml?var1=1&#038;var2=1&#038;search=Submit&#8221;</p>
<p>&#8220;http://abc.com/page.s<a href="http://htmlindex.net" target=_self>html</a>?var1=2&#038;var2=2&#038;search=Submit&#8221;</p>
<p>&#8220;http://abc.com/page.shtml?var1=3&#038;var2=3&#038;search=Submit&#8221;</p>
<p>and have these reults displayed on one webpage without having to click submit?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by AQuestionMark</i><br/>You can use onchange in the last input box of the form to call a function to display the the div which display is none when load. These div contains iframe of the links you got.</p>
<p>So when the function is call, value is taken from input field, and based on what is entered, a div is set display=&#8221;" to show.</p>
<p>Here&#8217;s a demo http://www.freewebs.com/swhtam/YA/noSubmitResult.html  go to menu View, source for the complete code.</p>
<p>In the demo, when you enter name like yahoo, google or netscape in seach engine box and hit tab, that page will show underneath the box.</p>
<p>Alternatively, you could use Ajax to call that page without submit, a bit harder with coding, but since you want preloaded page, so this is only my suggestion.</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-submit-example%2Fusing-javascript-body-onload-command-to-show-results-without-having-to-click-submit';
  addthis_title  = 'using+javascript+body+onload+command+to+show+results+without+having+to+click+submit%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Abc' rel='tag' target='_blank'>Abc</a>, <a class='technorati-link' href='http://technorati.com/tag/Ajax' rel='tag' target='_blank'>Ajax</a>, <a class='technorati-link' href='http://technorati.com/tag/Asp+Script' rel='tag' target='_blank'>Asp Script</a>, <a class='technorati-link' href='http://technorati.com/tag/body' rel='tag' target='_blank'>body</a>, <a class='technorati-link' href='http://technorati.com/tag/Body+Onload' rel='tag' target='_blank'>Body Onload</a>, <a class='technorati-link' href='http://technorati.com/tag/Click' rel='tag' target='_blank'>Click</a>, <a class='technorati-link' href='http://technorati.com/tag/command' rel='tag' target='_blank'>command</a>, <a class='technorati-link' href='http://technorati.com/tag/Demo' rel='tag' target='_blank'>Demo</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_blank'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/having' rel='tag' target='_blank'>having</a>, <a class='technorati-link' href='http://technorati.com/tag/Hello' rel='tag' target='_blank'>Hello</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Menu' rel='tag' target='_blank'>Html Menu</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Page' rel='tag' target='_blank'>Html Page</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Source' rel='tag' target='_blank'>Html Source</a>, <a class='technorati-link' href='http://technorati.com/tag/Input+Box' rel='tag' target='_blank'>Input Box</a>, <a class='technorati-link' href='http://technorati.com/tag/Input+Field' rel='tag' target='_blank'>Input Field</a>, <a class='technorati-link' href='http://technorati.com/tag/javascript' rel='tag' target='_blank'>javascript</a>, <a class='technorati-link' href='http://technorati.com/tag/Javascript+Onload' rel='tag' target='_blank'>Javascript Onload</a>, <a class='technorati-link' href='http://technorati.com/tag/Menu+View' rel='tag' target='_blank'>Menu View</a>, <a class='technorati-link' href='http://technorati.com/tag/Netscape' rel='tag' target='_blank'>Netscape</a>, <a class='technorati-link' href='http://technorati.com/tag/onload' rel='tag' target='_blank'>onload</a>, <a class='technorati-link' href='http://technorati.com/tag/results' rel='tag' target='_blank'>results</a>, <a class='technorati-link' href='http://technorati.com/tag/Set+Of+Variables' rel='tag' target='_blank'>Set Of Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Show' rel='tag' target='_blank'>Show</a>, <a class='technorati-link' href='http://technorati.com/tag/submit' rel='tag' target='_blank'>submit</a>, <a class='technorati-link' href='http://technorati.com/tag/Suggestion' rel='tag' target='_blank'>Suggestion</a>, <a class='technorati-link' href='http://technorati.com/tag/using' rel='tag' target='_blank'>using</a>, <a class='technorati-link' href='http://technorati.com/tag/View+Source' rel='tag' target='_blank'>View Source</a>, <a class='technorati-link' href='http://technorati.com/tag/without' rel='tag' target='_blank'>without</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to XHTML &#8211; Part 1</title>
		<link>http://htmlindex.net/xhtml/psd-to-xhtml-part-1</link>
		<comments>http://htmlindex.net/xhtml/psd-to-xhtml-part-1#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[Psd]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/psd-to-xhtml-part-1</guid>
		<description><![CDATA[This is part one of how to turn a PSD into a tableless Xhtml webpage. Brought to you by Bronson Quick http://www.quickit.net.au/ Duration : 0:7:11 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-1'; addthis_title = 'PSD+to+XHTML+%26%238211%3B+Part+1'; addthis_pub = ''; Technorati Tags: design, DIV, divs, Psd, tableless, to, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fpsd-to-xhtml-part-1%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PSD%20to%20XHTML%20-%20Part%201%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/MpYC1fN2BHM/2.jpg" align="left" title="PSD to XHTML   Part 1" alt="2 PSD to XHTML   Part 1" />This is part one of how to turn a PSD into a tableless X<a href="http://htmlindex.net" target=_self>html</a> webpage.</p>
<p>Brought to you by Bronson Quick http://www.quickit.net.au/</p>
<p>Duration : <b>0:7:11</b></p>
<p><span id="more-458"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MpYC1fN2BHM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/MpYC1fN2BHM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-1';
  addthis_title  = 'PSD+to+XHTML+%26%238211%3B+Part+1';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/psd-to-xhtml-part-1"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/divs' rel='tag' target='_blank'>divs</a>, <a class='technorati-link' href='http://technorati.com/tag/Psd' rel='tag' target='_blank'>Psd</a>, <a class='technorati-link' href='http://technorati.com/tag/tableless' rel='tag' target='_blank'>tableless</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/psd-to-xhtml-part-1/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is the differences between xhtml and html?</title>
		<link>http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html</link>
		<comments>http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:29:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Detailed Explanation]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[Href Link]]></category>
		<category><![CDATA[Img]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Maintainer]]></category>
		<category><![CDATA[Markups]]></category>
		<category><![CDATA[Quot]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[SGML]]></category>
		<category><![CDATA[Somepage]]></category>
		<category><![CDATA[Span]]></category>
		<category><![CDATA[Standard Generalized Markup]]></category>
		<category><![CDATA[Standard Generalized Markup Language]]></category>
		<category><![CDATA[Subset]]></category>
		<category><![CDATA[Ul]]></category>
		<category><![CDATA[W3c]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html</guid>
		<description><![CDATA[Can anyone provide me with a detailed explanation on this so I can fully understand it? HTML is based on SGML (Standard Generalized Markup Language) which is a very forgiving markup standard, you can do things like this in HTML: &#60;ul&#62; &#60;li&#62; &#60;li&#62; &#60;li&#62; &#60;/ul&#62; or &#60;B&#62;&#60;i&#62;&#60;u&#62;Some text&#60;/b&#62;&#60;/i&#62;&#60;/U&#62; or &#60;a href=&#34;somepage.htm&#34;&#62;&#60;img href=someimg.jpg&#62;&#60;/a&#62; or &#60;span&#62;&#60;div&#62;Some Text&#60;/div&#62;&#60;/span&#62; &#8230; <a href="http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fwhat-is-the-differences-between-xhtml-and-html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22What%20is%20the%20differences%20between%20xhtml%20and%20html%3F%22%20%7D);"></div>
<p>Can anyone provide me with a detailed explanation on this so I can fully understand it?<br />
<br />HTML is based on SGML (Standard Generalized Markup Language) which is a very forgiving markup standard, you can do things like this in HTML:<br />
&lt;ul&gt;<br />
&lt;li&gt;<br />
&lt;li&gt;<br />
&lt;li&gt;<br />
&lt;/ul&gt;</p>
<p>or<br />
&lt;B&gt;&lt;i&gt;&lt;u&gt;Some text&lt;/b&gt;&lt;/i&gt;&lt;/U&gt;</p>
<p>or<br />
&lt;a href=&quot;somepage.htm&quot;&gt;&lt;img href=someimg.jpg&gt;&lt;/a&gt;</p>
<p>or</p>
<p>&lt;span&gt;&lt;div&gt;Some Text&lt;/div&gt;&lt;/span&gt;</p>
<p>In short, it is very loose.</p>
<p>One day, the maintainer of the standard (W3C) said: &quot;We have enough of this mess, people are getting more and more creative in writing their markups, let&#8217;s stricken up the standard.&quot; </p>
<p>So the XHTML standard is born, <a href="http://htmlindex.net" target=_self>xhtml</a> is based on XML, which is a stricter subset of SGML. In XHTML, the tags must be written up to a certain requirements, I&#8217;ll highlight some of the most important:<br />
- all tags must be properly closed, and in case of tags like img, it must be self closed, i.e.<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;/li&gt;<br />
&lt;ul&gt;</p>
<p>&lt;!&#8211; proper care must be excercised, XML only require &lt;img/&gt; but some older browser have problems with that so give space before the &#8216;/&#8217; in a self closing tag &#8211;&gt;<br />
&lt;img /&gt; </p>
<p>- All attributes must be enclosed in quotes:<br />
&lt;a href=&quot;link.htm&quot;&gt;Hello this is a valid X<a href="http://htmlindex.net" target=_self>html</a>&lt;/a&gt;<br />
&lt;a href=link.htm&gt;Go away this is an invalid XHTML&lt;/a&gt;</p>
<p>- All tags must be properly nested, tags must be closed in the order they&#8217;re opened, e.g.:<br />
&lt;b&gt;&lt;i&gt;&lt;u&gt;Incorrect XTHML&lt;/b&gt;&lt;/i&gt;&lt;/u&gt;<br />
&lt;b&gt;&lt;i&gt;&lt;u&gt;Incorrect XTHML&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;</p>
<p>Proper nesting also means that a block level tags (p, div, blockquote, etc) can&#8217;t be nested inside inline tags (span, a, i, u, b, etc). In short, block can contain block and inline, inline can contain only other inline. It also means that certain tags can only be placed inside another tags, like &lt;li&gt; must be inside &lt;ul&gt; or &lt;ol&gt;</p>
<p>- All tags are case-sensitive, and all XHTML tags are in lower case (&lt;a&gt; is correct, &lt;A&gt; is incorrect)</p>
<p>- Attributes minimization is a no-no:<br />
&lt;tag attr&gt;&lt;/tag&gt; is WRONG<br />
write it as:<br />
&lt;tag attr=&quot;attr&quot;&gt;&lt;/tag&gt; </p>
<p>- and many others, I don&#8217;t remember all of them (as I write XHTML by heart, I&#8217;ve never written invalid XHTML, as far as I know)</p>
<p>Why is the need for a change? Mainly because of CSS. CSS requires a tree-like structure to work, or else it is undetermined what browser would do in case of a maligned nesting, they may break, they may give out wrong result, they may give odd result, they may do anything. Some people call a non-XHTML pages as &quot;tag soup&quot; to illustrate the mess.</p>
<p>It&#8217;s also because it&#8217;s (much) easier to create an XML parser rather than trying to guess what the author want to do. In XML, if you see something not right, you spew errors and point the author to correct it, in SGML, you&#8217;ve got to chew those irky tags and produce a result (whatever it is) because it&#8217;s in the standard.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fwhat-is-the-differences-between-xhtml-and-html';
  addthis_title  = 'What+is+the+differences+between+xhtml+and+html%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/attributes' rel='tag' target='_blank'>attributes</a>, <a class='technorati-link' href='http://technorati.com/tag/Detailed+Explanation' rel='tag' target='_blank'>Detailed Explanation</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/Href+Link' rel='tag' target='_blank'>Href Link</a>, <a class='technorati-link' href='http://technorati.com/tag/Img' rel='tag' target='_blank'>Img</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt' rel='tag' target='_blank'>Lt</a>, <a class='technorati-link' href='http://technorati.com/tag/Maintainer' rel='tag' target='_blank'>Maintainer</a>, <a class='technorati-link' href='http://technorati.com/tag/Markups' rel='tag' target='_blank'>Markups</a>, <a class='technorati-link' href='http://technorati.com/tag/Quot' rel='tag' target='_blank'>Quot</a>, <a class='technorati-link' href='http://technorati.com/tag/Quotes' rel='tag' target='_blank'>Quotes</a>, <a class='technorati-link' href='http://technorati.com/tag/SGML' rel='tag' target='_blank'>SGML</a>, <a class='technorati-link' href='http://technorati.com/tag/Somepage' rel='tag' target='_blank'>Somepage</a>, <a class='technorati-link' href='http://technorati.com/tag/Span' rel='tag' target='_blank'>Span</a>, <a class='technorati-link' href='http://technorati.com/tag/Standard+Generalized+Markup' rel='tag' target='_blank'>Standard Generalized Markup</a>, <a class='technorati-link' href='http://technorati.com/tag/Standard+Generalized+Markup+Language' rel='tag' target='_blank'>Standard Generalized Markup Language</a>, <a class='technorati-link' href='http://technorati.com/tag/Subset' rel='tag' target='_blank'>Subset</a>, <a class='technorati-link' href='http://technorati.com/tag/Ul' rel='tag' target='_blank'>Ul</a>, <a class='technorati-link' href='http://technorati.com/tag/W3c' rel='tag' target='_blank'>W3c</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a>, <a class='technorati-link' href='http://technorati.com/tag/xml' rel='tag' target='_blank'>xml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/what-is-the-differences-between-xhtml-and-html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML Tutorial 2 &#8211; Colours, Fonts, Backgrounds Website Design</title>
		<link>http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design</link>
		<comments>http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Hd]]></category>
		<category><![CDATA[high]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[hq]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tut]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design</guid>
		<description><![CDATA[In this html website design tutorial I will teach you how to change background and text colours/colors with microsoft notepad. Difficulty Level: Easy/Beginner If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube. Duration : 0:3:3 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtml-tutorial-2-colours-fonts-backgrounds-website-design'; addthis_title = 'HTML+Tutorial+2+%26%238211%3B+Colours%2C+Fonts%2C+Backgrounds+Website+Design'; &#8230; <a href="http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Fhtml-tutorial-2-colours-fonts-backgrounds-website-design%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HTML%20Tutorial%202%20-%20Colours%2C%20Fonts%2C%20Backgrounds%20Website%20Design%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/eUsuuxo3nYo/2.jpg" align="left" title="HTML Tutorial 2   Colours, Fonts, Backgrounds Website Design" alt="2 HTML Tutorial 2   Colours, Fonts, Backgrounds Website Design" />In this <a href="http://htmlindex.net" target=_self>html</a> website design tutorial I will teach you how to change background and text colours/colors with microsoft notepad.</p>
<p>Difficulty Level:<br />
Easy/Beginner</p>
<p>If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.</p>
<p>Duration : <b>0:3:3</b></p>
<p><span id="more-308"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/eUsuuxo3nYo&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/eUsuuxo3nYo&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtml-tutorial-2-colours-fonts-backgrounds-website-design';
  addthis_title  = 'HTML+Tutorial+2+%26%238211%3B+Colours%2C+Fonts%2C+Backgrounds+Website+Design';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Background' rel='tag' target='_blank'>Background</a>, <a class='technorati-link' href='http://technorati.com/tag/color' rel='tag' target='_blank'>color</a>, <a class='technorati-link' href='http://technorati.com/tag/colour' rel='tag' target='_blank'>colour</a>, <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/definition' rel='tag' target='_blank'>definition</a>, <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/develop' rel='tag' target='_blank'>develop</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/font' rel='tag' target='_blank'>font</a>, <a class='technorati-link' href='http://technorati.com/tag/Hd' rel='tag' target='_blank'>Hd</a>, <a class='technorati-link' href='http://technorati.com/tag/high' rel='tag' target='_blank'>high</a>, <a class='technorati-link' href='http://technorati.com/tag/how' rel='tag' target='_blank'>how</a>, <a class='technorati-link' href='http://technorati.com/tag/howto' rel='tag' target='_blank'>howto</a>, <a class='technorati-link' href='http://technorati.com/tag/hq' rel='tag' target='_blank'>hq</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/lesson' rel='tag' target='_blank'>lesson</a>, <a class='technorati-link' href='http://technorati.com/tag/make' rel='tag' target='_blank'>make</a>, <a class='technorati-link' href='http://technorati.com/tag/programming' rel='tag' target='_blank'>programming</a>, <a class='technorati-link' href='http://technorati.com/tag/quality' rel='tag' target='_blank'>quality</a>, <a class='technorati-link' href='http://technorati.com/tag/table' rel='tag' target='_blank'>table</a>, <a class='technorati-link' href='http://technorati.com/tag/Tag' rel='tag' target='_blank'>Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/text' rel='tag' target='_blank'>text</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/tut' rel='tag' target='_blank'>tut</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_blank'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/html-tutorial-2-colours-fonts-backgrounds-website-design/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Html, CSS Tutorial : How to make Div Layers</title>
		<link>http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers</link>
		<comments>http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html index]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[Div Layers]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[layers]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers</guid>
		<description><![CDATA[Today, i&#8217;ll be teaching you how to make Div Layers, using CSS and HTML. To make a html or Css file in notepad, just open notepad, click save as, CSS = style.CSS HTML = index. HTML You dont have to name them &#8220;style&#8221; or &#8220;index&#8221; but it&#8217;s easier for me. Just put at the end &#8230; <a href="http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-index%252Fhtml-css-tutorial-how-to-make-div-layers%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Html%2C%20CSS%20Tutorial%20%3A%20How%20to%20make%20Div%20Layers%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/XxJIFLlx1Yw/2.jpg" align="left" title="Html, CSS Tutorial : How to make Div Layers" alt="2 Html, CSS Tutorial : How to make Div Layers" />Today, i&#8217;ll be teaching you how to make Div Layers, using CSS and HTML.<br />
To make a <a href="http://htmlindex.net" target=_self>html</a> or Css file in notepad, just open notepad, click save as,<br />
CSS =  style.CSS<br />
HTML = index. HTML<br />
You dont have to name them &#8220;style&#8221; or &#8220;index&#8221; but it&#8217;s easier for me. Just put at the end &#8220;.css&#8221; or &#8220;.html&#8221; that&#8217;s what&#8217;s important.<br />
================================================================================<br />
Sorry that the sound is soft, i&#8217;ll try to make it again with better sound. :S<br />
If you think it&#8217;s god and you would want more of these videos, please subscribe.</p>
<p>Duration : <b>0:9:12</b></p>
<p><span id="more-257"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/XxJIFLlx1Yw&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/XxJIFLlx1Yw&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fhtml-css-tutorial-how-to-make-div-layers';
  addthis_title  = 'Html%2C+CSS+Tutorial+%3A+How+to+make+Div+Layers';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/Div+Layers' rel='tag' target='_blank'>Div Layers</a>, <a class='technorati-link' href='http://technorati.com/tag/how' rel='tag' target='_blank'>how</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/layers' rel='tag' target='_blank'>layers</a>, <a class='technorati-link' href='http://technorati.com/tag/make' rel='tag' target='_blank'>make</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-index/html-css-tutorial-how-to-make-div-layers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PSD to XHTML &#8211; Part 2</title>
		<link>http://htmlindex.net/xhtml/psd-to-xhtml-part-2</link>
		<comments>http://htmlindex.net/xhtml/psd-to-xhtml-part-2#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:15:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[Psd]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/psd-to-xhtml-part-2</guid>
		<description><![CDATA[This is part two of how to turn a PSD into a tableless Xhtml webpage. Brought to you by Bronson Quick http://www.quickit.net.au/ Duration : 0:10:15 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-2'; addthis_title = 'PSD+to+XHTML+%26%238211%3B+Part+2'; addthis_pub = ''; Technorati Tags: design, DIV, divs, Psd, tableless, to, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fpsd-to-xhtml-part-2%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PSD%20to%20XHTML%20-%20Part%202%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/7ixwulCQ2xs/2.jpg" align="left" title="PSD to XHTML   Part 2" alt="2 PSD to XHTML   Part 2" />This is part two of how to turn a PSD into a tableless X<a href="http://htmlindex.net" target=_self>html</a> webpage.</p>
<p>Brought to you by Bronson Quick http://www.quickit.net.au/</p>
<p>Duration : <b>0:10:15</b></p>
<p><span id="more-227"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7ixwulCQ2xs&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/7ixwulCQ2xs&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-2';
  addthis_title  = 'PSD+to+XHTML+%26%238211%3B+Part+2';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/psd-to-xhtml-part-2"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/divs' rel='tag' target='_blank'>divs</a>, <a class='technorati-link' href='http://technorati.com/tag/Psd' rel='tag' target='_blank'>Psd</a>, <a class='technorati-link' href='http://technorati.com/tag/tableless' rel='tag' target='_blank'>tableless</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/psd-to-xhtml-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to XHTML &#8211; Part 3</title>
		<link>http://htmlindex.net/xhtml/psd-to-xhtml-part-3</link>
		<comments>http://htmlindex.net/xhtml/psd-to-xhtml-part-3#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:15:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[Psd]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/psd-to-xhtml-part-3</guid>
		<description><![CDATA[This is part three of how to turn a PSD into a tableless Xhtml webpage. Brought to you by Bronson Quick http://www.quickit.net.au/ Duration : 0:7:51 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-3'; addthis_title = 'PSD+to+XHTML+%26%238211%3B+Part+3'; addthis_pub = ''; Technorati Tags: design, DIV, divs, Psd, tableless, to, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fpsd-to-xhtml-part-3%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PSD%20to%20XHTML%20-%20Part%203%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/ltcnbtx2Yuc/2.jpg" align="left" title="PSD to XHTML   Part 3" alt="2 PSD to XHTML   Part 3" />This is part three of how to turn a PSD into a tableless X<a href="http://htmlindex.net" target=_self>html</a> webpage.</p>
<p>Brought to you by Bronson Quick http://www.quickit.net.au/</p>
<p>Duration : <b>0:7:51</b></p>
<p><span id="more-226"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ltcnbtx2Yuc&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ltcnbtx2Yuc&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-3';
  addthis_title  = 'PSD+to+XHTML+%26%238211%3B+Part+3';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/psd-to-xhtml-part-3"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/divs' rel='tag' target='_blank'>divs</a>, <a class='technorati-link' href='http://technorati.com/tag/Psd' rel='tag' target='_blank'>Psd</a>, <a class='technorati-link' href='http://technorati.com/tag/tableless' rel='tag' target='_blank'>tableless</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/psd-to-xhtml-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to XHTML &#8211; Part 4</title>
		<link>http://htmlindex.net/xhtml/psd-to-xhtml-part-4</link>
		<comments>http://htmlindex.net/xhtml/psd-to-xhtml-part-4#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:15:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[Psd]]></category>
		<category><![CDATA[tableless]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/psd-to-xhtml-part-4</guid>
		<description><![CDATA[This is the final part of how to turn a PSD into a tableless Xhtml webpage. Brought to you by Bronson Quick http://www.quickit.net.au/ Duration : 0:4:59 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-4'; addthis_title = 'PSD+to+XHTML+%26%238211%3B+Part+4'; addthis_pub = ''; Technorati Tags: design, DIV, divs, Psd, tableless, to, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fpsd-to-xhtml-part-4%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PSD%20to%20XHTML%20-%20Part%204%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/U5ePhWgdA9g/2.jpg" align="left" title="PSD to XHTML   Part 4" alt="2 PSD to XHTML   Part 4" />This is the final part of how to turn a PSD into a tableless X<a href="http://htmlindex.net" target=_self>html</a> webpage.</p>
<p>Brought to you by Bronson Quick http://www.quickit.net.au/</p>
<p>Duration : <b>0:4:59</b></p>
<p><span id="more-225"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/U5ePhWgdA9g&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/U5ePhWgdA9g&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fpsd-to-xhtml-part-4';
  addthis_title  = 'PSD+to+XHTML+%26%238211%3B+Part+4';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/psd-to-xhtml-part-4"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/divs' rel='tag' target='_blank'>divs</a>, <a class='technorati-link' href='http://technorati.com/tag/Psd' rel='tag' target='_blank'>Psd</a>, <a class='technorati-link' href='http://technorati.com/tag/tableless' rel='tag' target='_blank'>tableless</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/psd-to-xhtml-part-4/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Build Your Own CSS Website Build Our HTML Lesson 3</title>
		<link>http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3</link>
		<comments>http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:11:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html code]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3</guid>
		<description><![CDATA[http://www.1stoptutorials.com &#8211; In this tutorial we will start building our div tags and html coding for our top link bar. You will notice once we have finished that we do not have much html code atall to make this work. Let me know if you get any problems and i will be more than happy &#8230; <a href="http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-code%252Fbuild-your-own-css-website-build-our-html-lesson-3%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Build%20Your%20Own%20CSS%20Website%20Build%20Our%20HTML%20Lesson%203%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/ERJJq4FhHvQ/2.jpg" align="left" title="Build Your Own CSS Website Build Our HTML Lesson 3" alt="2 Build Your Own CSS Website Build Our HTML Lesson 3" />http://www.1stoptutorials.com &#8211; In this tutorial we will start building our div tags and <a href="http://htmlindex.net" target=_self>html</a> coding for our top link bar. You will notice once we have finished that we do not have much <a href="http://htmlindex.net" target=_self>html code</a> atall to make this work. Let me know if you get any problems and i will be more than happy to help.</p>
<p>Ali</p>
<p>Duration : <b>0:9:59</b></p>
<p><span id="more-207"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ERJJq4FhHvQ&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ERJJq4FhHvQ&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fbuild-your-own-css-website-build-our-html-lesson-3';
  addthis_title  = 'Build+Your+Own+CSS+Website+Build+Our+HTML+Lesson+3';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/basic' rel='tag' target='_blank'>basic</a>, <a class='technorati-link' href='http://technorati.com/tag/beginners' rel='tag' target='_blank'>beginners</a>, <a class='technorati-link' href='http://technorati.com/tag/classes' rel='tag' target='_blank'>classes</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/free' rel='tag' target='_blank'>free</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/id' rel='tag' target='_blank'>id</a>, <a class='technorati-link' href='http://technorati.com/tag/learn' rel='tag' target='_blank'>learn</a>, <a class='technorati-link' href='http://technorati.com/tag/online' rel='tag' target='_blank'>online</a>, <a class='technorati-link' href='http://technorati.com/tag/stylesheet' rel='tag' target='_blank'>stylesheet</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorials' rel='tag' target='_blank'>tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/webdesign' rel='tag' target='_blank'>webdesign</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-code/build-your-own-css-website-build-our-html-lesson-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-05-23 22:59:51 -->
