<?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 Writer&#039;s Technology Companion &#187; HTML</title>
	<atom:link href="http://www.writerstechnology.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.writerstechnology.com</link>
	<description>Tools, Tips, and Technology for Productive Writers</description>
	<lastBuildDate>Mon, 08 Feb 2010 13:00:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>The Basics of HTML for Blogging</title>
		<link>http://www.writerstechnology.com/2008/06/the-basics-of-html-for-blogging</link>
		<comments>http://www.writerstechnology.com/2008/06/the-basics-of-html-for-blogging#comments</comments>
		<pubDate>Mon, 30 Jun 2008 13:00:56 +0000</pubDate>
		<dc:creator>Dustin Wax</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.writerstechnology.com/?p=336</guid>
		<description><![CDATA[If you’re blogging, there’s a little bit of HTML code you should know. Yes, there are plenty of WYSIWYG (What You See Is What You Get) tools out there that require no coding, from the visual editor in WordPress to offline blogging tool like Windows Live Writer (which I’ll write about in another post). But [...]<p><div style="border: 1px darkblue; color: lightblue; padding: 5px; margin: 5px;">Post from: <a href="http://www.writerstechnology.com">The Writer's Technology Companion</a>.<hr />Buy my book! <a href="http://www.dwax.org/stupid">Don't Be Stupid: A Guide to Learning, Studying, and Succeeding at College</a></div>

<br/><br/><a href="http://www.writerstechnology.com/2008/06/the-basics-of-html-for-blogging">The Basics of HTML for Blogging</a></p>
]]></description>
			<content:encoded><![CDATA[<p class="dropcap-first">If you’re blogging, there’s a little bit of HTML code you should know. Yes, there are plenty of WYSIWYG (What You See Is What You Get) tools out there that require no coding, from the visual editor in WordPress to offline blogging tool like Windows Live Writer (which I’ll write about in another post). But if something goes wrong — you just can’t get two pieces of text to line up right, say — it pays to be able to take a look at the code and see what’s going on.</p>
<p>HTML is short for HyperText Markup Language, and is derived from the codes typesetters used to use to know where to insert different typefaces, horizontal rules, larger text for headings, italics and boldface, and so on. The basic idea is simple — you put tags around the text you want to modify, like this: &lt;tag&gt;this is the text you want to modify&lt;/tag&gt;. <span id="more-336"></span></p>
<p>Here are some of the most common tags to get you started:</p>
<table border="0" style="border-top: 2px black; border-bottom: 2px black;">
<tr>
<td>&lt;strong&gt;Bold&lt;/strong&gt;</td>
<td><strong>Bold</strong></td>
</tr>
<tr>
<td>&lt;em&gt;Italic&lt;/em&gt;</td>
<td></em>Italic</em></td>
</tr>
<tr>
<td>&lt;h1&gt;Page Header&lt;/h1&gt;</td>
<td>
<h1>Page Header</h1>
</td>
</tr>
<tr>
<td>&lt;h2&gt;Headline&lt;/h2&gt;</td>
<td>
<h2>Headline</h2>
</td>
</tr>
<tr>
<td>&lt;h3&gt;Section Header&lt;/h3&gt;</td>
<td>
<h3>Section Header</h3>
</td>
</tr>
<tr>
<td>&lt;a href=“http://site.com”&gt;Link to site.com &lt;/a&gt;</td>
<td><a href="http://site.com">Link to site.com</a></td>
</tr>
<tr>
<td>&lt;img src=“http://www.site.com/path/to/images/image.jpg”&gt;</td>
<td><img src="http://www.writerstechnology.com/wp-content/uploads/2008/06/image.jpg"> <br />(<strong>Note:</strong>the  &lt;img&gt; tag is unique in not needing a closing tag.)</td>
</tr>
<tr>
<td>&lt;p&gt;</td>
<td>Starts a new paragraph</td>
</tr>
<tr>
<td>&lt;br&gt;</td>
<td>Inserts a line break</td>
</tr>
<tr>
<td>&lt;ol&gt; <br />&lt;li&gt;List item &lt;/li&gt;<br />&lt;li&gt;List item &lt;/li&gt; <br />&lt;/ol&gt;</td>
<td>Ordered (Numbered) List
<ol>
<li>List Item</li>
<li>List Item</li>
</ol>
</td>
</tr>
<tr>
<td>&lt;ul&gt; <br />&lt;li&gt;List item &lt;/li&gt;<br />&lt;li&gt;List item &lt;/li&gt; <br />&lt;/ul&gt;</td>
<td>Unordered (Bulleted) List
<ul>
<li>List Item</li>
<li>List Item</li>
</ul>
</td>
<td></td>
</tr>
</table>
<p>There are a lot more tags, but these are enough for about 90% of all the web writing you’ll ever do. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://www.writerstechnology.com/2008/09/software-for-writers-windows-live-writer" rel="bookmark" class="crp_title">Software for Writers: Windows Live Writer</a></li><li><a href="http://www.writerstechnology.com/2008/06/9-reasons-for-writers-to-blog" rel="bookmark" class="crp_title">9 Reasons for Writers to Blog</a></li><li><a href="http://www.writerstechnology.com/2008/04/should-you-blog-on-your-writers-website" rel="bookmark" class="crp_title">Should You Blog on Your Writer’s Website?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><p><div style="border: 1px darkblue; color: lightblue; padding: 5px; margin: 5px;">Post from: <a href="http://www.writerstechnology.com">The Writer’s Technology Companion</a>.<hr />Buy my book! <a href="http://www.dwax.org/stupid">Don’t Be Stupid: A Guide to Learning, Studying, and Succeeding at College</a></div>

<br/><br/><a href="http://www.writerstechnology.com/2008/06/the-basics-of-html-for-blogging">The Basics of HTML for Blogging</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.writerstechnology.com/2008/06/the-basics-of-html-for-blogging/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

