<?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"
	>

<channel>
	<title>Web Design Made Simple</title>
	<atom:link href="http://www.debbietdesigns.com/learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debbietdesigns.com/learn</link>
	<description>Web Design Made Simple</description>
	<pubDate>Thu, 24 Jul 2008 12:38:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>CSS Font Properties</title>
		<link>http://www.debbietdesigns.com/learn/46/css-font-properties-web-design/</link>
		<comments>http://www.debbietdesigns.com/learn/46/css-font-properties-web-design/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 20:47:43 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/46/css-font-properties-web-design/</guid>
		<description><![CDATA[CSS Font Properties
In HTML4, the &#60;font&#62; tag was deprecated by the W3C. It is still  used by some Web designers today, so the tag isn&#8217;t totally obsolete yet, but replacing all &#60;font&#62; tags with CSS will keep your files lean, clean, and mean!
CSS font properties are very popular styles used in web design; they [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/46/css-font-properties-web-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Meta Tags</title>
		<link>http://www.debbietdesigns.com/learn/43/meta-tags/</link>
		<comments>http://www.debbietdesigns.com/learn/43/meta-tags/#comments</comments>
		<pubDate>Sat, 06 May 2006 18:57:15 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/43/meta-tags/</guid>
		<description><![CDATA[Meta Tags
Your first experience with a &#60;meta /&#62; tag was  the Content-Type meta tag:
&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;
These next tags  are also &#60;meta /&#62; tags, and they each have a different purpose.
Meta Tag Facts 

Content in &#60;meta /&#62; tags will not be visible on your Web page.
Don&#8217;t forget  &#60;meta /&#62; tags are [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/43/meta-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pretty Pictures</title>
		<link>http://www.debbietdesigns.com/learn/41/pretty-pictures-img-tag/</link>
		<comments>http://www.debbietdesigns.com/learn/41/pretty-pictures-img-tag/#comments</comments>
		<pubDate>Mon, 01 May 2006 01:09:43 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/41/pretty-pictures-img-tag/</guid>
		<description><![CDATA[Pretty Pictures
Photos, decorative bars, heading graphics, buttons and animations add a wonderful creative touch to a web page.
If you would like to practice adding images to a web page of your own, you are welcome to download the graphics.zip file. There are several images for practice. (Download and unzip the file into the same folder [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/41/pretty-pictures-img-tag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Validation</title>
		<link>http://www.debbietdesigns.com/learn/40/css-validation-w3c/</link>
		<comments>http://www.debbietdesigns.com/learn/40/css-validation-w3c/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 01:48:31 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/40/css-validation-w3c/</guid>
		<description><![CDATA[CSS Validation Service at the W3C
Lucky for us, we can use the W3C Web site for validating CSS code, just like it validates your xhtml code.
Find the main CSS Validation page at http://jigsaw.w3.org/css-validator/. 
Unfortunately, using the &#34;Upload&#34; validator will not work very well if your page has any  coding other than CSS. There will [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/40/css-validation-w3c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Code &#38; Pre Tags</title>
		<link>http://www.debbietdesigns.com/learn/39/code-pre-xhtml-tags/</link>
		<comments>http://www.debbietdesigns.com/learn/39/code-pre-xhtml-tags/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 01:27:46 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/39/code-pre-xhtml-tags/</guid>
		<description><![CDATA[The Code and Pre Tags
The &#60;code&#62; Tag 
You may have noticed in viewing these tutorials (or other tutorials on the web,) xhtml code can be displayed directly on a web page; the browser does not render it as code, but allows it to remain as visible text.
So, how can this be accomplished?

The &#60; left bracket [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/39/code-pre-xhtml-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Special Characters</title>
		<link>http://www.debbietdesigns.com/learn/38/special-characters/</link>
		<comments>http://www.debbietdesigns.com/learn/38/special-characters/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 01:19:03 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/38/special-characters/</guid>
		<description><![CDATA[Special Characters
Special characters like &#62; &#60; &#38; and &#34; should not be typed as is on a web file. To display them in web page text, a special code must be used. The browser will then render the code and display the character.
Here is a brief list of a few popular special characters codes:


Code
Renders As [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/38/special-characters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Color</title>
		<link>http://www.debbietdesigns.com/learn/37/css-color-properties/</link>
		<comments>http://www.debbietdesigns.com/learn/37/css-color-properties/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 21:48:25 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/37/css-color-properties/</guid>
		<description><![CDATA[CSS Color Properties
Launch your template.html file and save as a new file. For example, firstcss.html or css-color.html.
Your new file should already include all the necessary coding, but make sure to edit the title text. If you need a refresher on the template coding, please return to the &#34;Must Have xhtml Tags&#34; and &#34;Embedded CSS&#34; tutorials.
&#60;!DOCTYPE [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/37/css-color-properties/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedded CSS</title>
		<link>http://www.debbietdesigns.com/learn/36/embedded-css-style/</link>
		<comments>http://www.debbietdesigns.com/learn/36/embedded-css-style/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 21:37:07 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/36/embedded-css-style/</guid>
		<description><![CDATA[Embedded CSS Style
In a previous tutorial, you learned the syntax of a basic CSS rule is selector {property: value;}
But how does the rule work? Where is it inserted on the page?
One way to implement  CSS on your web page is to use embedded CSS. Rules are &#34;embedded&#34; or contained within the &#60;head&#62; area of [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/36/embedded-css-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Color the Web</title>
		<link>http://www.debbietdesigns.com/learn/35/color-design-on-the-web/</link>
		<comments>http://www.debbietdesigns.com/learn/35/color-design-on-the-web/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 20:36:48 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/35/color-my-web-world/</guid>
		<description><![CDATA[Utilizing Color In Web Design
If  colors are not specifically defined, web pages will display with a white background and black text. This is the default color scheme for most browsers.  But plain black and white pages can get mighty boring, so adding color can make a world of difference.
Before we get to the [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/35/color-design-on-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Basics</title>
		<link>http://www.debbietdesigns.com/learn/34/css-basics/</link>
		<comments>http://www.debbietdesigns.com/learn/34/css-basics/#comments</comments>
		<pubDate>Mon, 10 Apr 2006 01:56:46 +0000</pubDate>
		<dc:creator>debbie T</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.debbietdesigns.com/learn/34/css-basics/</guid>
		<description><![CDATA[CSS Basics
CSS = Cascading Style Sheets.
In previous tutorials, you have learned  that xhtml defines the structure of your page. 
Cascading style sheets (CSS)  control  how the page is presented to your visitors. Colors, margins, fonts, alignment, layout and a lot more can be controlled with CSS.
A Word About the Past
Before CSS, formatting [...]]]></description>
		<wfw:commentRss>http://www.debbietdesigns.com/learn/34/css-basics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
