<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Working with Paragraphs and Text - 05</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/7ca9/2869312b-641f-4ce9-a5d5-9f7c8c367ca9/05WorkingwithParagraphsandText_220.jpg</url>
		<title>Channel 9 - Working with Paragraphs and Text - 05</title>
		<link></link>
	</image>
	<description>In this lesson, Bob discusses the various semantic meanings of popular HTML5 inline tags useful for marking up text inside of paragraphs, including b, i, small, em, mark, span, and much more. Download the source code for Working with Paragraphs and Text </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 05:10:27 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 05:10:27 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>Thanks Bob, really useful explanation of differences between older version of HTML elements and the new HTML5. I like a lot that the tags in HTML5 are referring to the actual semantic&nbsp;meaning&nbsp;of the content and the presentation of the content is done from CSS&nbsp;completely.&nbsp; &nbsp;</p><p>posted by gergob</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634797697811636974</link>
		<pubDate>Sun, 05 Aug 2012 13:23:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634797697811636974</guid>
		<dc:creator>gergob</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Why all of this videos are here instead of being in learnvisualstudio.com&#63;&#63; For all of us who paid long ago for that suscription it&#39;s been months since we&#39;ve seen any new material.<p>posted by pipo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634798818500716286</link>
		<pubDate>Mon, 06 Aug 2012 20:30:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634798818500716286</guid>
		<dc:creator>pipo</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634798818500716286">pipo</a>: Hi pipo ... I'm waiting for VS2012 to drop. &nbsp;No need recording videos in 2010 or 2012 beta when the full version will drop in about 10 days. Here's hoping that you felt like what little I charge was well worth the 150&#43; hours I provide. &nbsp;If not, I'm really sorry and I would be happy to refund. &nbsp;Contact me on that site and submit a ticket and we'll go from there. &nbsp;Best wishes!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634799853904186186</link>
		<pubDate>Wed, 08 Aug 2012 01:16:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634799853904186186</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>Great intro Bob - as usual clear and concise. Just one comment - the anchor tag's name attribute is obsolete in HTML5,&nbsp;but you can instead link to any tag with an id attribute. In this case, put id=&quot;bottom&quot; on the h1 element. This is in keeping with the semantic aims of HTML5 - a named anchor tag is an artificial element which adds no additional meaning to the document.</p><p>posted by grahama</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634800429062213062</link>
		<pubDate>Wed, 08 Aug 2012 17:15:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634800429062213062</guid>
		<dc:creator>grahama</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634800429062213062">grahama</a>: You are absolutely correct. &nbsp;Thank you for the correction. &nbsp;It is a challenge keeping up with what's in and what's out. For those catching up to this conversation, check this out:</p><p><a href="http://dev.w3.org/html5/markup/a.html#a-examples">http&#58;&#47;&#47;dev.w3.org&#47;html5&#47;markup&#47;a.html&#35;a-examples</a></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634800675919138311</link>
		<pubDate>Thu, 09 Aug 2012 00:06:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634800675919138311</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Great tutorials, I&#39;m starting learning html5, and you make me feel more confortable with all that stuff. I really wanna thank you for this awesome contribution. &#59;&#41;<p>posted by Rafael Oliveira</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837243191871452</link>
		<pubDate>Thu, 20 Sep 2012 07:51:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837243191871452</guid>
		<dc:creator>Rafael Oliveira</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>I'm enjoying the tutorials, the activities do help make the concepts stick and also giving a&nbsp;feeling of achievement. As an absolute beginner lesson 5 has left me a bit confused as to&nbsp;how to use the ID attribute, particulalry with regard to using it as a way to target a specific element for CSS styling. Should I be concerned about this at this stage or will all become clear as we move on through the tutorials and get to the CSS tutorials?</p><p>posted by munto</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837388854562728</link>
		<pubDate>Thu, 20 Sep 2012 11:54:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837388854562728</guid>
		<dc:creator>munto</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>You'll be glad to know I've worked it out <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>Cool.........</p><p>&nbsp;</p><p>&nbsp;</p><p>posted by munto</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837634588148823</link>
		<pubDate>Thu, 20 Sep 2012 18:44:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634837634588148823</guid>
		<dc:creator>munto</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Bob,<br>I am an American.<br>I am sitting in my apartment in China.<br>I am three months into running my own business.<br>I am muttling through building my own website now.<br>All I have ever written is a picture website in HTML years ago.<br>There is more that I don&#39;t know then what I do.<br>Thanks so much.<br>Phil<p>posted by Phil</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634841069170332096</link>
		<pubDate>Mon, 24 Sep 2012 18:08:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634841069170332096</guid>
		<dc:creator>Phil</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>Hey Bob,</p><p>Your videos are amazingly detailed and are the best beginners videos on&nbsp; HTML5!! </p><p>I know its the best way to code, but then after completing this series, I'll end up hating notepad for sure. </p><p>I am also interested in knowing if there will any intermediate or advanced series. (I'll be waiting for it!!)</p><p>The other thing that I don't like(because I speak British English) is that you pronounce &quot;often&quot; as AWF-tin!! At first it was a bit odd for me but then its okay. But still sometimes it is comedic for me!!</p><p>That's all I have to say!! Keep up the good work!! And thank you so much!!</p><p>posted by Ashuu</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634842611302421150</link>
		<pubDate>Wed, 26 Sep 2012 12:58:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634842611302421150</guid>
		<dc:creator>Ashuu</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[First of all. <br>Holy smokes thank you Bob. It really is people like you. Willing to give so freely of themselves and their knowledge that pushes us forward. The legions of people you are empowering thank you. Overdone&#63; maybe. But sincere none the less. <br><br>I&#39;m sure ima get smacked in the mouth for this but. My question is...<br><br>  I can&#39;t help but notice that an awful lot of these things do or at least from the viewers point of view appear to do the same as other commands. I know you are all about semantics, but if you are looking at a heavy work load. Wouldn&#39;t it be easier just to use a uniform approach to this stuff&#63; Specifically the &#60;cite&#62;&#60;&#47;cite&#62; appears to simply be italicized print. And, when copying the text in the example for &#60;s&#62;&#60;&#47;s&#62; it appears on the browser to simply be a strikethrough. <p>posted by Blaine</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634886543928461240</link>
		<pubDate>Fri, 16 Nov 2012 09:19:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634886543928461240</guid>
		<dc:creator>Blaine</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Forgot to add to previous post. <br><br>It seems to me that all in all the end goal is that the viewer has the most pleasing experience with your page as is possible. And bearing in mind I have exactly 5 lessons with you worth of experience. Wouldn&#39;t the simplest approach be to have italics be italics and strikethrough&#39;s be strikethrough&#39;s and strong be strong&#63; Regardless of how the code looks as long as it is easy for the author to go through and visually satisfying to the viewer&#63;<br><br>Realize this is pretty long and its been awhile. But this isn&#39;t the first time i have wondered this. And you appear to be &#60;strong&#62;VERY&#60;&#47;strong&#62; knowledgeable about it.<br><br>Thanks,<br>Blaine<p>posted by Blaine</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634886547464789694</link>
		<pubDate>Fri, 16 Nov 2012 09:25:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634886547464789694</guid>
		<dc:creator>Blaine</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634886547464789694">Blaine</a>: Hey Blaine, wow ... thanks for the nice words!!!</p><p>Frankly, you can do (and many do) exactly what you suggest. &nbsp;But do you honestly think they would let me teach you the down-and-dirty way on Microsoft's web site? &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>Seriously though, if you're learning, why not learn the correct WEB STANDARDS way. &nbsp;These standards are there to ensure that everyone's experience is the same, regardless of browser vendor, device, etc. &nbsp;Sure, in IE9 or 10, &lt;cite&gt; may be rendered a particular way, but you can't always depend on its appearance. &nbsp;Furthermore, this is more than just how things look -- we don't know what's coming tomorrow. &nbsp;If there's a search engine for &lt;cite&gt;s, don't you want your content to be included in it? &nbsp;(Bad example, but the idea is -- keep it semantically correct, don't worry about appearance -- that's what CSS is for ... you'll get to that soon!). &nbsp;If you take shortcuts, you may be limiting yourself, your client, your user in the future. &nbsp;I would recommend at least taking a stab at doing it &quot;the right way&quot; first. &nbsp;When you can't achieve something semantically correct then I would give you a little wiggle room to try something different.</p><p>Have I converted you yet? &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634887122670162160</link>
		<pubDate>Sat, 17 Nov 2012 01:24:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634887122670162160</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[I do believe I am now a faithful. Hadn&#39;t thought of what the future may bring. Thanks for replying.<p>posted by Blaine</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634887208665743779</link>
		<pubDate>Sat, 17 Nov 2012 03:47:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634887208665743779</guid>
		<dc:creator>Blaine</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Hello Bob.<br>I understand that I can Always choose later how certain tags will look like with CSS, but will semantical tags like &#60;s&#62; for example or &#60;strong&#62; be in any way styled by default &#40;like h1 for e.g.. is already bigger by default&#41;. <p>posted by Lana</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634902471925894169</link>
		<pubDate>Tue, 04 Dec 2012 19:46:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634902471925894169</guid>
		<dc:creator>Lana</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634902471925894169">Lana</a>: Absolutely ... most HTML5 elements are rendered by the browser using a default style sheet. &nbsp;HOWEVER (!!!) each vendor's style sheet may be different!!! &nbsp;I can't stress this enough. &nbsp;For some layouts / pages, the nuanced differences will be&nbsp;negligible&nbsp;and acceptable. &nbsp;For other layouts, it could be devastating. &nbsp;Near the end of this lesson, I'll recommend a few CSS Frameworks that even out the rough spots -- they equalize most popular web browsers so that you can a more consistent experience across many vendor browsers. &nbsp;My advice: never depend on the defaults, especially if you are pursuing a very specific layout you have in mind. &nbsp;You will be disappointed when someone reports that the formatting of the page is weird (this has happened to mer personally more times than I like to admit).</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634902501291801162</link>
		<pubDate>Tue, 04 Dec 2012 20:35:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634902501291801162</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>Hi Bob</p><p>Thanks for all the great work you did&nbsp;</p><p>I checked your website and found that most of the videos in C# and I am&nbsp;&nbsp;interested&nbsp;&nbsp;in getting more advanced training in VB 2010/2012. I am interested in videos like Entity Framework, LINQ , ADO.NET do you have or planing in posting some VB 2012 videos in your websites? please advise</p><p>&nbsp;</p><p>posted by Moyacoub</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634909357884107025</link>
		<pubDate>Wed, 12 Dec 2012 19:03:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634909357884107025</guid>
		<dc:creator>Moyacoub</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634909357884107025">Moyacoub</a>: In 2013 I will be creating that content in VB. &nbsp;Keep checking back!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634909476583075572</link>
		<pubDate>Wed, 12 Dec 2012 22:20:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634909476583075572</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>Mr Bob Tabor can you please&nbsp;recommend some books or site with pdf files with this same&nbsp;subject. &nbsp;Also thank&nbsp;you&nbsp;very much for this high quality&nbsp;e learning&nbsp; site.</p><p>Muito Obrigado!</p><p>Marco Santos</p><p>posted by marcosantos</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634922102950039673</link>
		<pubDate>Thu, 27 Dec 2012 13:04:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634922102950039673</guid>
		<dc:creator>marcosantos</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634922102950039673">marcosantos</a>: See the very last video in this series where I give you recommendations for my favorite books. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634923394648233602</link>
		<pubDate>Sat, 29 Dec 2012 00:57:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634923394648233602</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634923394648233602">BobTabor</a>:Hello Sir, I want to become a programmer. Can U please guide me. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /><br>I am in B.Tech 3rd Year, CSE.</p><p>posted by Purva_Hattekar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634941221949132387</link>
		<pubDate>Fri, 18 Jan 2013 16:09:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634941221949132387</guid>
		<dc:creator>Purva_Hattekar</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634941221949132387">Purva_Hattekar</a>: That's what I do ... how can I help you?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634941253694118750</link>
		<pubDate>Fri, 18 Jan 2013 17:02:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634941253694118750</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Hi Mr BobTabor<br>Awesome tutorials for Beginners. . I was not familiar with even html but now you tutorials guiding me in a right track . . .<br>I have a some doubt in mind,if I using a title of a book  which is in quotes then which element shall I use &#63; Cite &#63; q &#63; or both &#63;<br><br>Thanks,<br>Ali.<p>posted by Ali</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634942352585153868</link>
		<pubDate>Sat, 19 Jan 2013 23:34:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634942352585153868</guid>
		<dc:creator>Ali</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634942352585153868">Ali</a>: Does this help? &nbsp;(See the section titled &quot;Changes in HTML5&quot; near the bottom):</p><p><a href="http://www.w3.org/TR/html-markup/cite.html">http&#58;&#47;&#47;www.w3.org&#47;TR&#47;html-markup&#47;cite.html</a></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634943847964121689</link>
		<pubDate>Mon, 21 Jan 2013 17:06:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634943847964121689</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Hmm . Thanks a alot .<p>posted by Ali</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634945133669822002</link>
		<pubDate>Wed, 23 Jan 2013 04:49:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634945133669822002</guid>
		<dc:creator>Ali</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Hey Bob,can u post the link in the comments section &#63;&#63; www.w3.org&#47;TR.....&#63;&#63;<p>posted by Awesome</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634945344273797168</link>
		<pubDate>Wed, 23 Jan 2013 10:40:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634945344273797168</guid>
		<dc:creator>Awesome</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Thank you Sir, i really like your tutorials and learning great.<br>Lesson number 3 was very comprehensive.<br>Please explain some some of the styles which are very important. such as <br>overflow&#58;hidden . i am watching lesson number 5 for now.<br>my objective is to learn html and Css and thus design my blog the way i want -&#62; &#60;a href&#61;&#34;http&#58;&#47;&#47;TrixKing.blogspot.com&#34;&#62;My Blog&#60;&#47;a&#62; <br><p>posted by kamran</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634959944765027113</link>
		<pubDate>Sat, 09 Feb 2013 08:14:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634959944765027113</guid>
		<dc:creator>kamran</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634959944765027113">kamran</a>: This article seems to have some background good info related to overflow:hidden and why we need it ...</p><p><a href="http://www.impressivewebs.com/clearing-floats-why-necessary/">http&#58;&#47;&#47;www.impressivewebs.com&#47;clearing-floats-why-necessary&#47;</a></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634960474016549425</link>
		<pubDate>Sat, 09 Feb 2013 22:56:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634960474016549425</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[BOB you are great&#33;&#33;&#33;&#33;&#33; thanks alot<p>posted by Gilbert</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634969857835564857</link>
		<pubDate>Wed, 20 Feb 2013 19:36:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c634969857835564857</guid>
		<dc:creator>Gilbert</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[Bob,<br>Previous to starting this tutorial series I &#34;thought&#34; I knew how to design webpages. Halfway through video 1 I was very skeptical. Starting video 2 I even more skeptical, doubtful that I would actually learn anything. <br><br>Now, I am about to begin video 5, and I am very pleased to say I am hooked. You have convinced me that you are, indeed, very knowledgable, and I have no doubt that following you serie&#40;s&#41; will be very beneficial to me. <br><br>You are very humble, precise, and your lesson structure is excellent. Thank you very much to your contribution to the community. &#34;Absolute Beginner&#34; might be &#34;selling yourself short.&#34; After finishing series I will absolutely be visiting your other works.<br><br>You are a blessing&#33;<p>posted by Cody K Mercer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c635011725347112118</link>
		<pubDate>Wed, 10 Apr 2013 06:35:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c635011725347112118</guid>
		<dc:creator>Cody K Mercer</dc:creator>
	</item>
	<item>
		<title>Re: Working with Paragraphs and Text - 05</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c635011725347112118">Cody K Mercer</a>: Wow, thanks for the nice things you said. &nbsp;Made my day. &nbsp;Glad the videos are helpful for you. &nbsp;Hope you continue to feel they're worthwhile!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c635012967773857349</link>
		<pubDate>Thu, 11 Apr 2013 17:06:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/Working-with-Paragraphs-and-Text-05#c635012967773857349</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
</channel>
</rss>