<?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>TUTORIAL &#187; HTML Home</title>
	<atom:link href="http://phpforms.net/tutorial/category/html-home/feed" rel="self" type="application/rss+xml" />
	<link>http://phpforms.net/tutorial</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Apr 2012 05:00:49 +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 Webserver</title>
		<link>http://phpforms.net/tutorial/html-home/html-webserver.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-webserver.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:59:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Webserver]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=144</guid>
		<description><![CDATA[
	After HTML coding process is completed, the webpage needs to be published, to make it available for the audience. To enable this, it is necessary to save the webpage on a web server. After IIS or PWS installation, any PC can serve as a web server. IIS or PWS are web server components.
	IIS contains a [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	After HTML coding process is completed, the webpage needs to be published, to make it available for the audience. To enable this, it is necessary to save the webpage on a web server. After IIS or PWS installation, any PC can serve as a web server. IIS or PWS are web server components.</dd>
<dd>	IIS contains a set of services designed specifically for MS Windows. It is included into Win 2000, Win XP and Vista. It is quite easy to install and use this application. IIS includes Active Server Pages, which can be used for making interactive and dynamic web applications. Personal Web Server is designed for use with older versions of WindowsOS, such as Win 95, Win 98, and Win NT. It is recommended to use IIS, because it more up-to-date and secure.</dd>
<dd>
<dd><a class="menu_black" title="HTML events" href="html-events.html">HTML events</a></dd>
<dd><a class="menu_black" title="HTML URL encode" href="html-url-encode.html">HTML URL encode</a></dd>
<dd><a class="menu_black" title="HTML summary" href="html-summary.html">HTML summary</a></dd>
<dd><a class="menu_black" title="HTML references" href="html-references.html">HTML references</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-webserver.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML URLs</title>
		<link>http://phpforms.net/tutorial/html-home/html-urls.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-urls.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:58:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML URLs]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=142</guid>
		<description><![CDATA[
	In the link, which the webpage content contains, &#60;a&#62; tag is showing the way to the resource in the web with the help of the href attribute. 
URL (or uniform resource locator) defines the address in the web. A full and correctly formulated web address should look like the following:
scheme://host.domain:port/path/filename
Scheme is the type of internet [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	In the link, which the webpage content contains, &lt;a&gt; tag is showing the way to the resource in the web with the help of the href attribute. </dd>
<dd>URL (or uniform resource locator) defines the address in the web. A full and correctly formulated web address should look like the following:</dd>
<dd>scheme://host.domain:port/path/filename</dd>
<dd>Scheme is the type of internet service, usually it is http. Host contains information about the domain host, usually, www. The domain defined the target domain like conkurent.com. Port defines the port number, 80 by default. The path is the folder on the server. In case the path is omitted, the document is located at the root folder. The filename is the destination document name.</dd>
<dd>Examples:</dd>
<dd>&lt;a href=&quot;news:alt.html&quot;&gt; is used for accessing newsgroups</dd>
<dd>&lt;a href=&quot;ftp: is used for ftp downloading</dd>
<dd>&lt;a href=&quot;mailto: is used for linking to a mail service</dd>
<dd>
<dd><a class="menu_black" title="HTML head" href="html-head.html">HTML head</a></dd>
<dd><a class="menu_black" title="HTML meta" href="html-meta.html">HTML meta</a></dd>
<dd><a class="menu_black" title="HTML scripts" href="html-scripts.html">HTML scripts</a></dd>
<dd><a class="menu_black" title="HTML events" href="html-events.html">HTML events</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-urls.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML URL encode</title>
		<link>http://phpforms.net/tutorial/html-home/html-home.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-home.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:58:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML URL encode]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=140</guid>
		<description><![CDATA[
URL encoding is used to transform elements into a form widely accepted throughout the web.  URL itself is the address of a webpage. 
URLs should be sent throughout the web only using the ASCII set. Once those characters that are not included into this set occur, they should be converted for further acceptance. URL [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>URL encoding is used to transform elements into a form widely accepted throughout the web.  URL itself is the address of a webpage. </dd>
<dd>URLs should be sent throughout the web only using the ASCII set. Once those characters that are not included into this set occur, they should be converted for further acceptance. URL encoding changes non-acceptable characters for % followed by digital code, corresponding to this specific character in ISO-8859-1 character-set. </dd>
<dd>*Important note: URLS cannot contain spaces. Spaces are replaced with + character.</dd>
<dd>
<dd><a class="menu_black" title="HTML scripts" href="html-scripts.html">HTML scripts</a></dd>
<dd><a class="menu_black" title="HTML events" href="html-events.html">HTML events</a></dd>
<dd><a class="menu_black" title="HTML webserver" href="html-webserver.html">HTML webserver</a></dd>
<dd><a class="menu_black" title="HTML summary" href="html-summary.html">HTML summary</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-home.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tables</title>
		<link>http://phpforms.net/tutorial/html-home/html-tables.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-tables.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Tables]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=138</guid>
		<description><![CDATA[
	Tables are a very important part of the web page and are widely used. Tables are defined with a &#60;table&#62; tag. To divide a table into the rows, &#60;tr&#62; tag is used. &#60;td&#62; (short for “table data”) tag is used for subdividing rows into cells. Cells may contain various content, like texts, images, tables or [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Tables are a very important part of the web page and are widely used. Tables are defined with a &lt;table&gt; tag. To divide a table into the rows, &lt;tr&gt; tag is used. &lt;td&gt; (short for “table data”) tag is used for subdividing rows into cells. Cells may contain various content, like texts, images, tables or forms.</dd>
<dd>Example:</dd>
<dd>Border attribute is necessary to define table borders. If this attribute is missing, the table will be displayed without borders. </dd>
<dd>Example:</dd>
<dd>Table headings are defined with the help of (th) tag.</dd>
<dd>Example:</dd>
<dd>*Important note: in case the table contains an empty cell, it will be displayed without borders in most browsers. To make the border visible for an empty cell, add  &amp;nbsp (a non-breaking space) to a cell.</dd>
<dd>Example:</dd>
<dd>
<dd><a class="menu_black" title="HTML Links" href="html-links.html">HTML Links</a></dd>
<dd><a class="menu_black" title="HTML Images" href="html-images.html">HTML Images</a></dd>
<dd><a class="menu_black" title="HTML Lists" href="html-lists.html">HTML Lists</a></dd>
<dd><a class="menu_black" title="HTML Forms" href="html-forms.html">HTML Forms</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-tables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Summary</title>
		<link>http://phpforms.net/tutorial/html-home/html-summary.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-summary.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:57:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML summary]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/html-home/html-summary.html</guid>
		<description><![CDATA[
What is necessary to know about HTML to start working with it?
HTML is a markup language used for creating web pages. HTML coding enables adding, editing and formatting text, images; add links, tables, forms and frames, thus creating a document, which will be read by all major browsers. HTML uses specific tags, that formulate output [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>What is necessary to know about HTML to start working with it?</dd>
<dd>HTML is a markup language used for creating web pages. HTML coding enables adding, editing and formatting text, images; add links, tables, forms and frames, thus creating a document, which will be read by all major browsers. HTML uses specific tags, that formulate output content. </dd>
<dd> More profound knowledge of HTML requires studying XHTML and CSS. XHTML is necessary to reformulate HTML 4.01 into XML. </dd>
<dd> CSS is necessary to control multiple pages simultaneously. CSS allows moving all formatting from an HTML document into a separate style sheet. </dd>
<dd><strong>Simple HTML document:</strong>
</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>This is the title of your page<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>Hello!<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>It’s our first  HTML page. 
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>This text is bold.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">strong</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><strong> Main HTML Tags</strong>
</dd>
<dd>&lt;html&gt; - defines the HTML document’s title<br />
&lt;body&gt; - defines the main part or the document body<br />
&lt;h1&gt; - &lt;h6&gt; - defines the headers from 1 to 6<br />
&lt;p&gt;- defines the text paragraph<br />
&lt;br&gt; - insert a single line folding<br />
&lt;hr&gt; - defines the horizontal  line<br />
&lt;!--&gt; - defines a commentary
</dd>
<dd>
<strong>Hyperlinks</strong>:
</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;filename&quot;</span> <span style="color: #000066;">target</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;_self&quot;</span>&gt;</span>the link text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>HREF attribute assigns the value of document address, on which this link points.<br />
Filename – the file name or Internet address, that needs to be referred to.<br />
the link text – the text of hyperlink that will be visible in HTML document.<br />
TARGET – assigns the value of window or frame in which the document will be opened. Possible attribute values:<br />
<b>_top</b> – opening the document in current window<br />
<b>_blank</b> – opening the document in new window<br />
<b>_self</b> – opening the document in current frame<br />
<b>_parent</b> – opening the document in parent frame.<br />
The value by default: <b>_self</b>
</dd>
<dd><strong>TEXT BLOCKS</strong></dd>
<dd>
<ul>
<li>&lt;H1&gt; … &lt;/H1&gt;, &lt;H2&gt; … &lt;/H2&gt;, … ,&lt;H6&gt; … &lt;/H6&gt; — headers of 1, 2, … 6 levels.</li>
<li>&lt;P&gt; — new indention. In the end of the indention tag &lt;/P&gt; can be putted, but it’s not necessary.</li>
<li>&lt;BR&gt; — new text line. This tag is odd (i.e. there is no &lt;/BR&gt; tag)</li>
<li>&lt;HR&gt; — horizontal line</li>
<li>&lt;BLOCKQUOTE&gt; … &lt;/BLOCKQUOTE&gt; —quotation. Usually the text moves to the right</li>
<li>&lt;PRE&gt; … &lt;/PRE&gt; — preview mode. In this mode text is putted into a border and is not formatted (i.e. tags except &lt;/PRE&gt; are ignored, and the line folding is placed only where it exists in original document).</li>
<li>&lt;DIV&gt; … &lt;/DIV&gt; — block (usually is used for CSS)</li>
<li>&lt;SPAN&gt; … &lt;/SPAN&gt; — line (usually is used for CSS)</li>
</ul>
</dd>
<dd><strong>LISTS</strong></dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span> first element <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span> second element <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span> third element <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>This was an example of unnumbered list. If &lt;ol&gt; tag is putted instead of &lt;ul&gt;, the list becomes enumerated.</dd>
<dd>The list of definitions:</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dl</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> cat <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span> says miau <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> dog <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span> says woof <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> crocodile <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span> says nothing <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dl</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>It will be the following:</dd>
<dd>
<dl>
<dt>cat</dt>
<dd>says miau</dd>
<dt> dog </dt>
<dd> says woof </dd>
<dt> crocodile </dt>
<dd> says nothing </dd>
</dl>
</dd>
<dd>Tags &lt;li&gt;, &lt;dt&gt;, &lt;dd&gt; can be unclosed (used without closing tags)</dd>
<dd><strong>INSERTING OBJECTS</strong></dd>
<dd>
<ul>
<li>EMBED — for inserting different objects: non-HTML documents and media-files</li>
<li>APPLET — for inserting  Java-applets</li>
<li>SCRIPT — for inserting scripts.</li>
</ul>
</dd>
<dd><strong>IMAGES</strong></dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span>url <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;size (pix, %)&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;size (pix, %)&quot;</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>
<ul>
<li> IMG – inserting images. This tag is not closed.</li>
<li>
<ul>
<li> SRC – name or URL</li>
<li> ALT – alternative name (will be shown when image downloading is banned in browser)</li>
<li> TITLE – Short image description ( will be shown when pointing at the image by cursor)</li>
<li> WIDTH, HEIGHT - measurement (if they don’t coincide with image size, the image will be stretched or compressed)</li>
<li> ALIGN – defines the parameters of the text flow (top, middle, bottom, left, right)</li>
<li> VSPACE, HSPACE – define the parameters of vertical and horizontal space around the image.</li>
</ul>
</li>
</ul>
</dd>
<dd>The image can represent some link:</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span>url &gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span>url&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><strong>TABLES</strong></dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">table</span> <span style="color: #000066;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #000066;">cellspacing</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">caption</span>&gt;</span> amount of apples in the baskets <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">caption</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span>&gt;</span> basket <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span> 
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">th</span>&gt;</span> apples <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">th</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 1 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 5 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 2 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 11 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 3 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span> 7 <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">table</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>
<ul>
<li> TABLE — creats a table. Tag parameters:</li>
<li>
<ul>
<li> BORDER — the thickness of borders inside the table</li>
<li> CELLSPACING — distance between cells</li>
</ul>
</li>
<li> CAPTION — table header (this tag is optional)</li>
<li> TR — table line</li>
<li> TH — table row header (this tag is optional)</li>
<li> TD — table cell</li>
<li> height – table height</li>
<li> width – table width</li>
<li> CELLPADDING – defines a distance in pixels between table border and its content (this is a parameter of TABLE tag)</li>
<li> ALIGN (the parameter of TABLE, TR, TH, TD tags) – defines the type of text alignment.</li>
</ul>
</dd>
<dd><strong>FORMS</strong></dd>
<dd>
<ul>
<li>FORM — creates a form.</li>
<li>NPUT — input element (can have a lot of functions — from text sending to sending the form).</li>
<li> TEXTAREA — multi-line text input.</li>
<li>SELECT — the list (usually in the form of drop-down menu).</li>
<li>OPTION — the list item.</li>
</ul>
</dd>
<dd>
<dd><a class="menu_black" title="HTML URL encode" href="html-url-encode.html">HTML URL encode</a></dd>
<dd><a class="menu_black" title="HTML webserver" href="html-webserver.html">HTML webserver</a></dd>
<dd><a class="menu_black" title="HTML references" href="html-references.html">HTML references</a></dd>
<dd><a class="menu_black" title="Basic PHP Syntax" href="basic-php-syntax.html">Basic PHP Syntax</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-summary.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Styles</title>
		<link>http://phpforms.net/tutorial/html-home/html-styles.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-styles.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:56:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Styles]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=135</guid>
		<description><![CDATA[
	Formatting is included into a style sheet. When formatting the document, browser addresses the style sheet for the information about correct formatting that should be applied to the document.
	Styles sheet are divided into three types depending upon the way it is inserted.
External type of a style sheet. It is recommended to use it when the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Formatting is included into a style sheet. When formatting the document, browser addresses the style sheet for the information about correct formatting that should be applied to the document.</dd>
<dd>	Styles sheet are divided into three types depending upon the way it is inserted.</dd>
<dd>External type of a style sheet. It is recommended to use it when the style will be applied to multiple pages. One file is enough to change the appearance of all pages. Each separate page should link to a style sheet. The &lt;link&gt; tag is included into a head section of the web page.</dd>
<dd>Internal type of a style sheet. Internal style sheet suits the case when each separate document requires its unique style. Internal styles are defined in the head sections with the help of the &lt;style&gt; tag.</dd>
<dd>Inline type of a style sheet. This type is used when it is necessary to apply formatting to a part of page content. It requires to use style attribute in a corresponding tag.</dd>
<dd>Examples:</dd>
<dd>Style tags are as following:</dd>
<dd>&lt;style&gt; is used to define the style</dd>
<dd>&lt;link&gt; is used to define the way to resource</dd>
<dd>&lt;div&gt; is used to define a separate section of the document</dd>
<dd>&lt;span&gt; is used to define a separate section of the document</dd>
<dd>
<dd><a class="menu_black" title="HTML fonts" href="html-fonts.html">HTML fonts</a></dd>
<dd><a class="menu_black" title="HTML 4.0" href="html-4.0.html">HTML 4.0</a></dd>
<dd><a class="menu_black" title="Character entities" href="html-character-entities.html">Character entities</a></dd>
<dd><a class="menu_black" title="HTML head" href="html-head.html">HTML head</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-styles.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML scripts</title>
		<link>http://phpforms.net/tutorial/html-home/html-scripts-2.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-scripts-2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML scripts]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=133</guid>
		<description><![CDATA[
In case it is  necessary to insert a script into a webpage, &#60;script&#62; tag should be used. The type attribute will be helpful in defining the scripting language. 
Example:
There are browsers that do not support &#60;script&#62; tags. In this case browser will display the content of the &#60;script&#62; tag as an ordinary content. To [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>In case it is  necessary to insert a script into a webpage, &lt;script&gt; tag should be used. The type attribute will be helpful in defining the scripting language. </dd>
<dd>Example:</dd>
<dd>There are browsers that do not support &lt;script&gt; tags. In this case browser will display the content of the &lt;script&gt; tag as an ordinary content. To avoid this, script should be enclosed into comments. Old-style browsers will not display script, while advanced browsers will display it, ignoring comments. </dd>
<dd>Example:</dd>
<dd>The &lt;noscript&gt; tag is used to define an alternate text, which will be displayed in case the script is not performed. It is used for those cases when browser accepts &lt;script&gt; tag, but does not accept the script inside it, and it will display the alternate text instead.</dd>
<dd>Example:</dd>
<dd>Script tags are as following:</dd>
<dd>&lt;script&gt; is used to define the script</dd>
<dd>&lt;noscript&gt; defines a nalternate text</dd>
<dd>&lt;object&gt; is used for an embedded object</dd>
<dd>&lt;param&gt; defines parameters</dd>
<dd>
<dd><a class="menu_black" title="HTML meta" href="html-meta.html">HTML meta</a></dd>
<dd><a class="menu_black" title="HTML URLs" href="html-urls.html">HTML URLs</a></dd>
<dd><a class="menu_black" title="HTML events" href="html-events.html">HTML events</a></dd>
<dd><a class="menu_black" title="HTML URL encode" href="html-url-encode.html">HTML URL encode</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-scripts-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML references</title>
		<link>http://phpforms.net/tutorial/html-home/html-references.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-references.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:38:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML references]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=129</guid>
		<description><![CDATA[
Applications
HTML 4.01 / XHTML 1.0 &#8211; list of tags alphabetically
HTML / XHTML Standard Attributes &#8211; table the same as acc. section
TML / XHTML Standard Event Attributes &#8211; table the same as that in acc. section
HTML / XHTML Standard Event Attributes &#8211; table, the same as in the acc. section
HTML Color Names &#8211; full color table [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Applications</dd>
<dd>HTML 4.01 / XHTML 1.0 &#8211; list of tags alphabetically</dd>
<dd>HTML / XHTML Standard Attributes &#8211; table the same as acc. section</dd>
<dd>TML / XHTML Standard Event Attributes &#8211; table the same as that in acc. section</dd>
<dd>HTML / XHTML Standard Event Attributes &#8211; table, the same as in the acc. section</dd>
<dd>HTML Color Names &#8211; full color table with the names and codes</dd>
<dd>HTML Character Sets &#8211; code table ISO, ASCII</dd>
<dd>HTML Symbol Entities &#8211; symbol table</dd>
<dd>HTML URL Encoding Reference &#8211; table of characters which encoded, repeats section HTML URL encode, table only added to it as a symbol of what the code is replaced </dd>
<dd>HTML Lang Codes &#8211; table of ISO language codes</dd>
<dd>HTTP Status Messages &#8211; the list of http messages</dd>
<dd>
<dd><a class="menu_black" title="HTML webserver" href="html-webserver.html">HTML webserver</a></dd>
<dd><a class="menu_black" title="HTML summary" href="html-summary.html">HTML summary</a></dd>
<dd><a class="menu_black" title="HTML summary" href="html-summary.html">HTML summary</a></dd>
<dd><a class="menu_black" title="PHP Arrays" href="basic-php-syntax.html">PHP Arrays</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-references.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Paragraphs</title>
		<link>http://phpforms.net/tutorial/html-home/html-paragraphs.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-paragraphs.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:17:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Paragraphs]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=124</guid>
		<description><![CDATA[
Paragraphs are defined by &#60;p&#62; tags. This tag is associated with a horizontal line before and after the paragraph, so it is not needed to add it manually to this tag. 
Example:
*Important note: do not forget to use end tag &#60;/p&#62;. Although in most cases browsers interpret it correctly, future versions of HTML/XHTML will not [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Paragraphs are defined by &lt;p&gt; tags. This tag is associated with a horizontal line before and after the paragraph, so it is not needed to add it manually to this tag. </dd>
<dd>Example:</dd>
<dd>*Important note: do not forget to use end tag &lt;/p&gt;. Although in most cases browsers interpret it correctly, future versions of HTML/XHTML will not accept it. </dd>
<dd>To start a new line without paragraph, &lt;br /&gt; tag is used.</dd>
<dd>Example:</dd>
<dd>*Important note: &lt;br /&gt; tag is an empty tag, and it does not require an end tag.</dd>
<dd>It is not always recognizable how future HTML will be displayed, depending upon various screen size and resolution, in full-size and resized windows. HTML does not allow changing the result by adding extra lines or spaces in webpage code. Browsers automatically remove extra lines and spaces. So it is important to remember that any amount of lines will be interpreted as one and any amount of spaces will count as one.</dd>
<dd>
<dd><a class="menu_black" title="HTML attributes" href="html-attributes.html">HTML attributes</a></dd>
<dd><a class="menu_black" title="HTML headings" href="html-headings.html">HTML headings</a></dd>
<dd><a class="menu_black" title="HTML formatting" href="html-formatting.html">HTML formatting</a></dd>
<dd><a class="menu_black" title="HTML Links" href="html-links.html">HTML Links</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-paragraphs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Meta</title>
		<link>http://phpforms.net/tutorial/html-home/html-meta.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-meta.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:16:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML META]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=122</guid>
		<description><![CDATA[
Search engines registration Web-server, web site or page using the information stored in a special META tags, which are placed between the tags and the most novice Web-masters and Web-designers do not pay attention to these tags. META tags are not visible when viewing the document and significantly increase its size, but cannot do without [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Search engines registration Web-server, web site or page using the information stored in a special META tags, which are placed between the tags and the most novice Web-masters and Web-designers do not pay attention to these tags. META tags are not visible when viewing the document and significantly increase its size, but cannot do without them. Recommendations for the preparation of meta tags. </dd>
<dd>     The correctness of compiling meta tags makes it possible that your site was easy to find using search engines among the vast number of other sites! Follow these recommendations to do this. </dd>
<dd>      1. The length of the contents of META tags descriptions should not exceed 200 characters, keywords - 1000 characters. This is due to the fact that search engines tend to use just such magnitude when indexing information about your site. You can get a negative result if the search engines throw away part of the description in excess of established norms, resulting in a catalog does not fall all the desired information or the server simply rejects the registration of your site. </dd>
<dd>      2. It is necessary to include all the most commonly used in your site terms and their synonyms in the tag descriptions. You can also include terms that are not relevant to your pages, but the Internet such behavior is considered invalid. The list of keywords and phrases can be inserted. In this case, your site increases the chance to get to the very top of the list issued by the search engine (in case of a match it with one that introduces the user). </dd>
<dd>     3. To increase your site's ranking and hit him in the upper part of the search list each term must be included in the description, repeat about 3 times. Search engines typically work with META tags and in their absence is already with the page. Sometimes this leads to a site in the list of top 10, but can cause IR negative results (before registering, check your favorite search engine, making the request and looking at the keywords for sites that stand in the top position).</dd>
<dd>     4. Use the descriptions and the list of terms as possible synonyms. </dd>
<dd>5. Do not use the descriptions in the list of terms and concepts and words loosely connected with each other. </dd>
<dd>
<p><script type="text/javascript" src="js/links.js"></script></p>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-meta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Lists</title>
		<link>http://phpforms.net/tutorial/html-home/html-lists.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-lists.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:15:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Lists]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=120</guid>
		<description><![CDATA[
HTML supports ordered (numbered) lists, unordered (bulleted) lists and definition lists. 
Unordered lists are usually marked with bullets. Unordered list starts with &#60;ul&#62; tag. Each item of the list starts with &#60;li&#62;  tag. It is possible to add paragraphs, images, links to the list.
Example:
Ordered list contains items, marked with numbers. To define the beginning [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>HTML supports ordered (numbered) lists, unordered (bulleted) lists and definition lists. </dd>
<dd>Unordered lists are usually marked with bullets. Unordered list starts with &lt;ul&gt; tag. Each item of the list starts with &lt;li&gt;  tag. It is possible to add paragraphs, images, links to the list.</dd>
<dd>Example:</dd>
<dd>Ordered list contains items, marked with numbers. To define the beginning of an ordered list &lt;ol&gt; tag is used. Elements of an ordered list start with &lt;li&gt; tag.</dd>
<dd>Example:</dd>
<dd>Definition list contains list items with a description provided for each list item. Such list starts with &lt;dl&gt; (short for “definition list”) tag. Each item starts with &lt;dt&gt; (short for “definition term”) tag. Each description starts with &lt;dd&gt; (short for “definition description”) tag.</dd>
<dd>Example:</dd>
<dd>
<dd><a class="menu_black" title="HTML Images" href="html-images.html">HTML Images</a></dd>
<dd><a class="menu_black" title="HTML Tables" href="html-tables.html">HTML Tables</a></dd>
<dd><a class="menu_black" title="HTML Forms" href="html-forms.html">HTML Forms</a></dd>
<dd><a class="menu_black" title="HTML colors" href="html-colors.html">HTML colors</a></dd>
</dd>
</dl></div>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-lists.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Links</title>
		<link>http://phpforms.net/tutorial/html-home/html-links.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-links.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:15:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Links]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=118</guid>
		<description><![CDATA[

HTML Links

	Web document requires an opportunity to create multiple connections between pages and sites. In short, link is address to a certain document or webpage. Such connections are created using specific tags. Texts, forms or images can be used for creating links between webpages.
	It is necessary to define certain terms before explaining how linking is [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>
<h1>HTML Links</h1>
</dd>
<dd>	Web document requires an opportunity to create multiple connections between pages and sites. In short, link is address to a certain document or webpage. Such connections are created using specific tags. Texts, forms or images can be used for creating links between webpages.</dd>
<dd>	It is necessary to define certain terms before explaining how linking is represented in HTML code. Hyperlink points to a certain resource located on the web, be it an image, a document, a movie etc.. Anchor is a term used to define content within the webpage, tied to a hyperlink. &lt;a&gt; is an HTML element, which defines anchors and hyperlinks in the HTML code. </dd>
<dd>	HTML link must be defined in accordance to the rules of HTML syntax. It should be formulated the following way:</dd>
<dd>Example</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;url&quot;</span>&gt;</span>Link text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>Example description: start tag &lt;a href=&quot;url&quot;&gt; contains link attribute. Link text (i.e. an element content) is the text to be displayed on the page. </dd>
<dd>Element content should necessarily contain the text. It may contain image or any other HTML element.</dd>
<dd>Href is an attribute, which defines the link destination. </dd>
<dd>Example:</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.conkurent.com/&quot;</span>&gt;</span>Visit Conkurent<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>Target is an attribute, which defines how the link will open. </dd>
<dd>Example:</dd>
<dd>Name is an attribute, which associates &lt;a&gt; element with a specific name anchor containing in the HTML document. Named anchor will not be displayed in some specific manner. </dd>
<dd>Example:</dd>
<dd>Named anchors are used for multiple purposes. For instance, they can be used for creating contents at the beginning of the document. An anchored name will be given to each document section, and links to the names will be included into the contents.</dd>
<dd>*Important note: it is recommended to use slash to divide references into subfolder. Formulating link without a trailing slash will produce two requests to a web server, because browser will add slash and create a new request. </dd>
<dd><script type="text/javascript" src="js/links.js"></script></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-links.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML layout</title>
		<link>http://phpforms.net/tutorial/html-home/html-layout.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-layout.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:14:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML layout]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=116</guid>
		<description><![CDATA[
	Pages designed in a form of newspaper columns are widespread in the web. This layout can be designed with the help of HTML.
HTML tables are a recognized tool for formatting a layout of the web page. It allows adding columns to a text of part of it. A &#60;table&#62; HTML tag is used for dividing [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Pages designed in a form of newspaper columns are widespread in the web. This layout can be designed with the help of HTML.</dd>
<dd>HTML tables are a recognized tool for formatting a layout of the web page. It allows adding columns to a text of part of it. A &lt;table&gt; HTML tag is used for dividing the page into columns. To avoid representing text in a table, borders should be invisible, and some space between the cells should be added. Table layout allows adding much text to the column, aligning it.</dd>
<dd>Example:</dd>
<dd>It is possible to add color either to both columns or to one of them. The layout is formatted the same way.</dd>
<dd>Example:</dd>
<dd><a class="menu_black" title="HTML Forms" href="html-forms-2.html">HTML Forms</a></dd>
<dd><a class="menu_black" title="HTML colors" href="html-colors.html">HTML colors</a></dd>
<dd><a class="menu_black" title="HTML frames" href="html-frames.html">HTML frames</a></dd>
<dd><a class="menu_black" title="HTML fonts" href="html-fonts.html">HTML fonts</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-layout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Introduction</title>
		<link>http://phpforms.net/tutorial/html-home/html-introduction.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-introduction.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Introduction]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=113</guid>
		<description><![CDATA[
HTML stands for the Hyper Text MarkUp Language. This language is used by browser for representing page texts and graphics. HTML is an independent platform, which provides tools for creating structured documents with the help of specific structural text semantics. Being an independent platform, HTML can be written, edited and viewed at any type of [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>HTML stands for the Hyper Text MarkUp Language. This language is used by browser for representing page texts and graphics. HTML is an independent platform, which provides tools for creating structured documents with the help of specific structural text semantics. Being an independent platform, HTML can be written, edited and viewed at any type of operating system.</dd>
<dd>HTML tags define the whole structure of the webpage text. Tags are enclosed in angle brackets, like &lt;s&gt;. Usually, HTML tags are used in pairs, i.e. opening (or start) tag and closing (or end) tag, like &lt;b&gt; and &lt;/b&gt;. A pair of tags, consisting of start tag and end tag, is usually referred to as element. </dd>
<dd>HTML pages contain tags and plain text. Tags are commands that are interpreted by web browser for displaying the page. Writing in correct HTML format makes the webpage structured and easy-to read, understand and edit.</dd>
<dd>
HTML (HyperText Markup Language) - hypertext markup language for documents. HTML is intended for making documents suitable for reading from screen monitor.
                  </dd>
<dd>
<h2>How to create HTML?</h2>
</dd>
<dd>
                      Different text editors (e.g., Notepad), word processors (Word), &lt;strong&gt;HTML tag editors&lt;strong/&gt; and visual HTML editors can be used for creating HTML documents. You can design an HTML document in a simple Notepad. To get a &lt;strong&gt;valid HTML&lt;/strong&gt; page you need to write HTML code in a text file holding to a certain standard, then save it on your hard drive, change the extension to .html or .htm.
                    </dd>
<dd>
<h3 class = "h3">HTML Document Structure</h3>
</dd>
<dd>
<p>                      What are tags in HTML? </p>
</dd>
<dd>
                      Tag is the text markup tool. Tags can written in a lower or upper case, there is no difference here. Tags can be paired or unpaired (odd). An example of a pair tag is the tag &lt;html&gt; &lt;/html&gt;. This tag starts and finishes any &lt;strong&gt;HTML document&lt;/strong&gt;. The second part of pair of tag differs from the first only by the character &quot;/&quot; but the first part of the tag may also contain additional parameters. For example the tag &lt;font size=&quot;4&quot;&gt; &lt;/font&gt;, the parameter size = &quot;4&quot; determines the size of the text. An example of an odd tag is the tag &lt;hr&gt; - the tag that inserts a horizontal line in the HTML document, such as at the end of this paragraph.
                    </dd>
<dd>
<h4>Example Simple Html</h4>
</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>Example: My First Html Document<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>Example: My First Html Document<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><a class="menu_black" title="HTML Get Started" href="html-get-started.html">HTML Get Started</a><br />
<a class="menu_black" title="HTML Basic" href="html-basic.html">HTML Basic</a></dd>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-introduction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Images</title>
		<link>http://phpforms.net/tutorial/html-home/html-images.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-images.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:12:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Images]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=111</guid>
		<description><![CDATA[
	Images are an inherent part of almost any webpage, so it is important to use them properly. &#60;img&#62; tag is used for inserting the images into the webpage. Note that the image tag is empty, so it   does not require the end tag and contains attributes only. To add an image to the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Images are an inherent part of almost any webpage, so it is important to use them properly. &lt;img&gt; tag is used for inserting the images into the webpage. Note that the image tag is empty, so it   does not require the end tag and contains attributes only. To add an image to the page, src (short for “source”) tag should be used. </dd>
<dd>Syntax example:</dd>
<dd>Image url shows the browser where a desired image is stored to take this image and insert it into the document. The browser inserts an image into the place in the text, where image tag is located. </dd>
<dd>Alt attribute is used for formulating an image alternate text. The value of this attribute is defined by the code author.</dd>
<dd>Example:</dd>
<dd>*Technically, alternate text describes the image for those cases when it does not load properly and informs site visitors what is supposed to be displayed. The browser displays the alternate text in case if image cannot be displayed. It is recommended to provide alternate text for all images on a page.</dd>
<dd><a class="menu_black" title="HTML formatting" href="html-formatting.html">HTML formatting</a></dd>
<dd><a class="menu_black" title="HTML Links" href="html-links.html">HTML Links</a></dd>
<dd><a class="menu_black" title="HTML Tables" href="html-tables.html">HTML Tables</a></dd>
<dd><a class="menu_black" title="HTML Lists" href="html-lists.html">HTML Lists</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Headings</title>
		<link>http://phpforms.net/tutorial/html-home/html-headings.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-headings.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:11:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Headings]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=109</guid>
		<description><![CDATA[
Headings are defined by a range of tags, from &#60;h1&#62; to &#60;h6&#62;, with &#60;h1&#62; referring to the largest, and &#60;h6&#62; to the smallest heading.
*Important note: browser adds an empty line before and after heading automatically. 
Example:
Headings are of a much importance for search engine indexing. Search engines use headings to define the structure of the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Headings are defined by a range of tags, from &lt;h1&gt; to &lt;h6&gt;, with &lt;h1&gt; referring to the largest, and &lt;h6&gt; to the smallest heading.</dd>
<dd>*Important note: browser adds an empty line before and after heading automatically. </dd>
<dd>Example:</dd>
<dd>Headings are of a much importance for search engine indexing. Search engines use headings to define the structure of the webpage and webpage content. It is strongly recommended to avoid using headings tags for text. </dd>
<dd>*Important note: the webpage will look well-organized if headings will be used logically - &lt;h1&gt; for main heading, &lt;h2&gt; for heading of a lower level etc.</dd>
<dd>HTML Line is a tag used for creating a horizontal line - &lt;hr /&gt;. While horizontal tags are added by the browsers automatically in case of headings, You may need to add a horizontal line manually. </dd>
<dd>Example:</dd>
<dd>HTML comments are helpful in case it is necessary to add a comment to the code. To make it invisible for the browser, and to make it non-displayable, comment should be enclosed into &lt;!—and --&gt;.</dd>
<dd>Example:</dd>
<dd>
<dd><a class="menu_black" title="HTML Elements" href="html-elements.html">HTML Elements</a></dd>
<dd><a class="menu_black" title="HTML attributes" href="html-attributes.html">HTML attributes</a></dd>
<dd><a class="menu_black" title="HTML Paragraphs" href="html-paragraphs.html">HTML Paragraphs</a></dd>
<dd><a class="menu_black" title="HTML formatting" href="html-formatting.html">HTML formatting</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-headings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Head</title>
		<link>http://phpforms.net/tutorial/html-home/html-head.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-head.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML HEAD]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=107</guid>
		<description><![CDATA[
	The head element contains descriptive document information. Those elements that are present in the HTML head section are not displayed by the browser. According to HTML code rules, there is a set of elements that are acceptable for the head section: &#60;script&#62;, &#60;base&#62;, &#60;meta&#62;, &#60;title&#62;, &#60;style&#62;, and &#60;link&#62;. 
Example:
The list of head tags:
&#60;head&#62; describes the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	The head element contains descriptive document information. Those elements that are present in the HTML head section are not displayed by the browser. According to HTML code rules, there is a set of elements that are acceptable for the head section: &lt;script&gt;, &lt;base&gt;, &lt;meta&gt;, &lt;title&gt;, &lt;style&gt;, and &lt;link&gt;. </dd>
<dd>Example:</dd>
<dd>The list of head tags:</dd>
<dd>&lt;head&gt; describes the document</dd>
<dd>&lt;title&gt; gives the title of the document</dd>
<dd>&lt;base&gt; gives base URL</dd>
<dd>&lt;link&gt; shows the reference</dd>
<dd>&lt;meta&gt; gives descriptive information</dd>
<dd>
<dd><a class="menu_black" title="HTML styles" href="html-styles.html">HTML styles</a></dd>
<dd><a class="menu_black" title="Character entities" href="html-character-entities.html">Character entities</a></dd>
<dd><a class="menu_black" title="HTML meta" href="html-meta.html">HTML meta</a></dd>
<dd><a class="menu_black" title="HTML URLs" href="html-urls.html">HTML URLs</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-head.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Get Started</title>
		<link>http://phpforms.net/tutorial/html-home/html-get-started.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-get-started.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:02:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Get Started]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=105</guid>
		<description><![CDATA[
There are lots of html-editors that would be helpful in creating webpages. However, knowledge of HTML give more extended options in page writing and editing. Besides, there are tags that certain HTML editors do not understand. Knowing basics of HTML allows reading codes of other writers and using advanced features in your own code. Writing [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>There are lots of html-editors that would be helpful in creating webpages. However, knowledge of HTML give more extended options in page writing and editing. Besides, there are tags that certain HTML editors do not understand. Knowing basics of HTML allows reading codes of other writers and using advanced features in your own code. Writing HTML does not require any specific editor, it can be easily done by hand in any text editor, for instance, Windows notepad. Being an experienced web developer, you may combine writing your own code with editing in professional HTML editor.</dd>
<dd>
<dd><a class="menu_black" title="HTML Introduction" href="html-introduction.html">HTML Introduction</a></dd>
<dd><a class="menu_black" title="HTML Basic" href="html-basic.html">HTML Basic</a></dd>
<dd><a class="menu_black" title="HTML Elements" href="html-elements.html">HTML Elements</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-get-started.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Frames</title>
		<link>http://phpforms.net/tutorial/html-home/html-frames.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-frames.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Frames]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=103</guid>
		<description><![CDATA[
	HTML code allows creating vertical and horizontal frameset. 
Frames allow combining two or more HTML documents within the limits of a single browser window. Each HTML document of these is referred to as an independent frame. 
There are some disadvantages of using framesets. At first, HTML developer should control more HTML documents. The second, such [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	HTML code allows creating vertical and horizontal frameset. </dd>
<dd>Frames allow combining two or more HTML documents within the limits of a single browser window. Each HTML document of these is referred to as an independent frame. </dd>
<dd>There are some disadvantages of using framesets. At first, HTML developer should control more HTML documents. The second, such page is difficult to print.</dd>
<dd>	The &lt;frame&gt; tag is used to point out which HTML document should be put into frame. </dd>
<dd>Example:</dd>
<dd>*Important note. In case the frame has borders that are visible to user, user can resize it. To forbid doing this, add &lt;noresize&gt; to the &lt;frame&gt; tag.</dd>
<dd>Example:</dd>
<dd>Some browsers may not support frames. The &lt;noframes&gt; tag should be added for such cases.</dd>
<dd>Example:</dd>
<dd>*Important note: the &lt;body&gt;&lt;/body&gt; tags must not be used with &lt;frame&gt; tags. But in case &lt;noframes&gt; tag is present in the page code, &lt;body&gt;&lt;/body&gt; must be added.</dd>
<dd>Example:</dd>
<dd>Frame–related tags:</dd>
<dd>&lt;frameset&gt; is used to define a set of frames</dd>
<dd>&lt;frame&gt; defines a single frame</dd>
<dd>&lt;noframes&gt; is used for browsers that do not support frames</dd>
<dd>&lt;iframe&gt; is used for inline frame</dd>
<dd>Examples:</dd>
<dd>
<dd><a class="menu_black" title="HTML colors" href="html-colors.html">HTML colors</a></dd>
<dd><a class="menu_black" title="HTML layout" href="html-layout.html">HTML layout</a></dd>
<dd><a class="menu_black" title="HTML fonts" href="html-fonts.html">HTML fonts</a></dd>
<dd><a class="menu_black" title="HTML 4.0" href="html-4.0.html">HTML 4.0</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-frames.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Forms</title>
		<link>http://phpforms.net/tutorial/html-home/html-forms-2.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-forms-2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:56:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Forms]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=101</guid>
		<description><![CDATA[
	HTLM form is a tool, enabling webmaster to obtain feedback from the site visitors. Form may contain various fields, defined by the webmaster. 
	Form elements allow visitor to enter certain information into the form field, which can be represented in a variety of types – a drop-down menu, a text field, a checkbox, a radio [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	HTLM form is a tool, enabling webmaster to obtain feedback from the site visitors. Form may contain various fields, defined by the webmaster. </dd>
<dd>	Form elements allow visitor to enter certain information into the form field, which can be represented in a variety of types – a drop-down menu, a text field, a checkbox, a radio button etc.. </dd>
<dd>	&lt;form&gt; tag is used to mark forms. </dd>
<dd>	&lt;input&gt; tag is a form tag, which is associated with type attribute, defining input type. There is a range of input types that are used most often. Their brief description is given below.</dd>
<dd>	Text field type is designed for entering information in form of letters or numbers. </dd>
<dd>Example:</dd>
<dd>*Important note: the form itself is not displayed. By default, the width of the text field is 20 characters.</dd>
<dd>Radio buttons are used when it is necessary to give the user a choice from a limited amount of options. </dd>
<dd>Example:</dd>
<dd>Checkboxes are used to give a user a list of options to choose from.</dd>
<dd>Example:</dd>
<dd>Form action attribute is necessary to define what actions should be performed after submitting the forms. Content of the form is sent to the server, and form action attribute defines the destination folder to send collected data to.</dd>
<dd>FORM - With the help of  the following elements you can create questionnaires and different fields for  text inputting with the possibility of subsequent sending the submitted forms  to your server.</dd>
<dd>Elements for form creating: </dd>
<dd>FORM - creates a form </p>
<dd>TEXTAREA - creates a field for inputting a few lines of text </dd>
<dd>SELECT - creates a menu </dd>
<dd>OPTION - Creates a separate items of the menu (see SELECT)</dd>
<dd>INPUT - creates a field in the form</dd>
<p></p>
<dd>FORM - is used to create a form. It should be the presence of initial and  ending tags. Inside the FORM element the use of the majority of HTML-elements is allowed. </dd>
<dd>NAME - defines the name of the form, unique to this document. Used if there is  a few forms in the document. </dd>
<dd>ACTION - a required attribute. Specifies the URL for sending the form content -  the path to the script of the server that acts in current form. </dd>
<dd>METHOD - defines the way to send the contents of the form. Possible values are  GET (default) and POST. </dd>
<dd>ENCTYPE - defines the method of coding the contents of the form when you send.  The default is &quot;application / x-www-form-urlencoded&quot;. </dd>
<dd>TARGET - defines the name of the window, which returns a result of a submitted  form. Possible values: _self, _parent, _top, _blank, or clearly specified the  name of the window. </dd>
<p></p>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">HTML</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
     <span style="color: #009900;">&lt;- Creating a form -&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">FORM</span> <span style="color: #000066;">ACTION</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;my.php&quot;</span> <span style="color: #000066;">METHOD</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Post&quot;</span> <span style="color: #000066;">NAME</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Form&quot;</span>&gt;</span>
     <span style="color: #009900;">&lt;! – Inside the form of creating a <span style="color: #000066;">text</span> box: -&gt;</span>
     Last Name:
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">INPUT</span> <span style="color: #000066;">TYPE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;myname&quot;</span> <span style="color: #000066;">SIZE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;20&quot;</span> <span style="color: #000066;">VALUE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;VALUE&quot;</span>&gt;</span>
     <span style="color: #009900;">&lt;! – The <span style="color: #ff0000;">&quot;Send&quot;</span> button: -&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">INPUT</span> <span style="color: #000066;">TYPE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">VALUE</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Otpravit&quot;</span>&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span> FORM&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span> body&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span> HTML&gt;</span></pre></td></tr></table></div>

</dd>
<dd>
                  HTML (HyperText Markup Language) is the predominant markup language for web pages. It helps describe the structure oftext-based information in a document and denotes certain text as links, headings, paragraphs, lists. Besides, it supplements the text with interactive forms, embedded images,<br />
and other objects. HTML is written with "tags", surrounded by angle brackets. HTML also describes, to some extent, the appearance of a document, and can include embedded scripting language code (such as JavaScript) that can affect the behavior of Web browsers and other HTML processors.
                </dd>
<p></p>
<dd>
HTML markup consists of several key components, including elements (and their attributes), character-based data types, character references and entity references. Another important component is the document type declaration, which specifies the Document Type Definition. Elements are the base for HTML markup. Elements have two main properties: attributes and content. Each attribute and each element's content has certain restrictions that must be followed for a HTML document to be considered valid. As a rule, an element has a<br />
start tag (e.g. ) and an end tag (e.g. &lt;/element-name&gt;). The element's attributes are located in the start tag and content is located between the tags (e.g. Content). There are several types of markup elements: structural, presentational and hypertext markup . Structural markup describes the purpose of text. Presentational markup describes the appearance of the text, independently of its function. Hypertext markup links parts of the document to other documents.
                </dd>
<p></p>
<dd>
                  Forms are a tool for the webmaster to get information from the user, such as: his name, email address, credit card, etc. They allow the user to enter requested information and submit it for processing. A form takes information from the viewer who may store that data into a file, place an order, gather user statistics, register to the web forum, or maybe subscribe to the weekly newsletter. Forms are the most popular means of making web pages interactive.
                </dd>
<p></p>
<dd>
<a href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML form</a> elements, often called “controls” (like text fields, text area fields, drop-down menus, radio buttons,<br />
file, reset, submit button, checkboxes, select box etc.), allow the user to enter data in a form. Users are able to interact with forms through these controls. When the user clicks on the "Submit" button, the input of the form is sent to the server. The form's action attribute gives the name of the file to send the content to. The file defined in the action attribute does something with the received data.
                </dd>
<p></p>
<dd>
A form is defined with the &lt;form&gt; tag. For example, the </dd>
<p></p>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Html Forms&quot;</span>&gt;</span>Html forms<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd>
<br />
can be used to insert credit card data to order a product or can be used to retrieve data. Besides, HTML forms are applied to query and display existing data in a similar manner to mail merge forms, with the same benefits. The implementation of HTML language often invokes user interface idioms automatically, such as grids and themes, which minimizes programming time, costs and risks.
                </dd>
<p></p>
<dd>
The most used form tag is the &lt;input&gt; tag. The type of input is specified with the type attribute. A form is defined with the &lt;form&gt; tag. The form itself is not visible.
</dd>
<p></p>
<dd>
After the form is submitted, the search words go to a program on the server. The program will search its database for matches. Afterwards, it creates a webpage with the results, which is sent back to the visitor. A typical HTML form example is a search engine.</p>
</dd>
<p></p>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span>&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">table</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>First Name: *<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Last Name: *<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Email Address: *<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Upload Image *<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;file&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;</span>Description / Comments:<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">textarea</span> <span style="color: #000066;">rows</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;5&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">textarea</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
          <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;button&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Submit&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
     <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">table</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></td></tr></table></div>

<p></p>
<p>  <img src="/images/form2.gif"  style=" width:500px; margin:0 auto; border:none" alt="" />
                </dd>
<dd>
<a class="menu_black" href="image-in-html.html" title="Image in HTML page ">Image in HTML page</a></dd>
<dd><a class="menu_black" href="html-forms-2.html" title="HTML forms">HTML forms</a></dd>
<dd><a class="menu_black" href="web_forms.html" title="Web Forms">Web Forms</a></dd>
<dd><a class="menu_black" href="form_maker.html" title="Form Maker">Form maker</a></script></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-forms-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Formatting</title>
		<link>http://phpforms.net/tutorial/html-home/html-formatting.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-formatting.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Formatting]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=99</guid>
		<description><![CDATA[
	As more and more elements are added to HTML code, minor changes may be required to format those elements. There is a range of formatting tags, which amplify text elements. These tags can add various effects to the plain text, making it bold, italic, underline it etc.
	Example:
*Important note: it is recommended not to overload the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	As more and more elements are added to HTML code, minor changes may be required to format those elements. There is a range of formatting tags, which amplify text elements. These tags can add various effects to the plain text, making it bold, italic, underline it etc.</dd>
<dd>	Example:</dd>
<dd>*Important note: it is recommended not to overload the text with HTML formatting tags. They should better be used separately; italicizing and bold font for the same word will be unnecessary exaggeration. To apply formatting to a block of text, CCS (or Cascading Style Sheets) should be used. </dd>
<dd>HTML Styles</dd>
<dd>The style is the HTML attribute, which introduces CSS to the HTML code. Style attribute is used for formatting a block of text in a single style. Styles firstly appeared with HTML 4, as a new method of formatting HTML elements in an easier way. Styles can be introduced to HTML elements in a direct way, by means of the style attribute, or indirectly with the help of CSS.</dd>
<dd>Style examples:</dd>
<dd>*Important note: certain tags and attributes are considered as deprecated. It means that these tags and attributes will not be accepted by future versions of HTML/XHTML.</dd>
<dd>The list of tags that should be avoided:</dd>
<dd>
<dd><a class="menu_black" title="HTML headings" href="html-headings.html">HTML headings</a></dd>
<dd><a class="menu_black" title="HTML Paragraphs" href="html-paragraphs.html">HTML Paragraphs</a></dd>
<dd><a class="menu_black" title="HTML Links" href="html-links.html">HTML Links</a></dd>
<dd><a class="menu_black" title="HTML Images" href="html-images.html">HTML Images</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-formatting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Fonts</title>
		<link>http://phpforms.net/tutorial/html-home/html-fonts.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-fonts.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Fonts]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=97</guid>
		<description><![CDATA[
	The &#60;font&#62; tag is not recommended to use. However, it is useful to know how it works.
With the help of the &#60;font&#62; tag, the size and the type of output text can be defined. 
Example:
The &#60;font&#62; tag attributes are as following:
size=&#34;number&#34; is used to define font size
size=&#34;+number&#34; is used to increase font size
size=&#34;-number&#34; is used [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	The &lt;font&gt; tag is not recommended to use. However, it is useful to know how it works.</dd>
<dd>With the help of the &lt;font&gt; tag, the size and the type of output text can be defined. </dd>
<dd>Example:</dd>
<dd>The &lt;font&gt; tag attributes are as following:</dd>
<dd>size=&quot;number&quot; is used to define font size</dd>
<dd>size=&quot;+number&quot; is used to increase font size</dd>
<dd>size=&quot;-number&quot; is used to decrease font size</dd>
<dd>face=&quot;face-name&quot; is used to define font name</dd>
<dd>color=&quot;color-value&quot; is used to define the font color</dd>
<dd>color=&quot;color-name&quot; is used to define the font color</dd>
<dd>Example:</dd>
<dd>*important note: &lt;font&gt; tag is not accepted by the latest versions of HTML. The World Wide Web Consortium has removed it from the list of recommended text. CSS should be used instead.</dd>
<dd>
<dd><a class="menu_black" title="HTML layout" href="html-layout.html">HTML layout</a></dd>
<dd><a class="menu_black" title="HTML frames" href="html-frames.html">HTML frames</a></dd>
<dd><a class="menu_black" title="HTML 4.0" href="html-4.0.html">HTML 4.0</a></dd>
<dd><a class="menu_black" title="HTML styles" href="html-styles.html">HTML styles</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-fonts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Events</title>
		<link>http://phpforms.net/tutorial/html-home/html-events.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-events.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Events]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=95</guid>
		<description><![CDATA[
	Among other enhanced options introduced in HTML 4.0., there is an option, which allows HTML events produce certain actions in browsers, for instance, perform script, when user clicks the HTML element. 
Here goes a list of attributes divided into sections.
Window events (these events are accepted in frameset and body elements)
Onload – the script is performed [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Among other enhanced options introduced in HTML 4.0., there is an option, which allows HTML events produce certain actions in browsers, for instance, perform script, when user clicks the HTML element. </dd>
<dd>Here goes a list of attributes divided into sections.</dd>
<dd>Window events (these events are accepted in frameset and body elements)</dd>
<dd>Onload – the script is performed after the document is loaded</dd>
<dd>Onunload - the script is performed after the document is unloaded</dd>
<dd>Form events (are accepted in forms elements only)</dd>
<dd>Onchange is performed if the element is altered</dd>
<dd>Onsubmit is performed after form submission</dd>
<dd>Onreset is performed after form reset</dd>
<dd>Onselect Is performed after element selection</dd>
<dd>Onblur is performed when the element is not in focus</dd>
<dd>Onfocus is performed when the element is in focus</dd>
<dd>Keyboard-related events</dd>
<dd>(not accepted for frame, base, bdo, br, html,  frameset, head, iframe, meta, script,  param, style, and title elements)</dd>
<dd>Onkeydown – defines an action, which is performed after pressing the key</dd>
<dd>onkeypress– defines an action, which is performed after pressing and releasing the key</dd>
<dd>onkeyup – defines an action, which is performed after releasing the key</dd>
<dd>Mouse-related events</dd>
<dd>onclick– defines an action, which is performed by mouse click</dd>
<dd>ondblclick - defines an action, which is performed by double- mouse click</dd>
<dd>onmousedown - defines an action, which is performed when the mouse is pressed</dd>
<dd>onmousemove- defines an action, which is performed when the pointer is moving</dd>
<dd>onmouseout- defines an action, which is performed when the pointer is removed from the element</dd>
<dd>onmouseover - defines an action, which is performed when the pointer is over the element</dd>
<dd>onmouseup - defines an action, which is performed when the mouse is released</dd>
<dd>
<dd><a class="menu_black" title="HTML URLs" href="html-urls.html">HTML URLs</a></dd>
<dd><a class="menu_black" title="HTML scripts" href="html-scripts.html">HTML scripts</a></dd>
<dd><a class="menu_black" title="HTML URL encode" href="html-url-encode.html">HTML URL encode</a></dd>
<dd><a class="menu_black" title="HTML webserver" href="html-webserver.html">HTML webserver</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-events.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Elements</title>
		<link>http://phpforms.net/tutorial/html-home/html-elements.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-elements.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:54:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Elements]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=93</guid>
		<description><![CDATA[
As it has already been mentioned before, HTML element is the content between start tag and end tag: &#60;p&#62;This is a text&#60;/p&#62;. Starting tag - &#60;p&#62;, element content – “this is a text”, closing tag - &#60;/p&#62;. Nested HTML elements stand for elements that contain other HTML elements. 
	There are important HTML syntax rules that [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>As it has already been mentioned before, HTML element is the content between start tag and end tag: &lt;p&gt;This is a text&lt;/p&gt;. Starting tag - &lt;p&gt;, element content – “this is a text”, closing tag - &lt;/p&gt;. Nested HTML elements stand for elements that contain other HTML elements. </dd>
<dd>	There are important HTML syntax rules that should be remembered for quick and easy start with HTML:</dd>
<dd>
<ul>
<li>every HTML element starts with start/opening tag</li>
<li>every HTML element ends with end/closing tag</li>
<li>element content is the content enclosed in start and end tags</li>
<li>certain HTML elements may contain an empty content</li>
<li>empty elements are closed in an opening tag</li>
<li>HTML elements may be supplied with HTML attributes</li>
</ul>
</dd>
<dd>Example of HTML text:</dd>
<dd>Example description:</dd>
<dd>&lt;html&gt; element – defines the start and the end of the HTML document. Closing element tag is &lt;/html&gt;, which marks the end of the document.</dd>
<dd>&lt;body&gt; - marks the start of the body part of the HTML document. Closing element tag is &lt;/body&gt;. May contain other elements, such as &lt;p&gt;, which stands for paragraph.</dd>
<dd>*Important note: it is necessary to remember about the end tag. Most browsers will read HTML code correctly even without end tag:</dd>
<dd>&lt;p&gt;This is a text</dd>
<dd>However, in certain cases missing end tag may produce errors, so better not skip end tags.</dd>
<dd>Empty HTML elements are elements that do not contain any content. Empty elements may be enclosed in start tag only. For instance, &lt;br&gt; is an empty element, which defines a line break and it doesn’t have an end tag. However, future versions of HTML, XHTML and XML do not allow HTML elements that are not closed. Correct closing  of &lt;br&gt; element will be adding slash - &lt;br /&gt;, and in this case it will be accepted by HTML, XHTML and XML. Thus, closing empty tags correctly makes the webpage future-proof. </dd>
<dd>*Important note: it is better to use lowercase for HTML tags. Generally, tags are not case sensitive, and &lt;S&gt; will mean exactly the same as &lt;s&gt;. However, the World Wide Web Consortium recommends using lowercase, and for future versions of HTML/XTML upper case is not acceptable.</dd>
<dd>
<dd><a class="menu_black" title="HTML Get Started" href="html-get-started.html">HTML Get Started</a></dd>
<dd><a class="menu_black" title="HTML Basic" href="html-basic.html">HTML Basic</a></dd>
<dd><a class="menu_black" title="HTML attributes" href="html-attributes.html">HTML attributes</a></dd>
<dd><a class="menu_black" title="HTML headings" href="html-headings.html">HTML headings</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-elements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Colors</title>
		<link>http://phpforms.net/tutorial/html-home/html-colors.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-colors.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Colors]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=89</guid>
		<description><![CDATA[
	Colors in HTML code are displayed through the combination of red, green and blue light. 
A hexadecimal code is used for the combination of values. The lowest value that can be given for color is 0 (hex 00) and the highest is 255 (hex FF). 
Color values example:
	The combination of these three colors enables the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Colors in HTML code are displayed through the combination of red, green and blue light. </dd>
<dd>A hexadecimal code is used for the combination of values. The lowest value that can be given for color is 0 (hex 00) and the highest is 255 (hex FF). </dd>
<dd>Color values example:</dd>
<dd>	The combination of these three colors enables the webmaster with more than 16 million colors to use. All major browsers support about 150 color names, which are shared for all these browsers. </dd>
<dd>	There is a set of standard color names that can be used instead of codes: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. For other colors codes should be used.</dd>
<dd>HTML color names/Color values</dd>
<dd>In this section you can find a table with standard color names that are supported by major browsers. Each color name is given with corresponding hex value.</dd>
<dd>
<dd><a class="menu_black" title="HTML Lists" href="html-lists.html">HTML Lists</a></dd>
<dd><a class="menu_black" title="HTML Forms" href="html-forms.html">HTML Forms</a></dd>
<dd><a class="menu_black" title="HTML layout" href="html-layout.html">HTML layout</a></dd>
<dd><a class="menu_black" title="HTML frames" href="html-frames.html">HTML frames</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-colors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Character entities</title>
		<link>http://phpforms.net/tutorial/html-home/html-character-entities.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-character-entities.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Character entities]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=87</guid>
		<description><![CDATA[
	Some characters cannot be used in the HTML code, because these characters may be recognized as HTML code. To display these characters correctly, HTML source is used. These characters are inserted the following way: &#38;#entity_number or &#38;entity_name.
* Important note: it is better to use numbers, than the names. Numbers are widely supported by the browsers, [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>	Some characters cannot be used in the HTML code, because these characters may be recognized as HTML code. To display these characters correctly, HTML source is used. These characters are inserted the following way: &amp;#entity_number or &amp;entity_name.</dd>
<dd>* Important note: it is better to use numbers, than the names. Numbers are widely supported by the browsers, while names can produce occasional problems.</dd>
<dd>	Example:</dd>
<dd>Non-breaking space is one of the most frequently used entities. HTML removes extra spaces. So, a special entity is used for adding spaces that will be non-removable. </dd>
<dd>The list of mostly used entities:</dd>
<dd>
<dd><a class="menu_black" title="HTML 4.0." href="html-4.0..html">HTML 4.0.</a></dd>
<dd><a class="menu_black" title="HTML styles" href="html-styles.html">HTML styles</a></dd>
<dd><a class="menu_black" title="HTML head" href="html-head.html">HTML head</a></dd>
<dd><a class="menu_black" title="HTML meta" href="html-meta.html">HTML meta</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-character-entities.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Basic</title>
		<link>http://phpforms.net/tutorial/html-home/html-basic.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-basic.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Basic]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=85</guid>
		<description><![CDATA[
Normally, HTML page consists of two parts – head and body. Head contains text and tags that are not directly displayable at the page. Body contains main webpage content. Every webpage starts with &#60;html&#62; and ends up with &#60;/html&#62;. These tags are used to let browser know where HTML code starts and when it ends. [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Normally, HTML page consists of two parts – head and body. Head contains text and tags that are not directly displayable at the page. Body contains main webpage content. Every webpage starts with &lt;html&gt; and ends up with &lt;/html&gt;. These tags are used to let browser know where HTML code starts and when it ends. There are 4 basic tag elements that are necessary for creating a structured webpage. </dd>
<dd>
<ol>
<li>HTML headings. HTML headings are marked with a range of tags from &lt;h1&gt; to &lt;h6&gt;</li>
<li>HTML paragraphs are marked with &lt;p&gt; tag.</li>
<li>HTML links are marked with &lt;s&gt; tag</li>
<li>HTML images are marked with &lt;img&gt; tag. In this case, specific characteristics of an image are defined with the help of attributes.</li>
</ol>
</dd>
<dd>
<dd><a class="menu_black" title="HTML Introduction" href="html-introduction.html">HTML Introduction</a></dd>
<dd><a class="menu_black" title="HTML Get Started" href="html-get-started.html">HTML Get Started</a></dd>
<dd><a class="menu_black" title="HTML Elements" href="html-elements.html">HTML Elements</a></dd>
<dd><a class="menu_black" title="HTML attributes" href="html-attributes.html">HTML attributes</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-basic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Attributes</title>
		<link>http://phpforms.net/tutorial/html-home/html-attributes.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-attributes.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML Attributes]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=83</guid>
		<description><![CDATA[
HTML attributes are used to amplify HTML tags, i.e. provide additional information for HTML elements. It is necessary to remember that attributes are always specified in the start tag. Attributes always contain a name and value pair, which looks like this: name=“value”.
*Important note: attribute names and attribute values are case sensitive. In certain cases, using [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>HTML attributes are used to amplify HTML tags, i.e. provide additional information for HTML elements. It is necessary to remember that attributes are always specified in the start tag. Attributes always contain a name and value pair, which looks like this: name=“value”.</dd>
<dd>*Important note: attribute names and attribute values are case sensitive. In certain cases, using lowercase is recommended, in some cases it is required. To give the code more universal nature, it is better to use lowercase in all cases.</dd>
<dd>Example:</dd>
<dd>	*Important note: it is required to enclose attribute values into quotes. Traditionally, double quotes are used for this, however, single styles quotes are also acceptable. In case element content contains quotes itself, it is necessary to use singles quotes for the value.</dd>
<dd>Example: </dd>
<dd>
<dd><a class="menu_black" title="HTML Basic" href="html-basic.html">HTML Basic</a></dd>
<dd><a class="menu_black" title="HTML Elements" href="html-elements.html">HTML Elements</a></dd>
<dd><a class="menu_black" title="HTML headings" href="html-headings.html">HTML headings</a></dd>
<dd><a class="menu_black" title="HTML Paragraphs" href="html-paragraphs.html">HTML Paragraphs</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-attributes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 4.0</title>
		<link>http://phpforms.net/tutorial/html-home/html-4-0.html</link>
		<comments>http://phpforms.net/tutorial/html-home/html-4-0.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 20:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Home]]></category>
		<category><![CDATA[HTML 4.0]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=81</guid>
		<description><![CDATA[
The problem with older versions of HTML was such that the language was not adjusted to document formatting. Such characteristics as color or font type had to be added manually to each separate page, which made the process extremely long and complicated. 
This issue has been resolved in later versions of HTML. All formatting-related details [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>The problem with older versions of HTML was such that the language was not adjusted to document formatting. Such characteristics as color or font type had to be added manually to each separate page, which made the process extremely long and complicated. </dd>
<dd>This issue has been resolved in later versions of HTML. All formatting-related details are replaced from the document into a style sheet. Thus, the control over the document structure remains necessary without interfering into the content.</dd>
<dd>Thus,  it is highly recommended to avoid deprecated tags and use style sheets instead.</dd>
<dd>XHTML is a newer version of HTML. To start using XHTML it is necessary to get used to putting tags in lowercase. </dd>
<dd>It is necessary to check out if your HTML documents are valid with HTML 4.01. it can be done with the help of DTD (Document Type Definition). </dd>
<dd>The HTML 4.01 Strict DTD contains elements and attributes that are accepted by later versions of HTML.</dd>
<dd>Example:</dd>
<dd>The HTML 4.01 Transitional DTD contains elements and attributes that are accepted by later versions of HTML and those that are not accepted.</dd>
<dd>Example:</dd>
<dd>The HTML 4.01 Frameset DTD contains all above-mentioned elements plus frames.</dd>
<dd>
<dd><a class="menu_black" title="HTML frames" href="html-frames.html">HTML frames</a></dd>
<dd><a class="menu_black" title="HTML fonts" href="html-fonts.html">HTML fonts</a></dd>
<dd><a class="menu_black" title="HTML styles" href="html-styles.html">HTML styles</a></dd>
<dd><a class="menu_black" title="Character entities" href="html-character-entities.html">Character entities</a></dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-home/html-4-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

