<?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>HTML Forms</title>
	<atom:link href="http://www.html-forms.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.html-forms.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 07 Nov 2011 22:33:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>HTML Forms</title>
		<link>http://www.html-forms.net/html-forms</link>
		<comments>http://www.html-forms.net/html-forms#comments</comments>
		<pubDate>Mon, 07 Nov 2011 22:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.html-forms.net/?p=10</guid>
		<description><![CDATA[HTML forms are used to pass data to a server. A form can contain input elements like text fields, checkboxes, radio-buttons, submit buttons and more. A form can also contain select lists, textarea, fieldset, legend, and label elements. The &#60;form&#62; tag is used to create an HTML form: &#60;form&#62; . input elements . &#60;/form&#62; HTML [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>HTML forms are used to pass data to a server.</p>
<p>A form can contain input elements like text fields, checkboxes,  radio-buttons, submit buttons and more. A form can also contain select  lists, textarea, fieldset, legend, and label elements.</p>
<p>The &lt;form&gt; tag is used to create an HTML form:</p>
<p>&lt;form&gt;<br />
.<br />
input elements<br />
.<br />
&lt;/form&gt;</p>
<p>HTML Forms – The Input Element</p>
<p>The most important form element is the input element.</p>
<p>The input element is used to select user information.</p>
<p>An input element can vary in many ways, depending on the type  attribute. An input element can be of type text field, checkbox,  password, radio button, submit button, and more.</p>
<p>The most used input types are described below.</p>
<p>Text Fields</p>
<p>&lt;input type=”text” /&gt; defines a one-line input field that a user can enter text into:</p>
<p>&lt;form&gt;<br />
First name: &lt;input type=”text” name=”firstname” /&gt;&lt;br /&gt;<br />
Last name: &lt;input type=”text” name=”lastname” /&gt;<br />
&lt;/form&gt;</p>
<p>Password Field</p>
<p>&lt;input type=”password” /&gt; defines a password field:</p>
<p>&lt;form&gt;<br />
Password: &lt;input type=”password” name=”pwd” /&gt;<br />
&lt;/form&gt;</p>
<p>Radio Buttons</p>
<p>&lt;input type=”radio” /&gt; defines a radio button. Radio buttons  let a user select ONLY ONE one of a limited number of choices:</p>
<p>&lt;form&gt;<br />
&lt;input type=”radio” name=”sex” value=”male” /&gt; Male&lt;br /&gt;<br />
&lt;input type=”radio” name=”sex” value=”female” /&gt; Female<br />
&lt;/form&gt;</p>
<p>Checkboxes</p>
<p>&lt;input type=”checkbox” /&gt; defines a checkbox. Checkboxes let a  user select ONE or MORE options of a limited number of choices.</p>
<p>&lt;form&gt;<br />
&lt;input type=”checkbox” name=”vehicle” value=”Bike” /&gt; I have a bike&lt;br /&gt;<br />
&lt;input type=”checkbox” name=”vehicle” value=”Car” /&gt; I have a car<br />
&lt;/form&gt;</p>
<p>Submit Button</p>
<p>&lt;input type=”submit” /&gt; defines a submit button.</p>
<p>A submit button is used to send form data to a server. The data is  sent to the page specified in the form’s action attribute. The file  defined in the action attribute usually does something with the received  input:</p>
<p>&lt;form name=”input” action=”html_form_action.asp” method=”get”&gt;<br />
Username: &lt;input type=”text” name=”user” /&gt;<br />
&lt;input type=”submit” value=”Submit” /&gt;<br />
&lt;/form&gt;</p>
<p>We continue tomorrow stay tuned</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html-forms.net/html-forms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sean aka Hitman</title>
		<link>http://www.html-forms.net/sean-aka-hitman</link>
		<comments>http://www.html-forms.net/sean-aka-hitman#comments</comments>
		<pubDate>Thu, 30 Sep 2010 21:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.html-forms.net/?p=7</guid>
		<description><![CDATA[Adultfriendfinder sean aka hitman made himself look silly at the show in Amsterdam. It was so funny I had to tell everyone at html-forms]]></description>
			<content:encoded><![CDATA[<p>Adultfriendfinder sean aka hitman made himself look silly at the show in Amsterdam. It was so funny I had to tell everyone at html-forms <img src='http://www.html-forms.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.html-forms.net/sean-aka-hitman/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.html-forms.net/hello-world</link>
		<comments>http://www.html-forms.net/hello-world#comments</comments>
		<pubDate>Mon, 09 Mar 2009 00:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.html-forms.net/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html-forms.net/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

