<?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>MDS BLOG &#187; html</title>
	<atom:link href="http://www.mdsnig.com/News/archives/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mdsnig.com/News</link>
	<description>Company Updates, Web Tutorials and General</description>
	<lastBuildDate>Mon, 12 Dec 2011 19:13:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LEARNING TO DESIGN WITH HTML PART 1</title>
		<link>http://www.mdsnig.com/News/archives/9</link>
		<comments>http://www.mdsnig.com/News/archives/9#comments</comments>
		<pubDate>Mon, 17 Nov 2008 18:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML TUTORIAL FOR BEGINNERS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.mdsnig.com/News/?p=9</guid>
		<description><![CDATA[Actually HTML (Hypertext Markup Language) is one of the easiest design languages and the foundation of designing on the web, though different websites are designed with different languages , but most of them cannot escape using html to structure or present some part of their sites if not all parts of their sites. The wonderful [...]]]></description>
			<content:encoded><![CDATA[<p>Actually HTML (Hypertext Markup Language) is one of the easiest design languages and the foundation of designing on the web, though different websites are designed with different languages ,  but most of them cannot escape using html to structure or present some part of their sites if not all parts of their sites. The wonderful thing about this language is the fact that it can be integrated with other programming languages or other languages to be integrated into it.  In most cases you will find that the latter is usually the case.</p>
<p>The truth about all these is that having a good working knowledge of html is enough to establish you on the web  and even give you the ability to be independent of paying people to help you out with web pages etc . Then later, learning other languages like php, javascript are also very essential but thats going to the advanced stage which e will treat in other forthcoming lectures but for now let us look at html and tell you (the novice) how to get up a web page using html. Please pay attention to this very part. It will determine how you will fare with the language if you follow these procedures and gets it correct.</p>
<p><strong>HOW TO START THE DESIGN WITH HTML: </strong></p>
<p>Now simply follow these steps.</p>
<p>Open notepad on your computer screen ( For the novice, please go to START then click RUN , in the little prompt box that will appear, type &#8220;notepad&#8221; and click &#8220;OK&#8221;  then a notepad should open up for you)</p>
<p>In the notepad type this;</p>
<p><span style="color: #339966;"><strong>&lt;html&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;body&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;h1&gt; MY NAME IS HTML NOVICE &lt;/h1&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;/body&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;/html&gt;</strong></span></p>
<p>( i will explain the above soon but just go ahead and follow up the process)</p>
<p>Then go to FILE on your browser menu, choose SAVE AS and then give the file the name &#8220;novice.html&#8221;, please save this file in your desktop for easy accessibility or in any other folder you think you can easily find it.</p>
<p>Okay now open that saved file and you will see that it reads something like this below. We will come to the explainations of the syntax later and how you can play about more with html.  If you did not get the result below then go back and check your syntax to make sure that you have typed the correct syntax.</p>
<p><strong><span style="color: #008000;">MY NAME IS HTML NOVICE</span></strong></p>
<p>Now let us explain your the syntax:</p>
<p>&lt;html&gt; = Every html page starts with this tag</p>
<p>&lt;html&gt;= Every html page closes with this tag</p>
<p>&lt;body&gt; = Every content or body of the page is started with this tag and it comes inside the &lt;html&gt; and &lt;/html&gt;</p>
<p>&lt;/body&gt;= Every &lt;body&gt; tag ends with a &lt;/body&gt;</p>
<p>Please refer to this syntax again</p>
<p><span style="color: #339966;"><strong>&lt;html&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;body&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;h1&gt; MY NAME IS HTML NOVICE &lt;/h1&gt;</strong></span></p>
<p><span style="color: #339966;"><strong>&lt;/body&gt;</strong></span></p>
<p><strong><span style="color: #339966;">&lt;/html&gt;</span></strong></p>
<p>Alright we are back again. I know you must have tried out the above syntax but lets take you even further than that.  In a complete html page you will need to include the basic html tags that will present your web page in a solid format. Now let us see the basic structure of a html page ( Note this is my own structure), an good html coder can build their own html structures the way they want but one thing is very clear, they must begin with a &lt;html&gt;&lt;body&gt; and end with a &lt;/body&gt;&lt;/html&gt;. Any other thing that comes inside it will be at the descretion of the coder, let me now show you how i will build a basic html code.</p>
<p>See here below and explainations will also follow up the codes used.</p>
<p><em><strong><span style="color: #0000ff;">NOTE: Before we move ahead, please note that for you to make a comment in your html page you can use this characters like this &lt;!&#8211; Your comment here &#8211;&gt; . This particular expression that comes inside the &lt;!&#8211; and &#8211;&gt; will not be displayed on the browser. You will get to see these in the coming examples.</span></strong></em></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mdsnig.com/News/archives/9&amp;title=LEARNING+TO+DESIGN+WITH+HTML+PART+1" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a digg"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a digg" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mdsnig.com/News/archives/9" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Technorati"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Technorati" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mdsnig.com/News/archives/9&amp;title=LEARNING+TO+DESIGN+WITH+HTML+PART+1" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Bookmarks"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Bookmarks" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.mdsnig.com/News/archives/9&amp;t=LEARNING+TO+DESIGN+WITH+HTML+PART+1" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a FaceBook"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a FaceBook" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.mdsnig.com/News/archives/9" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Twitter"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Twitter" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.mdsnig.com/News/archives/9&amp;title=LEARNING+TO+DESIGN+WITH+HTML+PART+1&amp;srcURL=http://www.mdsnig.com/News/archives/9" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Buzz"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Buzz" alt="Add 'LEARNING TO DESIGN WITH HTML PART 1' a Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.mdsnig.com/News/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WEB  DESIGNING PROFESSION</title>
		<link>http://www.mdsnig.com/News/archives/7</link>
		<comments>http://www.mdsnig.com/News/archives/7#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML TUTORIAL FOR BEGINNERS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[determination]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[profession]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[website designer]]></category>

		<guid isPermaLink="false">http://www.mdsnig.com/News/?p=7</guid>
		<description><![CDATA[&#60;LOVE OF WEB DESIGNING=&#8221;determination&#8221; Determination=&#8221;skills&#8221; Skills=&#8221;money&#8221;&#62; LOVE OF WEB DESIGN = You will need to have a passion for it if you want to succeed as a web design professional. There is a lot of patience and challenges involved in web designing . DETERMINATION = Your passion for the profession will lead to determination , [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;LOVE OF WEB DESIGNING=&#8221;determination&#8221; Determination=&#8221;skills&#8221; Skills=&#8221;money&#8221;&gt;</p>
<p><span style="text-decoration: underline;"><span style="color: #000000;"><strong>LOVE OF WEB DESIGN</strong></span></span> = You will need to have a passion for it if you want to succeed as a web  design   professional. There is a lot of patience and challenges involved in web designing .</p>
<p><strong><span style="text-decoration: underline;">DETERMINATION </span></strong>= Your passion for the profession will lead to determination , with determination you will be well positioned to face the challenges</p>
<p><span style="text-decoration: underline;"><strong>SKILLS</strong></span> = Determination means you will train and gather up all the relevant experiences in the web design profession</p>
<p><span style="text-decoration: underline;"><strong>MONEY</strong></span> = High degree of experience in any professional field in life means you will be highly respected and  reccommended. High degree of experience means high pay also.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mdsnig.com/News/archives/7&amp;title=WEB++DESIGNING+PROFESSION" title="Add 'WEB  DESIGNING PROFESSION' a digg"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'WEB  DESIGNING PROFESSION' a digg" alt="Add 'WEB  DESIGNING PROFESSION' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mdsnig.com/News/archives/7" title="Add 'WEB  DESIGNING PROFESSION' a Technorati"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'WEB  DESIGNING PROFESSION' a Technorati" alt="Add 'WEB  DESIGNING PROFESSION' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mdsnig.com/News/archives/7&amp;title=WEB++DESIGNING+PROFESSION" title="Add 'WEB  DESIGNING PROFESSION' a Google Bookmarks"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'WEB  DESIGNING PROFESSION' a Google Bookmarks" alt="Add 'WEB  DESIGNING PROFESSION' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.mdsnig.com/News/archives/7&amp;t=WEB++DESIGNING+PROFESSION" title="Add 'WEB  DESIGNING PROFESSION' a FaceBook"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'WEB  DESIGNING PROFESSION' a FaceBook" alt="Add 'WEB  DESIGNING PROFESSION' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.mdsnig.com/News/archives/7" title="Add 'WEB  DESIGNING PROFESSION' a Twitter"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'WEB  DESIGNING PROFESSION' a Twitter" alt="Add 'WEB  DESIGNING PROFESSION' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.mdsnig.com/News/archives/7&amp;title=WEB++DESIGNING+PROFESSION&amp;srcURL=http://www.mdsnig.com/News/archives/7" title="Add 'WEB  DESIGNING PROFESSION' a Google Buzz"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'WEB  DESIGNING PROFESSION' a Google Buzz" alt="Add 'WEB  DESIGNING PROFESSION' a Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.mdsnig.com/News/archives/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>INFO</title>
		<link>http://www.mdsnig.com/News/archives/3</link>
		<comments>http://www.mdsnig.com/News/archives/3#comments</comments>
		<pubDate>Wed, 01 Oct 2008 20:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML TUTORIAL FOR BEGINNERS]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.mdsnig.com/News/?p=3</guid>
		<description><![CDATA[Dear All, We will be presenting you with some basic html tutorial soon. this would be a place to learn web designing. Thanks Mike Bookmark to:]]></description>
			<content:encoded><![CDATA[<p>Dear All,</p>
<p>We will be presenting you  with some basic html tutorial soon. this would be a place to learn web designing.</p>
<p>Thanks</p>
<p>Mike</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mdsnig.com/News/archives/3&amp;title=INFO" title="Add 'INFO' a digg"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'INFO' a digg" alt="Add 'INFO' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mdsnig.com/News/archives/3" title="Add 'INFO' a Technorati"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'INFO' a Technorati" alt="Add 'INFO' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mdsnig.com/News/archives/3&amp;title=INFO" title="Add 'INFO' a Google Bookmarks"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'INFO' a Google Bookmarks" alt="Add 'INFO' a Google Bookmarks" /></a><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.mdsnig.com/News/archives/3&amp;t=INFO" title="Add 'INFO' a FaceBook"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'INFO' a FaceBook" alt="Add 'INFO' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.mdsnig.com/News/archives/3" title="Add 'INFO' a Twitter"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'INFO' a Twitter" alt="Add 'INFO' a Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.mdsnig.com/News/archives/3&amp;title=INFO&amp;srcURL=http://www.mdsnig.com/News/archives/3" title="Add 'INFO' a Google Buzz"><img src="http://www.mdsnig.com/News/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'INFO' a Google Buzz" alt="Add 'INFO' a Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.mdsnig.com/News/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

