<?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>The WebMaster&#039;s Journal &#187; Starting HTML</title>
	<atom:link href="http://www.thewmjournal.com/tag/starting-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewmjournal.com</link>
	<description>Helping put the &#039;Master&#039; in WebMaster</description>
	<lastBuildDate>Thu, 19 Nov 2009 00:42:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Starting HTML</title>
		<link>http://www.thewmjournal.com/2009/09/04/starting-html/</link>
		<comments>http://www.thewmjournal.com/2009/09/04/starting-html/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:49:25 +0000</pubDate>
		<dc:creator>misterwebtips</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Learning HTML]]></category>
		<category><![CDATA[Starting HTML]]></category>
		<category><![CDATA[Starting Web Design]]></category>

		<guid isPermaLink="false">http://www.thewmjournal.com/?p=72</guid>
		<description><![CDATA[HTML is the basic web design language, standing for HyperText Markup Language.  In its basic form it is comprised of merely tags.  Tags design the web page and can manipulate the text within it.  HTML tags all use the same style &#8220;&#60;tag&#62;&#8221;, where the command is surrounded by a less than &#8220;&#60;&#8221; and greater than ]]></description>
			<content:encoded><![CDATA[<p>HTML is the basic web design language, standing for <strong>H</strong>yper<strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage.  In its basic form it is comprised of merely tags.  Tags design the web page and can manipulate the text within it.  HTML tags all use the same style &#8220;&lt;tag&gt;&#8221;, where the command is surrounded by a less than &#8220;&lt;&#8221; and greater than &#8220;&gt;&#8221; sign.  To demonstrate HTML web design I will use the &#8220;&lt;b&gt;&#8221; bold tag as an example.  To make a word bold you need to surrounded the words or letters you want bold with the &#8220;&lt;b&gt;&#8221; bold tag and its ending tag &#8220;&lt;/b&gt;&#8221;.  All ending tags have the same style using the backslash before the command in the tag.</p>
<p style="text-align: center;">&lt;b&gt;Bold text&lt;/b&gt; and not bold text.</p>
<p>HTML result:</p>
<p style="text-align: center;"><strong>Bold text</strong> and not bold text.</p>
<p>Anything inbetween the starting tag and ending tag will be modified appropriately.</p>
<p>Something to note, not all tags have an ending tag.  A tag that can operate independently does not require an ending tag.  Such a tag is the &#8220;&lt;br&gt;&#8221; break tag, which will skip the current line and start a new one.</p>
<p style="text-align: center;">This is one line &lt;br&gt; and this is a second line.</p>
<p>HTML result:</p>
<p style="text-align: center;">This is one line<br />
and this is a second line.</p>
<p>Now to test out your HTML web design skills you just have to pull out your favorite text editor such as notepad and insert the code then saving it as a .html file and open it in your favorite browser such as Firefox or Internet Explorer.  To explore HTML and web design further it is a good idea to learn all the tags available, you can start <a href="http://www.w3schools.com/tags/default.asp" rel="nofollow" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewmjournal.com/2009/09/04/starting-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
