<?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>Talk Binary &#187; htm</title>
	<atom:link href="http://talkbinary.com/tag/htm/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Wed, 15 Feb 2012 16:01:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Introduction to HTML</title>
		<link>http://talkbinary.com/web-development/introduction-to-html/</link>
		<comments>http://talkbinary.com/web-development/introduction-to-html/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 04:28:19 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[introduction to html]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[start coding]]></category>

		<guid isPermaLink="false">http://talkbinary.com/?p=574</guid>
		<description><![CDATA[So you want to learn how to code a website from the ground up? HTML is your start. What is HTML? HTML stands for Hyper Text Markup Language. It is the language that structures the format of a document with the following elements: links, images, text, and other objects. HTML files usually have an htm<a class="moretag" href="http://talkbinary.com/web-development/introduction-to-html/">&#160;&#160;Full Article&#8230;</a>
]]></description>
			<content:encoded><![CDATA[<p>So you want to learn how to code a website from the ground up? HTML is your start. </p>
<h3 id="section-1">What is HTML?</h3>
<p>HTML stands for Hyper Text Markup Language. It is the language that structures the format of a document with the following elements: links, images, text, and other objects. </p>
<p>HTML files usually have an htm or html extension and can be created with any text editor, including Notepad. </p>
<p><a href="http://www.pnotepad.org/" rel="nofollow">Programmer&#8217;s Notepad</a> is an excellent free program which provides you with a nice programming environment with syntax highlighting, opening multiple tabs under its window, templates and more. I use it when I edit simple HTML files. So check it out.</p>
<h3 id="section-2">Where do I start coding HTML?</h3>
<p>With Notepad, simply open a new file. Then go to File -> Save As. Choose <strong>All Files</strong> under Save as type. </p>
<p><center><img src="http://talkbinary.com/wp-content/uploads/2008/08/htmlsaveas.jpg" alt="" title="htmlsaveas" width="263" height="155" class="alignnone size-full wp-image-575" /></center></p>
<p>Then give your file the name <strong>homepage.html</strong>. Any name with the <strong>.html</strong> extension should work fine.<br />
<span id="more-574"></span><br />
<center><a href="http://talkbinary.com/wp-content/uploads/2008/08/htmlallfiles.jpg"><img src="http://talkbinary.com/wp-content/uploads/2008/08/htmlallfiles.jpg" alt="" title="htmlallfiles" width="160" height="52" class="alignnone size-full wp-image-576" /></a></center></p>
<p>Any other text editor can create HTML files the same way or provides you with HTML templates that will automatically give your file an .htm or .html extension.</p>
<h3 id="section-3">Coding your first homepage</h3>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
&nbsp;
&lt;title&gt; Title of your first homepage&lt;/title&gt;
&nbsp;
&lt;/head&gt;
&lt;body&gt;
&nbsp;
Hello World! I finally found a way to talk to the internets...
&nbsp;
&lt;/body&gt;
&lt;/html&gt;</pre></div></div>

<p>Save it and you are done! Now simply, open up your html file using your favorite browser. Congratulations! You just created your first website! </p>
]]></content:encoded>
			<wfw:commentRss>http://talkbinary.com/web-development/introduction-to-html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: talkbinary.com @ 2012-05-23 22:11:35 -->
