<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: HTML Basics</title>
    <link>http://www.jessirae.com/blog/articles/2006/10/28/html-basics</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>HTML Basics</title>
      <description>&lt;p&gt;&lt;em&gt;What is the easiest way to teach someone some basic &lt;span class="caps"&gt;HTML&lt;/span&gt;?&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;An increasing number of people are becoming interested in activities that requires some basic knowledge of &lt;span class="caps"&gt;HTML&lt;/span&gt;, like blogging, forum posting and email writing.  If someone comes to you asking for help learning &lt;span class="caps"&gt;HTML&lt;/span&gt;, you can suggest the following steps:&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;Download and Install an &lt;a href="http://www.thefreecountry.com/webmaster/htmleditors.shtml#html"&gt;&lt;span class="caps"&gt;HTML&lt;/span&gt; editor&lt;/a&gt; (like &lt;a href="http://www.chami.com/html-kit/"&gt;&lt;span class="caps"&gt;HTML&lt;/span&gt;-kit&lt;/a&gt;, Nvu, Bluefish)&lt;/li&gt;
		&lt;li&gt;Create a blank &lt;span class="caps"&gt;HTML&lt;/span&gt; document&lt;/li&gt;
		&lt;li&gt;Try stuff.  Press buttons.  &lt;/li&gt;
		&lt;li&gt;Insert the folowing examples into the body of the document (that is directly after you see the following tag:  &lt;code&gt;&amp;lt;body&amp;gt;&lt;/code&gt;&lt;/li&gt;
	&lt;/ol&gt;


&lt;h4&gt;Sample code&lt;/h4&gt;

&lt;a href="http://www.google.com"&gt;Link to Google&lt;/a&gt;
&lt;code&gt;&amp;lt;a href="http://www.google.com"&amp;gt;Google.com&amp;lt;/a&amp;gt;&lt;/code&gt;
&lt;br /&gt;

&lt;a href="jowensbysandifer@gmail.com"&gt;Let people Email you&lt;/a&gt;
&lt;code&gt;&amp;lt;a href="mailto:jowensbysandifer@gmail.com"&amp;gt;Email me&amp;lt;/a&amp;gt;&lt;/code&gt;
&lt;br /&gt;

Insert an Image
&lt;code&gt;&amp;lt;img src="location/of/file.bmp" alt="description of photo" width="200" style="border: none;"/&amp;gt;&lt;/code&gt;
&lt;br /&gt;

New Line Break&lt;br /&gt;
&lt;code&gt;&amp;lt;br /&amp;gt;&lt;/code&gt;
&lt;br /&gt;

Horizontal Line Break
Like this:
&lt;hr /&gt;
&lt;code&gt;&amp;lt;hr /&amp;gt;&lt;/code&gt;
&lt;br /&gt;

&lt;strong&gt;Bold Type&lt;/strong&gt;
&lt;code&gt;&amp;lt;b&amp;gt;Bold Type&amp;lt;/b&amp;gt;&lt;/code&gt;
&lt;br /&gt;

&lt;em&gt;Italics&lt;/em&gt;
&lt;code&gt;&amp;lt;i&amp;gt;Italics&amp;lt;/i&amp;gt;&lt;/code&gt;
&lt;br /&gt;

&lt;code&gt;&amp;lt;h1&amp;gt;Heading1&amp;lt;/h1&amp;gt;&lt;/code&gt;
&lt;br /&gt;
&lt;code&gt;&amp;lt;h2&amp;gt;Heading2&amp;lt;/h2&amp;gt;&lt;/code&gt;
&lt;br /&gt;

A New Paragraph
&lt;code&gt;&amp;lt;p style="font: 12px; text-align: center"&amp;gt;A New Paragraph&amp;lt;/p&amp;gt;&lt;/code&gt;
&lt;br /&gt;

	&lt;ul&gt;
	&lt;li&gt;Item 1&lt;/li&gt;
		&lt;li&gt;Item 2&lt;/li&gt;
	&lt;/ul&gt;


&lt;code&gt;&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;Item 1&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Item 2&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&lt;/code&gt;
&lt;br /&gt;
&lt;code&gt;
&amp;lt;div style="float:left;"&amp;gt;
Text you want to style or place in a particular part of the page
&amp;lt;/div&amp;gt;
&lt;/code&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;Change the background color of the page&lt;/strong&gt;
&lt;br /&gt;
&lt;code&gt;
&amp;lt;Body Bgcolor="#FFFFFF"&amp;gt;
&lt;/code&gt;
</description>
      <pubDate>Sat, 28 Oct 2006 01:01:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:8400f5ca-1abc-406d-ab5c-43b868a4f6af</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2006/10/28/html-basics</link>
      <category>technology</category>
      <category>HTML</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/259</trackback:ping>
    </item>
  </channel>
</rss>

