<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6223111073072512270</id><updated>2012-02-16T16:20:02.854-08:00</updated><title type='text'>LEARN ABOUT PROGRAMMING</title><subtitle type='html'>this is all about programming concepts.
from this you can learn html, .net,xml,asp,php....</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://softwareschools.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://softwareschools.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kumar</name><uri>http://www.blogger.com/profile/02391857762809969318</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6223111073072512270.post-7804138941335966989</id><published>2009-01-02T05:35:00.000-08:00</published><updated>2009-01-02T05:36:57.257-08:00</updated><title type='text'>HTML2</title><content type='html'>HTM or HTML Extension?&lt;br /&gt;&lt;br /&gt;When you save an HTML file, you can use either the .htm or the .html extension. We use .htm in our examples. It is a habit from the past, when the software only allowed three letters in file extensions.&lt;br /&gt;&lt;br /&gt;With new software it is perfectly safe to use .html.&lt;br /&gt;HTML Headings&lt;br /&gt;&lt;br /&gt;HTML headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags.&lt;br /&gt;&lt;br /&gt;&lt;h1&gt;This is a heading&lt;/h1&gt;&lt;br /&gt;&lt;h2&gt;This is a heading&lt;/h2&gt;&lt;br /&gt;&lt;h3&gt;This is a heading&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;HTML Paragraphs&lt;br /&gt;&lt;br /&gt;HTML paragraphs are defined with the &lt;p&gt; tag.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This is a paragraph&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This is another paragraph&lt;/p&gt;&lt;br /&gt;HTML Links&lt;br /&gt;&lt;br /&gt;HTML links are defined with the &lt;a&gt; tag.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.google.com"&gt;This is a link&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: The &lt;a&gt; tag contains an attribute (href) to provide the link address. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6223111073072512270-7804138941335966989?l=softwareschools.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://softwareschools.blogspot.com/feeds/7804138941335966989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/7804138941335966989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/7804138941335966989'/><link rel='alternate' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html2.html' title='HTML2'/><author><name>kumar</name><uri>http://www.blogger.com/profile/02391857762809969318</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6223111073072512270.post-4811987255482270356</id><published>2009-01-02T05:33:00.000-08:00</published><updated>2009-01-02T05:34:51.060-08:00</updated><title type='text'>HTML1</title><content type='html'>What Do You Need?&lt;br /&gt;&lt;br /&gt;You don't need any tools to learn HTML at W3Schools.&lt;br /&gt;&lt;br /&gt;    * You don't need any HTML editor&lt;br /&gt;    * You don't need a web server&lt;br /&gt;    * You don't need a web site&lt;br /&gt;&lt;br /&gt;Editing HTML&lt;br /&gt;&lt;br /&gt;In this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe this is the best way to learn HTML.&lt;br /&gt;&lt;br /&gt;However, professional web developers often prefer HTML editors like FrontPage or Dreamweaver, instead of writing plain text.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6223111073072512270-4811987255482270356?l=softwareschools.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://softwareschools.blogspot.com/feeds/4811987255482270356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html1.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/4811987255482270356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/4811987255482270356'/><link rel='alternate' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html1.html' title='HTML1'/><author><name>kumar</name><uri>http://www.blogger.com/profile/02391857762809969318</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6223111073072512270.post-2389127462870103498</id><published>2009-01-02T05:20:00.000-08:00</published><updated>2009-01-02T05:23:50.108-08:00</updated><title type='text'>HTML</title><content type='html'>&lt;h2&gt;What is HTML?&lt;/h2&gt;&lt;p&gt;HTML is a language for describing web pages.&lt;/p&gt;&lt;ul&gt;&lt;li&gt; HTML stands for &lt;b&gt;H&lt;/b&gt;yper &lt;b&gt;T&lt;/b&gt;ext &lt;b&gt;M&lt;/b&gt;arkup &lt;b&gt;L&lt;/b&gt;anguage&lt;/li&gt;&lt;li&gt;HTML is not a programming language,  	it is a &lt;b&gt;markup language&lt;/b&gt;&lt;/li&gt;&lt;li&gt;A markup language is a set of &lt;b&gt;markup tags&lt;/b&gt;&lt;/li&gt;&lt;li&gt;HTML uses &lt;b&gt;markup tags&lt;/b&gt; to describe web pages &lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;  &lt;h2&gt;HTML Tags&lt;/h2&gt;&lt;p&gt;HTML markup tags are usually called HTML tags&lt;/p&gt;&lt;ul&gt;&lt;li&gt;HTML tags are keywords surrounded by &lt;b&gt;angle brackets &lt;/b&gt;like &lt;html&gt;&lt;/li&gt;&lt;li&gt;HTML tags normally &lt;b&gt; come in pairs&lt;/b&gt; like &lt;b&gt; and &lt;/b&gt;&lt;/li&gt;&lt;li&gt;The first tag in a pair is the &lt;b&gt; start tag,&lt;/b&gt; the    	second tag is the &lt;b&gt; end tag&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;Start and end tags are also called &lt;b&gt;opening tags&lt;/b&gt; and &lt;b&gt;closing  tags&lt;/b&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;  &lt;h2&gt;HTML Documents - Web Pages&lt;/h2&gt; &lt;ul&gt;&lt;li&gt;HTML documents &lt;b&gt;describe web pages&lt;/b&gt;&lt;/li&gt;&lt;li&gt;HTML documents &lt;b&gt;contain HTML tags&lt;/b&gt; and plain text&lt;/li&gt;&lt;li&gt;HTML documents are also &lt;b&gt;called web pages&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The purpose of a web browsers (like Internet Explorer) is to read HTML  documents and display them as web pages. The browser does not display the HTML tags,  but uses the tags to  interpret the content of the page:&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6223111073072512270-2389127462870103498?l=softwareschools.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://softwareschools.blogspot.com/feeds/2389127462870103498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/2389127462870103498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6223111073072512270/posts/default/2389127462870103498'/><link rel='alternate' type='text/html' href='http://softwareschools.blogspot.com/2009/01/html.html' title='HTML'/><author><name>kumar</name><uri>http://www.blogger.com/profile/02391857762809969318</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
