<?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>Animation11 &#187; HTML</title>
	<atom:link href="http://animation11.net/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://animation11.net</link>
	<description>A Technical Guide - Seabloggers INC.</description>
	<lastBuildDate>Wed, 08 Sep 2010 05:29:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Basic Concepts of HTML</title>
		<link>http://animation11.net/2009/09/13/basic-concepts-of-html/</link>
		<comments>http://animation11.net/2009/09/13/basic-concepts-of-html/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 19:04:43 +0000</pubDate>
		<dc:creator>yogi</dc:creator>
				<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Basic Concepts of HTML]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML Concepts]]></category>
		<category><![CDATA[HTML tools]]></category>

		<guid isPermaLink="false">http://animation11.net/?p=30</guid>
		<description><![CDATA[Before getting into the details of making HTML documents accessible, an understanding of basic HTML concepts is needed. If you are familiar with the general structure and coding of HTML , you can skip this page and move onto the the first common HTML element to be covered, Making Images Accessible. You must have the [...]]]></description>
			<content:encoded><![CDATA[<p>Before getting into the details of making HTML documents accessible, an understanding of basic HTML concepts is needed. If you are familiar with the general structure and coding of HTML , you can skip this page and move onto the the first common HTML element to be covered, Making Images Accessible.</p>
<p>You must have the <html>, <head> and <body> container tags in every HTML file. The <html>  tag tells the browser that this is an HTML document.  You must begin and end your files with this tag. The <head> tag contains general information like the title of your document. The <body> tag holds all your content: words, pictures, artwork and other stuff.</p>
<p>HTML is also not case sensitive. That means, you can use either lowercase or uppercase. <HTML> is the same as <html>. For consistency, use either one or the other. It&#8217;s best not to mix and match. For our purposes, I have written our code in lowercase.</p>
<p>The third rule is that every html page has two parts: the head and the body. There must be <html>, <head> and <body> container tags in every HTML file. To build any web page, you will need four primary tags: <html>, <head>, <title> and <body>. These are all container tags and must appear as pairs with the beginning and an ending.</p>
]]></content:encoded>
			<wfw:commentRss>http://animation11.net/2009/09/13/basic-concepts-of-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
