<?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>smartcoderszone - A Blog about Web Development Tutorials and Tips, PHP, Mysql,  Javascript, CSS, Jquery, SEO, Twitter and Facebook Scripts &#187; title</title>
	<atom:link href="http://smartcoderszone.com/tag/title/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartcoderszone.com</link>
	<description>Web Development Tutorials and Tips, PHP, Javascript, CSS, Joomla, Ajax, Jquery, Mysql, SEO, Twitter and Facebook Scripts</description>
	<lastBuildDate>Sat, 15 Oct 2011 20:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic HTML Structure</title>
		<link>http://smartcoderszone.com/2010/05/basic-html-structure/</link>
		<comments>http://smartcoderszone.com/2010/05/basic-html-structure/#comments</comments>
		<pubDate>Mon, 17 May 2010 07:11:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[basic html structure]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[html structure]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[webpage html tags]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=1</guid>
		<description><![CDATA[
			
				
			
		
Every html web page contains basic tags that are structured and having proper place in the page. Following are the HTML structure for any basic html page.


&#60;html&#62;

&#60;head&#62;

&#60;title&#62;Website Title&#60;/title&#62;

&#60;/head&#62;

&#60;body&#62;

content goes here...

&#60;/body&#62;

&#60;/html&#62;

Browser displays web page through HTTP protocol. This protocol responsible for displaying high per text (simple text, images, flash and other scripting contents).
 



]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/05/basic-html-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

