<?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>MsDotNetMentor &#187; HTML</title>
	<atom:link href="http://www.msdotnetmentor.com/category/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Wed, 26 May 2010 12:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML-A Step Ahead Series Part VI</title>
		<link>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-vi.html</link>
		<comments>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-vi.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 17:43:21 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Meetu]]></category>
		<category><![CDATA[meetu choudhary]]></category>
		<category><![CDATA[meetuchoudhary]]></category>
		<category><![CDATA[MsDotnetMentor]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=354</guid>
		<description><![CDATA[Greetings!!!
A Warm Welcome to you all. hope you are in good zeal and enthusiasms&#8230; lets utilize our energy in the today&#8217;s Session. Starting with the PRE tag
Pre Tag:-
The tag is used to display the text on the web as it is typed or we can say it is pre formatted text tag..
Syntax:&#8211;  &#60;pre&#62;.. &#60;/pre&#62;
Type:&#8211; Conatiner Tag Contains Text
Purpose:&#8211; used to preserve spaces and line breals
Example:&#8211; &#60;pre&#62;
This text
preserving
both      spaces and
line breaks
&#60;/pre&#62;
Optional Attributes:&#8211;
1. Width
* Values:- number
* Purpose:- Defines the maximum number of characters per line (usually ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-vi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML-A Step Ahead Series Part V</title>
		<link>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-v.html</link>
		<comments>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-v.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 17:41:26 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Meetu]]></category>
		<category><![CDATA[meetu choudhary]]></category>
		<category><![CDATA[meetuchoudhary]]></category>
		<category><![CDATA[MsDotnetMentor]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=351</guid>
		<description><![CDATA[Greetings!!!
A Warm Welcome to you all. hope we are well familiar with the formation of the new webpage its sturcture and the basic elements.. Now the formatting of these text and other elements are also
TeleType Tag:-
The tag is used to give a font style
Syntax:&#8211;  &#60;tt&#62;.. &#60;/tt&#62;
Type:&#8211; Conatiner Tag Contains Text
Purpose:&#8211; used to renders as teletype or mono spaced text
Example:&#8211; &#60;tt&#62;Teletype text&#60;/tt&#62;
Optional Attributes:&#8211;  none.
Italic Tag:-
The tag is used to give a font style
Syntax:&#8211;  &#60;i&#62;.. &#60;/i&#62;
Type:&#8211; Conatiner Tag Contains Text
Purpose:&#8211; used to renders as italic text
Example:&#8211; &#60;i&#62;Italic text&#60;/i&#62;
Optional Attributes:&#8211; ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-v.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML -A Step Ahead Series Part IV</title>
		<link>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iv.html</link>
		<comments>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iv.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 17:39:04 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Formatting Tags]]></category>
		<category><![CDATA[Meetu]]></category>
		<category><![CDATA[meetu choudhary]]></category>
		<category><![CDATA[meetuchoudhary]]></category>
		<category><![CDATA[MsDotnetMentor]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=348</guid>
		<description><![CDATA[Greetings!!!
Let us move further to other tags. Stating with the Line Break Tag.
Line Break Tag:&#8211;
Syntax:&#8211;  &#60;br/&#62; or &#60;br&#62;
Type:&#8211; Empty Tag End Tag not required.
Purpose:&#8211; This tag is used when we want to break the line in the same paragraph but not wanted to break the whole paragraph..
Example:&#8211; Line one goes here &#60;br/&#62; line two starts from here
Attributes:&#8211;  No special attribute is for line break
Moving further towards the horizontal rule tag:
Horizontal Rule Tag:-
The tag is used to give a horizontal line in the page
Syntax:&#8211;  &#60;Hr/&#62;or &#60;Hr&#62;
Type:&#8211; Empty Tag.
Purpose:&#8211; ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iv.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML-A Step Ahead Series Part III</title>
		<link>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iii.html</link>
		<comments>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iii.html#comments</comments>
		<pubDate>Sun, 16 Nov 2008 15:39:13 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[HTML Basic Tags]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=299</guid>
		<description><![CDATA[ Basic Elements
Starting form the Basic Elements of the HTML
Starting from the Body tag
Body Tag:&#8211;
Syntax:&#8211;  &#60;Body&#62;&#8230;.&#60;/Body&#62;
Type:&#8211; Container Tag End Tag is necessary.
Purpose:&#8211; This tag defines the contents of the page all other tags which will add some objects to the body will be placed here the objects may be some text, image, animation etc..
Example:&#8211; &#60;Body&#62;Contents of my page starts from here &#60;/Body&#62;
Attributes:&#8211;  Following are the attributes of the Body Tag
1. Leftmargin
* Value:- any valid integer
* Purpose:&#8211; To tell the browser what space you have to leave from the ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/tutorial/html-a-step-ahead-series-part-iii.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML &#8211; A STEP AHEAD SERIES Part II</title>
		<link>http://www.msdotnetmentor.com/html/html-a-step-ahead-series-part-ii.html</link>
		<comments>http://www.msdotnetmentor.com/html/html-a-step-ahead-series-part-ii.html#comments</comments>
		<pubDate>Sun, 02 Nov 2008 18:04:14 +0000</pubDate>
		<dc:creator>Meetu Choudhary</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Technology News]]></category>
		<category><![CDATA[Web Page]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=262</guid>
		<description><![CDATA[Attributes
Greetings!!!
In the last session we disused the structure of an HTML Document&#8230;. In this article  we are going to cover some of the basic tags which which we normally use to format a document.
Before discussing it let me clear a term Attribute
Attribute is a Pieces of information attached to an element and defined in its start tag. It is the Aspects of information about a content object. Attributes may be fields, tags. etc.
Special Note:- Please Provide the values of the attributes in the double quotation sign as &#8220;value&#8221;
Now let ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/html/html-a-step-ahead-series-part-ii.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
