<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlueBird</title>
	<atom:link href="http://mydollhouse.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydollhouse.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 15 Sep 2009 23:49:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mydollhouse.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>BlueBird</title>
		<link>http://mydollhouse.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mydollhouse.wordpress.com/osd.xml" title="BlueBird" />
	<atom:link rel='hub' href='http://mydollhouse.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Day 4: Class and ID Selectors</title>
		<link>http://mydollhouse.wordpress.com/2009/09/15/day-4-class-and-id-selectors/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/15/day-4-class-and-id-selectors/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 23:49:59 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=17</guid>
		<description><![CDATA[Selectors can be defined in the form of a class or an ID. Class and ID selectors are differentiated by their puncuations. Class selectors are followed bya full stop (.) and ID selectors are followed by a hash character (#). An ID is used to identify one element while a class can identify more than one.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=17&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Selectors can be defined in the form of a class or an ID. Class and ID selectors are differentiated by their puncuations. Class selectors are followed bya full stop (.) and ID selectors are followed by a hash character (#). An ID is used to identify one element while a class can identify more than one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=17&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/15/day-4-class-and-id-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 4: Span and DIV</title>
		<link>http://mydollhouse.wordpress.com/2009/09/15/day-4-span-and-div/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/15/day-4-span-and-div/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 23:38:59 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=15</guid>
		<description><![CDATA[Span and DIV are HTMl tags that serve no other purpose than to group HTML with class or id. A span is in-line and typically used for smaller HTML. A div is block-line and used to group larger HTML. Although they are useful span and div should not be used unless absolutely necessary.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=15&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Span and DIV are HTMl tags that serve no other purpose than to group HTML with class or id. A span is in-line and typically used for smaller HTML. A div is block-line and used to group larger HTML. Although they are useful span and div should not be used unless absolutely necessary.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=15&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/15/day-4-span-and-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 3: Applying CSS</title>
		<link>http://mydollhouse.wordpress.com/2009/09/11/day-3-applying-css/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/11/day-3-applying-css/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 01:35:48 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=13</guid>
		<description><![CDATA[CSS is used to add style and flare to web pages. CSS selectors give style to internal and external style sheets. Each selector has properties that are expressed between curled brackets ({ }). Values are given to each property followed by a semi-colon (;). When these values are used they give color, font weight, and background color. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=13&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>CSS is used to add style and flare to web pages. CSS selectors give style to internal and external style sheets. Each selector has properties that are expressed between curled brackets ({ }). Values are given to each property followed by a semi-colon (;). When these values are used they give color, font weight, and background color.  In-line styles are placed in HTML tags and change the color. Internal styles are used to change the color of the entire page. inserted inside the head tags, the style tags changes the color of the links or internal text. External styles change the color of the entire page.</p>
<p><strong>CSS Percentages/Lengths:</strong></p>
<ul>
<li>em- unit for calculated font size</li>
<li>px- unit for pixels</li>
<li>pt- unit for points</li>
<li>%- unit for percentage</li>
<li>pc (picas)</li>
<li>cm (centimetres)</li>
<li>mm (millimetres)</li>
<li>in (inches)</li>
</ul>
<p>* &#8216;em&#8217; and  &#8216;%&#8217; are the best units for font size</p>
<p><strong> </strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=13&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/11/day-3-applying-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Basic Text Tags</title>
		<link>http://mydollhouse.wordpress.com/2009/09/09/basic-text-tags/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/09/basic-text-tags/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:57:04 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=6</guid>
		<description><![CDATA[Acceptable Tags: &#60;p&#62;&#60;/p&#62; creates paragraphs &#60;h1&#62;&#60;/h1&#62; &#8230;&#60;h6&#62;&#60;/h6&#62;creates headlines. &#60;h1&#62;biggest. &#60;h6&#62;smallest. &#60;em&#62;&#60;/em&#62; emphasis (use in place of &#60;i&#62; tag) &#60;strong&#62;&#60;/strong&#62; use in place of bold &#60;pre&#62;&#60;/pre&#62; creates pre-formatted text (displays white space) &#60;cite&#62;&#60;/cite&#62; creates a citation &#60;tt&#62;&#60;/tt&#62; creates typewriter-style &#60;ul&#62;&#60;/ul&#62; unordered list &#60;ol&#62;&#60;/ol&#62; ordered list &#60;li&#62;&#60;/li&#62; list item (must be used within &#60;ul&#62; or &#60;ol&#62; tag)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=6&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Acceptable Tags:</p>
<ul>
<li>&lt;p&gt;&lt;/p&gt; creates paragraphs</li>
<li>&lt;h1&gt;&lt;/h1&gt; &#8230;&lt;h6&gt;&lt;/h6&gt;creates headlines. &lt;h1&gt;biggest. &lt;h6&gt;smallest.</li>
<li>&lt;em&gt;&lt;/em&gt; emphasis (use in place of &lt;i&gt; tag)</li>
<li>&lt;strong&gt;&lt;/strong&gt; use in place of bold</li>
<li>&lt;pre&gt;&lt;/pre&gt; creates pre-formatted text (displays white space)</li>
<li>&lt;cite&gt;&lt;/cite&gt; creates a citation</li>
<li>&lt;tt&gt;&lt;/tt&gt; creates typewriter-style</li>
<li>&lt;ul&gt;&lt;/ul&gt; unordered list</li>
<li>&lt;ol&gt;&lt;/ol&gt; ordered list</li>
<li>&lt;li&gt;&lt;/li&gt; list item (must be used within &lt;ul&gt; or &lt;ol&gt; tag)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=6&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/09/basic-text-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 2: HTML vs. XHTML</title>
		<link>http://mydollhouse.wordpress.com/2009/09/09/day-2-html-vs-xhtml/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/09/day-2-html-vs-xhtml/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:21:39 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=8</guid>
		<description><![CDATA[HTML was created primarily to display plain text without images, fancy layouts, or multi-color fonts. It was not intended to create the elaborate web pages that we see today. As a result people had to hack and create extensive codes. W3C realized this was a problem and created a set of standards. XHTML and its [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=8&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>HTML was created primarily to display plain text without images, fancy layouts, or multi-color fonts. It was not intended to create the elaborate web pages that we see today. As a result people had to hack and create extensive codes. W3C realized this was a problem and created a set of standards. XHTML and its set of standards create the Web standard that most people use. XHTML is much more easier to use than HTML because instead of using tag cells and having to make changes to each one you just place the content on the page with it&#8217;s unique tags and the formatting is pulled from the style sheet.</p>
<p><strong>XHTML RULES:</strong></p>
<ul>
<li>Close Tags: end tags have a slash and beginning tags do not. (ex:&lt;p&gt;&lt;/p&gt;)</li>
<li>All Tags Must Be Lowercase</li>
<li>Give Values to All Attributes (ex:td nowrap=&#8221;nowrap&#8221;)</li>
<li>Quote All Attributes: all values get quotes</li>
<li>Use the Proper DOCTYPE/namespace tags</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=8&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/09/day-2-html-vs-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Day 1: HTML Web Page</title>
		<link>http://mydollhouse.wordpress.com/2009/09/04/day-1-html-web-page/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/04/day-1-html-web-page/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 16:52:17 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mydollhouse.wordpress.com/?p=4</guid>
		<description><![CDATA[I am a senior in high school taking an advanced computer course. Today in class I learned how to create a HTML page. HTML documents are composed of many tags. Some tags determine how words appear on the page others determine the format of the page. Tags are created by placing angle brackets around normal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=4&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am a senior in high school taking an advanced computer course. Today in class I learned how to create a HTML page. HTML documents are composed of many tags. Some tags determine how words appear on the page others determine the format of the page. Tags are created by placing angle brackets around normal text. For instance, &#8220;&lt;b&gt;&#8221;makes text bold and &lt;p&gt; creates a paragraph. There are opening tags and closing tags; the two can be differentiated by the slash (/) at the end. HTML pages begin with &lt;html&gt; and end with &lt;/html&gt;. In between there are headers and body. The  are several size headers, &lt;h1&gt; through &lt;h6&gt;.  The body is created by writing text in between &lt;body&gt; and &lt;/body&gt;. HTML pages are easy to create  and they can always be edited.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=4&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/04/day-1-html-web-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://mydollhouse.wordpress.com/2009/09/04/hello-world/</link>
		<comments>http://mydollhouse.wordpress.com/2009/09/04/hello-world/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 12:26:02 +0000</pubDate>
		<dc:creator>babydoll10</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=1&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mydollhouse.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mydollhouse.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mydollhouse.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mydollhouse.wordpress.com&amp;blog=9324239&amp;post=1&amp;subd=mydollhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mydollhouse.wordpress.com/2009/09/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87e741f7f9c1038cb918be3dccf7e26d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">babydoll10</media:title>
		</media:content>
	</item>
	</channel>
</rss>
