<?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 Tags</title>
	<atom:link href="http://phpforms.net/tutorial/category/html-tags/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>Tag-SPAN</title>
		<link>http://phpforms.net/tutorial/html-tags/html-span.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-span.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 07:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?p=1383</guid>
		<description><![CDATA[
 Description
Tag &#60;SPAN> is aimed to define the built-in elements of the document. You may extract part of information in the other tags and define your own style for it.


1
&#60;span&#62;...&#60;/span&#62;


Closing Tag
Is optional.
Analogue CSS
Font-size

]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;SPAN> is aimed to define the built-in elements of the document. You may extract part of information in the other tags and define your own style for it.</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;">span</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>Font-size</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-span.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag-SUP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-sup.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-sup.html#comments</comments>
		<pubDate>Fri, 12 Feb 2010 07:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?p=1377</guid>
		<description><![CDATA[
 Description
Displays the type as a superscript. The type is smaller and it is above the base line of the text.


1
&#60;sup&#62;Теxt&#60;/sup&#62;


Closing Tag
Is optional.
Analogue CSS
vertical-align: super
Parameters
No

]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Displays the type as a superscript. The type is smaller and it is above the base line of the text.</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;">sup</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">sup</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>vertical-align: super</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-sup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SMALL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-small.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-small.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:05:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[Tag SMALL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=343</guid>
		<description><![CDATA[
 Description
Tag &#60;SMALL&#62; uses decrement of the font size by one in comparison with regular text. The font size is measured in standard units from 1 to 7, the norm size of the text is 3 by default. Thus the result of the adding of the tag &#60;SMALL&#62; is decrement of the font size by [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;SMALL&gt; uses decrement of the font size by one in comparison with regular text. The font size is measured in standard units from 1 to 7, the norm size of the text is 3 by default. Thus the result of the adding of the tag &lt;SMALL&gt; is decrement of the font size by one.</dd>
<dd>The selection of type family has an effect on the font size. Use the styles to control the size of the text.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">small</span>&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">small</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd> </dd>
<dd></dd>
<dd><a title="Form Builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html">Form builder</a></dd>
<dd><a title="Email Form Generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form generator</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-small.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag XMP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-xmp.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-xmp.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:04:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[Tag XMP]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=341</guid>
		<description><![CDATA[
 Description
Tag &#60;XMP> displays the content of the package as it is and by means of fixed width font. While the tag &#60;XMP> is not closed, all tags in it are displayed as regular text.


1
&#60;xmp&#62;Text&#60;/xmp&#62;


Parametrs
No
 Closing  Tag
Is optional.

                
 [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;XMP> displays the content of the package as it is and by means of fixed width font. While the tag &lt;XMP> is not closed, all tags in it are displayed as regular text.</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;xmp&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>xmp&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd> <u>Closing  Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-xmp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag WBR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-wbr.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-wbr.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:03:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[Tag WBR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=339</guid>
		<description><![CDATA[
 Description
While using the tag &#60;NOBR>, which disables transfer of the text, you can indicate location of line folding with the help of tag &#60;WBR>.


1
&#60;nobr&#62;Тext&#60;wbr&#62; text&#60;/nobr&#62;


Parametrs
No
 Closing  Tag
Is optional.

                
          [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>While using the tag &lt;NOBR>, which disables transfer of the text, you can indicate location of line folding with the help of tag &lt;WBR>.</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;nobr&gt;</span>Тext<span style="color: #009900;">&lt;wbr&gt;</span> text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>nobr&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd> <u>Closing  Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-wbr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag VAR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-var.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-var.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[Tag VAR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=337</guid>
		<description><![CDATA[
 Description
Tag &#60;VAR> is used to highlight the variable computer programs. Browsers highlight the text in the package &#60;VAR> with italic font.


1
&#60;var&#62;Тext&#60;/var&#62;


Parametrs
No
 Closing  Tag
Is optional.

                
              [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;VAR> is used to highlight the variable computer programs. Browsers highlight the text in the package &lt;VAR> with italic font.</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;">var</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">var</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd> <u>Closing  Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-var.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag UL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-ul.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-ul.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:02:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[Tag UL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=335</guid>
		<description><![CDATA[
 Description
Tag &#60;UL&#62; defines the labeled list. Each element of the list must begin with the tag &#60;LI&#62;.


&#60;ul&#62;
	&#60;li&#62;element of label list&#60;/li&#62;
&#60;/ul&#62;


Parametrs
Type 
 defines the type of the list marker
 Closing  Tag
Is optional.
The Description of Tag &#60;UL&#62; Parameters 
 Description
Defines the type of the marker. 


&#60;ul type=&#34;disc &#124; circle &#124; square&#34;&#62;...&#60;/ul&#62;


Arguments
There are three types of [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;UL&gt; defines the labeled list. Each element of the list must begin with the tag &lt;LI&gt;.</dd>
<dd>

<div class="wp_syntax"><div 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>element of label list<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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Type</strong> </dd>
<dd> defines the type of the list marker</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is optional.</dd>
<dd><strong>The Description of Tag &lt;UL&gt; Parameters </strong></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the type of the marker. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;disc | circle | square&quot;</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>There are three types of markers for the label list: circle, circumference and square. </dd>
<dd><span style="text-decoration: underline;">Default Value</span></dd>
<dd>Disc</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>List-style-type</dd>
<dd>
</dd>
<dd><a title="Form Builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html">Form generator</a></dd>
<dd><a title="Email Form Generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-ul.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-tr.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-tr.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=333</guid>
		<description><![CDATA[
 Description
Tag &#60;TR&#62; is a package for creating the line for the table. Each cell in the range of such line can be defined by the tag &#60;TH&#62; or &#60;TD&#62;.


...
&#60;table&#62;
&#60;tbody&#62;&#60;/tbody&#62;
&#60;/table&#62;


Parametrs
Align  defines text alignment in the line
Valign vertical alignment of the content of the cell
Bgcolor  background colour of the cells, which are located in [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;TR&gt; is a package for creating the line for the table. Each cell in the range of such line can be defined by the tag &lt;TH&gt; or &lt;TD&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
<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;">tbody</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines text alignment in the line</dd>
<dd><strong>Valign</strong> vertical alignment of the content of the cell</dd>
<dd><strong>Bgcolor </strong> background colour of the cells, which are located in the package &lt;THEAD&gt;</dd>
<dd><strong>Bordercolor</strong> colour of a frame</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The description of tag &lt;TR&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the horizontal alignment of the cells’ content.  If it is necessary to define different alignment for each line, use styles of align parameter for tag &lt;TD&gt; or &lt;TH&gt;.</dd>
<p>.</p>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment.</dd>
<dd><strong>right </strong> right alignment.</dd>
<dd><strong>center </strong> center alignment.</dd>
<dd><strong>justify </strong> justified alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align.</dd>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the cells, which are located in the package &lt;THEAD&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour of the background is used usually.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd>BORDERCOLOR Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the frame around the line. The frame is displayed if the border parameter is defined with nonzero value in the tag &lt;TABLE&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>See BGCOLOR parameters</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and operating system.</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the cells’ content in the line. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Top</strong> top alignment of the content of the cell</dd>
<dd><strong>Middle </strong> middle alignment</dd>
<dd><strong>Bottom </strong> bottom alignment</dd>
<dd><strong>Baseline </strong> base line alignment</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd><a title="Email Form Generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-tr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag STYLE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-style2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-style2.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML STYLE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=331</guid>
		<description><![CDATA[
 Description
Tag &#60;STYLE&#62; is used for defining the element styles of the web-page. Tag &#60;STYLE&#62; is necessary to use in the package &#60;HEAD&#62;.


  &#60;!--
   ...
--&#62;


Parametrs
 media defines the output device the style table is aimed for the work with. 
 type  informs the browser what syntax to use to interpret styles [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;STYLE&gt; is used for defining the element styles of the web-page. Tag &lt;STYLE&gt; is necessary to use in the package &lt;HEAD&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">  <span style="color: #808080; font-style: italic;">&lt;!--</span>
<span style="color: #808080; font-style: italic;">   ...</span>
<span style="color: #808080; font-style: italic;">--&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong> media</strong> defines the output device the style table is aimed for the work with. </dd>
<dd><strong> type </strong> informs the browser what syntax to use to interpret styles correctly. </dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">The Description of Tag &lt;STYLE&gt; Parameters</span></dd>
<dd><span style="text-decoration: underline;">MEDIA Parameter</span></dd>
<dd>Description</dd>
<dd>Installs the output device the style table is aimed for. You may define your own style for each device, and this style will take the specification of the device into account and fit the image of the web page to it. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--</span></pre></div></div>

</dd>
<dd><u>Arguments</u></dd>
<dd><b>all </b> all devices </dd>
<dd><b>screen </b> display screen </dd>
<dd><b>print </b> printing device like a printer.</dd>
<dd><b>projection </b> projector. </dd>
<dd><b>braille </b> devices based on the Braille system. </dd>
<dd><b>speech </b> speech synthesizer and the programs for text reproduction aloud. For instance, speech browsers.</dd>
<dd>Default value</dd>
<dd>screen</dd>
<dd><u>TYPE Parameter</u></dd>
<dd> <u>Description</u></dd>
<dd>Informs the browser what syntax to use to interpret the style table correctly. </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;">style</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span>&gt;</span>...
--&gt;</pre></td></tr></table></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>MIME type is used as an argument – text/css.</dd>
<dd>Default value</dd>
<dd> text/css</dd>
<dd>
</dd>
<dd> </dd>
<dd></dd>
<dd> </dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-style2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag STRONG</title>
		<link>http://phpforms.net/tutorial/html-tags/html-strong.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-strong.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:59:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML STRONG]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=329</guid>
		<description><![CDATA[
 Description
Tag &#60;STRONG&#62; is aimed for accenting the text. Browsers define such text with a heavy faced type.


&#60;strong&#62;Теxt&#60;/strong&#62;


Closing Tag
Is optional.
Analogue CSS
font-weight.
Parameters
No


Form creator
Form maker
Form processor
Form software

]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;STRONG&gt; is aimed for accenting the text. Browsers define such text with a heavy faced type.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">strong</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">strong</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>font-weight.</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-strong.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SUB</title>
		<link>http://phpforms.net/tutorial/html-tags/html-sub.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-sub.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:58:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML SUB]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=327</guid>
		<description><![CDATA[
 Description
Displays the type as a subscript. Text is smaller and it is below the base line of the other symbols of the line.


1
&#60;sub&#62;Теxt&#60;/sub&#62;


Closing Tag
Is optional.
Analogue CSS
vertical-align: sub
Parameters
No

                
            [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Displays the type as a subscript. Text is smaller and it is below the base line of the other symbols of the line.</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;">sub</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">sub</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>vertical-align: sub</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-sub.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TITLE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-title.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-title.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TITLE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=325</guid>
		<description><![CDATA[
 Description
Defines the title of the document. Element &#60;TITLE> is not a part of the document and is not shown on the page directly. The text of the title is imaged in the top left angle of the browser in the Windows environment. The only one tag &#60;TITLE> is allowed to use in the document [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Defines the title of the document. Element &lt;TITLE> is not a part of the document and is not shown on the page directly. The text of the title is imaged in the top left angle of the browser in the Windows environment. The only one tag &lt;TITLE> is allowed to use in the document and locate it in the package &lt;HEAD>.</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;">head</span>&gt;</span>
&nbsp;
 <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;</span>Title<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd> <u>Closing  Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-title.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag THEAD</title>
		<link>http://phpforms.net/tutorial/html-tags/html-thead.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-thead.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:56:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML THEAD]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=322</guid>
		<description><![CDATA[
 Description
The element &#60;THEAD&#62; is aimed for holding of one or several lines, which are located on top of the table. It is not allowed to use more than one element &#60;THEAD&#62; in one table, and it must be in the source code just after the tag &#60;TABLE&#62;.


... ...
&#60;table&#62;
&#60;thead&#62;
&#60;tr&#62;
&#60;td&#62; ...&#60;/td&#62;
&#60;/tr&#62;
&#60;/thead&#62;
&#60;tfoot&#62;&#60;/tfoot&#62;
&#60;tbody&#62;&#60;/tbody&#62;
&#60;/table&#62;


Parametrs
Align  defines text alignment in [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;THEAD&gt; is aimed for holding of one or several lines, which are located on top of the table. It is not allowed to use more than one element &lt;THEAD&gt; in one table, and it must be in the source code just after the tag &lt;TABLE&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">... ...
<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;">thead</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> ...<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;">thead</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tfoot</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tfoot</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines text alignment in the line</dd>
<dd><strong>Valign</strong> vertical alignment of the content of the cell</dd>
<dd><strong>Bgcolor </strong> background colour of the cells, which are located in the package &lt;THEAD&gt;</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The description of tag &lt;THEAD&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines horizontal alignment for all cells in &lt;THEAD&gt;. If it is necessary to apply different alignment for each cell, use the styles and ALIGN parameter for tag &lt;TD&gt; or &lt;TH&gt;.</dd>
<p>.</p>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment.</dd>
<dd><strong>right </strong> right alignment.</dd>
<dd><strong>center </strong> center alignment.</dd>
<dd><strong>justify </strong> justified alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align.</dd>
<p>`</p>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the cells, which are located in the package &lt;THEAD&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<ol>
<li>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
</li>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour is used usually</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the cells in the package &lt;TBODY&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Top</strong> top alignment of the content of the cell</dd>
<dd><strong>Middle </strong> middle alignment</dd>
<dd><strong>Bottom </strong> bottom alignment</dd>
<dd><strong>Baseline </strong> base line alignment</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Vertical-align</dd>
</ol>
<dd>
</dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd> </dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-thead.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TH</title>
		<link>http://phpforms.net/tutorial/html-tags/html-th.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-th.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:55:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TH]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=319</guid>
		<description><![CDATA[
 Description
It is used to create one cell of the table, which is defined as a title. Text in such cell is printed in bold type usually and center aligned. Tag &#60;TH&#62; must be located in the package &#60;TR&#62;, which is located in tag &#60;TABLE&#62;.


&#60;table&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;th&#62;...&#60;/th&#62;
&#60;/tr&#62;
&#60;/tbody&#62;
&#60;/table&#62;


Parametrs
Align  defines horizontal alignment of the content of the cell
Background [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>It is used to create one cell of the table, which is defined as a title. Text in such cell is printed in bold type usually and center aligned. Tag &lt;TH&gt; must be located in the package &lt;TR&gt;, which is located in tag &lt;TABLE&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;">tbody</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;">th</span>&gt;</span>...<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: #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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines horizontal alignment of the content of the cell</dd>
<dd><strong>Background</strong> sets the background image in the cell</dd>
<dd><strong>Bgcolor </strong> background colour of the cell</dd>
<dd><strong>Bordercolor</strong> colour of the border</dd>
<dd><strong>Colspan</strong> combines horizontal cells</dd>
<dd><strong>Height</strong> height of the cell</dd>
<dd><strong>Nowrap </strong> disables the line folding </dd>
<dd><strong>Rowspan </strong> combines vertical lines</dd>
<dd><strong>Valign</strong> vertical alignment of the content of the cell</dd>
<dd><strong>Width </strong> width of the cell</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The description of tag &lt;TH&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines horizontal alignment of the content of the cell</dd>
<p>.</p>
<dd>
<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>It is used to create one cell of the table, which is defined as a title. Text in such cell is printed in bold type usually and center aligned. Tag &lt;TH&gt; must be located in the package &lt;TR&gt;, which is located in tag &lt;TABLE&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;">tbody</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;">th</span>&gt;</span>...<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: #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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines horizontal alignment of the content of the cell</dd>
<dd><strong>Background</strong> sets the background image in the cell</dd>
<dd><strong>Bgcolor </strong> background colour of the cell</dd>
<dd><strong>Bordercolor</strong> colour of the border</dd>
<dd><strong>Colspan</strong> combines horizontal cells</dd>
<dd><strong>Height</strong> height of the cell</dd>
<dd><strong>Nowrap </strong> disables the line folding </dd>
<dd><strong>Rowspan </strong> combines vertical lines</dd>
<dd><strong>Valign</strong> vertical alignment of the content of the cell</dd>
<dd><strong>Width </strong> width of the cell</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The description of tag &lt;TH&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines horizontal alignment of the content of the cell</dd>
<p>.</p>
</dl>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment.</dd>
<dd><strong>right </strong> right alignment.</dd>
<dd><strong>center </strong> center alignment.</dd>
<dd><strong>justify </strong> justified alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align.</dd>
<p>`</p>
<dd><span style="text-decoration: underline;">BACKGROUND Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the image, which will be used as a background image of the table cell. In contrast to regular images, width and height are not defined for the background.  While choosing the background image, make sure the adequate contrast is set between it and the content of the web page.  Animated images in GIF format can be used as a background, but they distract the reader’s attention.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable address of the image – relative or absolute way can be used.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-image</dd>
<dd> </dd>
<dd>BGCOLOR Parameter</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the cell. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The value of the colour can be defined in two ways.</dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour is used usually</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd>BORDERCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the border colour around the cell. The border is shown in case the BORDER parameter with the nonzero value in the tag &lt;TABLE&gt; is defined.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>See BGCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and operating system</dd>
<dd>COLSPAN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of lines, which must be combined horizontally. This parameter makes sense for tables, which consist of several lines.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer which is more than 1</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd>HEIGHT Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Browser defines the height of the table and its cells according to their content. But the height will be changed while using the HEIGHT parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The height is determined on basis of the table content</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Height</dd>
<dd>NOWRAP Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The adding of NOWRAP parameter to the tag  makes the text in the cell be displayed without hyphenation. The incorrect use of this attribute may cause the table to be too wide. As a result horizontal scroll bar will appear. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Parameter NOWRAP is disabled by default.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>White-space</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the cell. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Top</strong> top alignment of the content of the cell</dd>
<dd><strong>Middle </strong> middle alignment</dd>
<dd><strong>Bottom</strong> bottom alignment</dd>
<dd><strong>Baseline</strong> base line alignment</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Vertical-align</dd>
<dd>WIDTH Parameter </dd>
<dd>Defines the width of the cell.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The width is determined on basis of the cell’s content.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment.</dd>
<dd><strong>right </strong> right alignment.</dd>
<dd><strong>center </strong> center alignment.</dd>
<dd><strong>justify </strong> justified alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align.</dd>
<p>`</p>
<dd><span style="text-decoration: underline;">BACKGROUND Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the image, which will be used as a background image of the table cell. In contrast to regular images, width and height are not defined for the background.  While choosing the background image, make sure the adequate contrast is set between it and the content of the web page.  Animated images in GIF format can be used as a background, but they distract the reader’s attention.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable address of the image – relative or absolute way can be used.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-image</dd>
<dd> </dd>
<dd>BGCOLOR Parameter</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the cell. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The value of the colour can be defined in two ways.</dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour is used usually</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd>BORDERCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the border colour around the cell. The border is shown in case the BORDER parameter with the nonzero value in the tag &lt;TABLE&gt; is defined.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>See BGCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and operating system</dd>
<dd>COLSPAN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of lines, which must be combined horizontally. This parameter makes sense for tables, which consist of several lines.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer which is more than 1</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd>HEIGHT Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Browser defines the height of the table and its cells according to their content. But the height will be changed while using the HEIGHT parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The height is determined on basis of the table content</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Height</dd>
<dd>NOWRAP Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The adding of NOWRAP parameter to the tag  makes the text in the cell be displayed without hyphenation. The incorrect use of this attribute may cause the table to be too wide. As a result horizontal scroll bar will appear. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Parameter NOWRAP is disabled by default.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>White-space</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the cell. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Top</strong> top alignment of the content of the cell</dd>
<dd><strong>Middle </strong> middle alignment</dd>
<dd><strong>Bottom</strong> bottom alignment</dd>
<dd><strong>Baseline</strong> base line alignment</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Vertical-align</dd>
<dd>WIDTH Parameter </dd>
<dd>Defines the width of the cell.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The width is determined on basis of the cell’s content.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form Tutorial</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-th.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TBODY</title>
		<link>http://phpforms.net/tutorial/html-tags/html-tbody.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-tbody.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:53:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TBODY]]></category>

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

 
Description

This element is used to store one or several lines of the page. It allows creating the structure blocks. The common design via styles and control of their shape via scripts can be applied to such blocks.
It is allowed to apply several tags in the package &#60;TABLE&#62;.



       [...]]]></description>
			<content:encoded><![CDATA[<h1>Tag TBODY</h1>
<dl class="spiski">
<dd><span style="text-decoration: underline;"> </span></p>
<p>Description</p>
</dd>
<dd>This element is used to store one or several lines of the page. It allows creating the structure blocks. The common design via styles and control of their shape via scripts can be applied to such blocks.</p>
<p>It is allowed to apply several tags in the package &lt;TABLE&gt;.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">        ...
&nbsp;
        ...
<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;">thead</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">thead</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tfoot</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tfoot</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</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>
                ...<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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Parametrs</p>
</dd>
<dd><strong>Align</strong></p>
<p>defines the text alignment in the line</p>
</dd>
<dd><strong>Bgcolor </strong></p>
<p>background colour of the cells, which are located in the package &lt;TBODY&gt;</p>
</dd>
<dd><strong>Valign </strong></p>
<p>vertical alignment of the content of the cells</p>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Closing Tag</p>
</dd>
<dd> Is not optional. </dd>
<dd>
<div><strong>The Description of Tag &lt;BODY&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>ALIGN Parameter</p>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Description</p>
</dd>
<dd> Defines the horizontal alignment of the content of the cells, which are located in the element &lt;TBODY&gt;. If it is required to apply the different alignment for each line, use the styles and align parameter for tag &lt;TD&gt; or &lt;TH&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Arguments</p>
</dd>
<dd><strong>Left </strong></p>
<p>left alignment of the table</p>
</dd>
<dd><strong>Center</strong></p>
<p>center alignment of the table</p>
</dd>
<dd><strong>Right </strong></p>
<p>right alignment of the table</p>
</dd>
<dd><strong>Justify </strong></p>
<p>justified alignment</p>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Default value</p>
</dd>
<dd> Left </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Analogue CSS</p>
</dd>
<dd> Text-align </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>BGCOLOR parameter</p>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Description</p>
</dd>
<dd> Defines the background colour of the cells, which are located in the package &lt;TBODY&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Arguments</p>
</dd>
<dd> The meaning of the colour can be defined in two ways. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd> The colour value can be defined in two ways. </dd>
<ul>
<dd> 1.	By its title. </dd>
<dd> Browsers support some colours by their titles. </dd>
<dd> 2.	By  hexadecimal value. </dd>
<dd> The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one. </dd>
</ul>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Default value</p>
</dd>
<dd> Depends on the browser and its version, the white colour is used usually. </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Analogue CSS</p>
</dd>
<dd> Background-color </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>VALIGN Parameter</p>
</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Description</p>
</dd>
<dd> Defines vertical alignment of the content of the cells in the package &lt;TBODY&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Arguments</p>
</dd>
<dd><strong>Top </strong></p>
<p>top alignment of the content of the cells</p>
</dd>
<dd><strong>Middle </strong></p>
<p>middle alignment</p>
</dd>
<dd><strong>Bottom </strong></p>
<p>bottom alignment</p>
</dd>
<dd><strong>Baseline </strong></p>
<p>base line alignment</p>
</dd>
<dd> Any positive integer </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Default value</p>
</dd>
<dd> Middle </dd>
<dd><span style="text-decoration: underline;"> </span></p>
<p>Analogue CSS</p>
</dd>
<dd> Vertical-align</dd>
<dd> </dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form Tutorial</a></dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-tbody.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TFOOT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-tfoot.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-tfoot.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:52:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TFOOT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=316</guid>
		<description><![CDATA[
 Description
Element &#60;TFOOT&#62; is aimed for holding the one or several lines which are below the table. Only one element &#60;TFOOT&#62; is allowed to use in the table. 


......
&#60;table&#62;
&#60;thead&#62;&#60;/thead&#62;
&#60;tfoot&#62;
&#60;tr&#62;
&#60;td&#62; ...&#60;/td&#62;
&#60;/tr&#62;
&#60;/tfoot&#62;
&#60;tbody&#62;&#60;/tbody&#62;
&#60;/table&#62;


Parametrs
align  defines the alignment of the text in the line.
bgcolor  the colour of the cells’ background, which are located in the package &#60;FOOT&#62;. 
valign [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Element &lt;TFOOT&gt; is aimed for holding the one or several lines which are below the table. Only one element &lt;TFOOT&gt; is allowed to use in the table. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">......
<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;">thead</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">thead</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tfoot</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> ...<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;">tfoot</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>align </strong> defines the alignment of the text in the line.</dd>
<dd><strong>bgcolor </strong> the colour of the cells’ background, which are located in the package &lt;FOOT&gt;. </dd>
<dd><strong>valign </strong> vertical alignment of all sells.</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;TFOOT&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the horizontal alignment for all cells in the range of &lt;TFOOT&gt;.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment.</dd>
<dd><strong>right </strong> right alignment.</dd>
<dd><strong>center </strong> center alignment.</dd>
<dd><strong>justify </strong> justified alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align.</dd>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the cells’ background, which are located in the package . </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour of the background is used usually.</dd>
<dd><span style="text-decoration: underline;">Analoque CSS</span></dd>
<dd>background-color</dd>
<dd><span style="text-decoration: underline;">VALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the vertical alignment of the content of the cells in the package &lt;TFOOT&gt;. The content of the cell is located vertically in the center by default.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>top </strong> the top alignment of the content of the line.</dd>
<dd><strong>middle </strong> the middle alignment.</dd>
<dd><strong>bottom </strong> the bottom alignment. </dd>
<dd><strong>baseline </strong> the baseline alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>middle.</dd>
<dd><span style="text-decoration: underline;">Analoque CSS</span></dd>
<dd>vertical-align</dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form Tutorial</a></dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-tfoot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TEXTAREA</title>
		<link>http://phpforms.net/tutorial/html-tags/html-textarea-2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-textarea-2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:51:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TEXTAREA]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=314</guid>
		<description><![CDATA[
 Description
The field &#60;TEXTAREA&#62; is an element of a form for creating the area, where several text lines can be entered. In contrast to tag &#60;INPUT&#62; line transferring can be used in the text field, they are saved while sending to the server.

Any text can be located between tags &#60;TEXTAREA&#62; and &#60;/TEXTAREA&#62;

&#60;textarea ...&#62;  text [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The field &lt;TEXTAREA&gt; is an element of a form for creating the area, where several text lines can be entered. In contrast to tag &lt;INPUT&gt; line transferring can be used in the text field, they are saved while sending to the server.</p>
</dd>
<dd>Any text can be located between tags &lt;TEXTAREA&gt; and &lt;/TEXTAREA&gt;</dd>
<dd>
<pre id="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea ...&gt;  text &lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Cols </strong> width of a field in symbols</dd>
<dd><strong>Disabled </strong> blocks access or changing of the element</dd>
<dd><strong>Name</strong> name of a field, it is aimed for identification by the handler</dd>
<dd><strong>Readonly</strong> defines that the name can’t be changed by the user</dd>
<dd><strong>Rows</strong> height of a field in text lines</dd>
<dd><strong>Wrap</strong> parameters of line transferring</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;TEXTAREA&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">COLS Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The weight of the text field, which is defined by the number of monospaced font symbols.</p>
<p>In case the font size is changed by means of styles, the width t is also changed.</p>
</dd>
<dd>
<pre class="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea cols="number"&gt;&lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser settings and operating system.</dd>
<dd><span style="text-decoration: underline;">DISABLED Parameter</span></dd>
<dd>Description</dd>
<dd>Blocks the access and changing of the text field. It is displayed grey and inacceptable for activation by the user. Moreover, such field can’t get focus by pressing the button Tab, mouse or any other way. Though such condition of a field can be changed via scripts. </dd>
<dd>
<pre class="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea disabled&gt;&lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This value is disabled by default</dd>
<dd><span style="text-decoration: underline;">NAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the unique name of the element &lt;TEXTAREA&gt;. As a rule, this name is used for data sending to the server or for the access to the field via scripts.</dd>
<dd>
<pre class="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea name="name"&gt;&lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The number of symbols, including numbers and letters, is used as a value. JavaScript is case sensitive, that is why follow the same spelling as in the name parameter.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">READONLY Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>When adding READONLY parameter to the tag &lt;TEXTAREA&gt; the text field can’t be changed by user, new text can’t be entered and modified. Moreover, such field can’t get focus by pressing button Tab, mouse or any other way. Though, condition and content of the field can be changed via scripts.</dd>
<dd>
<pre class="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea readonly&gt;&lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This value is disabled by default.</dd>
<dd><span style="text-decoration: underline;">ROWS Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The height of the text field, which is defined by the number of displayed lines without content scrolling. If the font size is changed via styles, the height of the field is also changed.</dd>
<dd>
<pre class="form1" style="border: 1px solid #eeeeee; padding: 10px;">&lt;textarea rows="number"&gt;&lt;/textarea&gt;</pre>
</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser settings and operating system.</dd>
<dd>
</dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-textarea-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TD</title>
		<link>http://phpforms.net/tutorial/html-tags/html-td.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-td.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:50:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TD]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=312</guid>
		<description><![CDATA[
 Description
Is aimed for creating the one cell of the table. Tag &#60;TD&#62; must be located in the package &#60;TR&#62;, which is located in the tag &#60;TABLE&#62;..



&#60;table&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;td&#62;...&#60;/td&#62;
&#60;/tr&#62;
&#60;/tbody&#62;
&#60;/table&#62;


Parametrs
Align defines horizontal alignment of the content of the cell
Background sets the background image in the cell
Bgcolor background colour of the cell
Bordercolor colour of the border
Colspan  combines horizontal [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Is aimed for creating the one cell of the table. Tag &lt;TD&gt; must be located in the package &lt;TR&gt;, which is located in the tag &lt;TABLE&gt;..</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;">tbody</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>...<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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align</strong> defines horizontal alignment of the content of the cell</dd>
<dd><strong>Background</strong> sets the background image in the cell</dd>
<dd><strong>Bgcolor</strong> background colour of the cell</dd>
<dd><strong>Bordercolor</strong> colour of the border</dd>
<dd><strong>Colspan </strong> combines horizontal cells</dd>
<dd><strong>Height </strong> height of the cell</dd>
<dd><strong>Nowrap </strong> disables the line folding </dd>
<dd><strong>Rowspan </strong> combines vertical lines</dd>
<dd><strong>Valign </strong> vertical alignment of the content of the cell</dd>
<dd><strong>Width </strong> width of the cell</dd>
<dd> <span style="text-decoration: underline;">Closing  Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;TD&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines horizontal alignment of the content of the cell.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Left </strong> left alignment of the table </dd>
<dd><strong>Center</strong> center alignment of the table</dd>
<dd><strong>Right </strong> right alignment of the table</dd>
<dd><strong>Justify </strong> justified alignment</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Text-align</dd>
<dd><span style="text-decoration: underline;">BACKGROUND Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the image, which will be used as a background image of the table cell. In contrast to regular images, width and height are not defined for the background.  While choosing the background image, make sure the adequate contrast is set between it and the content of the web page.  Animated images in GIF format can be used as a background, but they distract the reader’s attention.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable address of the image – full or absolute way can be used.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-image</dd>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the cell. </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour is used usually</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd><span style="text-decoration: underline;">BORDERCOLOR parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the border colour around the cell. The border is shown in case the  BORDER parameter with the nonzero value in the tag &lt;TABLE&gt; is defined. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>See BGCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and operating system</dd>
<dd><span style="text-decoration: underline;">COLSPAN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of lines, which must be combined horizontally. This parameter makes sense for tables, which consist of several lines.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer which is more than 1</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd><span style="text-decoration: underline;">HEIGHT Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Browser defines the height of the table and its cells according to their content. But the height will be changed while using the HEIGHT parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The height is determined on basis of the table content</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Height</dd>
<dd><span style="text-decoration: underline;">NOWRAP Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The adding of NOWRAP parameter to the tag &lt;TD&gt; makes the text in the cell be displayed without hyphenation. The incorrect use of this attribute may cause the table to be too wide. As a result horizontal scroll bar will appear. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Parameter NOWRAP is disabled by default.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>White-space</dd>
<dd><span style="text-decoration: underline;">ROWSPAN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of cells, which must be vertically combined. This parameter makes sense for tables, which consist of several lines.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any integer, which is more than 1. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd><span style="text-decoration: underline;">VALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the cell. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Top </strong> top alignment of the content of the cell </dd>
<dd><strong>Middle </strong> middle alignment </dd>
<dd><strong>Bottom </strong> bottom alignment </dd>
<dd><strong>Baseline </strong> base line alignment </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Vertical-align</dd>
<dd><span style="text-decoration: underline;">WIDTH Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the width of the cell.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The width is determined on basis of the cell’s content.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
</dl>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-td.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag TABLE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-table.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-table.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:48:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML TABLE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=309</guid>
		<description><![CDATA[
 Description
Tag &#60;TABLE&#62; is a package for the elements, which define the content of the table. Any table consists from lines and cells, which are defined with the help of tags &#60;TR&#62; and &#60;TD&#62;. In the tag &#60;TABLE&#62; you may use the next elements: &#60;caption&#62;, &#60;col&#62;, &#60;colgroup&#62;, &#60;tbody&#62;,&#60;td&#62;,&#60;tfoot&#62;,&#60;th&#62;,&#60;thead&#62; and &#60;tr&#62;. 


...


Parametrs
Alink defines the colour of [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;TABLE&gt; is a package for the elements, which define the content of the table. Any table consists from lines and cells, which are defined with the help of tags &lt;TR&gt; and &lt;TD&gt;. In the tag &lt;TABLE&gt; you may use the next elements: &lt;caption&gt;, &lt;col&gt;, &lt;colgroup&gt;, &lt;tbody&gt;,&lt;td&gt;,&lt;tfoot&gt;,&lt;th&gt;,&lt;thead&gt; and &lt;tr&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Alink</strong> defines the colour of the active link.</dd>
<dd><strong>Background</strong> sets the background image on the page.</dd>
<dd><strong>Bgcolor </strong> colour of web page background.</dd>
<dd><strong>Border </strong> border weight in pixels</dd>
<dd><strong>Bordercolor </strong> colour of the border</dd>
<dd><strong>Cellpadding </strong> indent from the border to the cell’s content</dd>
<dd><strong>Cellspacing</strong> distance between the cells</dd>
<dd><strong>Cols </strong> number of columns in the table</dd>
<dd><strong>Height </strong> height of the table</dd>
<dd><strong>Width </strong> table width</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;TABLE&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines alignment of the table according to the border of the browser window.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Left </strong> left alignment of the table </dd>
<dd><strong>Center</strong> center alignment of the table</dd>
<dd><strong>Right </strong> right alignment of the table</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Text-align</dd>
<dd><span style="text-decoration: underline;">BACKGROUND Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the image, which will be used as a background image of the table. In contrast to regular images, width and height are not defined for the background.  While choosing the background image, make sure the adequate contrast is set between it and the content of the web page.  Animated images in GIF format can be used as a background, but they distract the reader’s attention.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable address of the image – full or absolute way can be used</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-image</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the table. This parameter can be used with the tag &lt;background&gt;, but use the background colour similar to the background image.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, the white colour is used usually</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Background-color</dd>
<dd><span style="text-decoration: underline;">BORDER Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the border weight in pixels. The border is 3D by default. But if the BORDERCOLOR parameter  of the tag &lt;TABLE&gt; is used, the border image depends on the browser. When parameter BORDER is used in the tag &lt;TABLE&gt; without arguments (&lt;table border&gt;), browser displays the border, the weight of which equals 1.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Border</dd>
<dd><span style="text-decoration: underline;">BORDERCOLOR parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the border colour of the table. The border is drawn as 3D, adding  of parameters bordercolor and border to the tag &lt;TABLE&gt; creates the one-colour line.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>See BGCOLOR parameter</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and operating system</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Border-color</dd>
<dd><span style="text-decoration: underline;">CELLPADDING Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the distance between bound of the cell and its content. This parameter adds the white to the cell and this way enlarges it. The adding of this parameter improves readability of the text.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">CELLSPACING Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the distance between external bounds of the cells. If the BORDER parameter is defined, the bound weight is taken into account.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>0 (if there is no BORDER parameter) 2 (if the BORDER parameter is set)</dd>
<dd><span style="text-decoration: underline;">COLS Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of columns in the table.  The use of this parameter accelerates the displaying of the table content.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">FRAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser about the location of the bound around the table.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Void</strong> not to redraw the bounds</dd>
<dd><strong>Border</strong> bound around the table</dd>
<dd><strong>Above </strong> top bound of the table</dd>
<dd><strong>Below </strong> bottom bound of the table</dd>
<dd><strong>Hsides </strong> to add only horizontal bounds</dd>
<dd><strong>Vsides</strong> to draw only vertical bounds</dd>
<dd><strong>Rhs </strong> bound on the right side of the table</dd>
<dd><strong>Lhs </strong> bound on the left side of the table</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Border</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Border</dd>
<dd><span style="text-decoration: underline;">HEIGHT Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the height of the table. There is no such parameter in HTML 4 specification, but browsers in most cases support it, if the &lt;!DOCTYPE&gt; is not set. In this case they ignore the height of the table, which is defined by HEIGHT parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The height is determined on basis of the table content</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Height</dd>
<dd><span style="text-decoration: underline;">RULES Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser where to display the bounds between the cells. Bound weight and its colour is indicated by BORDER and BORDERCOLOR parameters. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>All </strong> the line is drawn around the each cell of the table.</dd>
<dd><strong>Groups </strong> the line is displayed between the groups, which are created by tags &lt;THEAD&gt;, &lt;TFOOT&gt;, &lt;TBODY&gt;, &lt;COLGROUP&gt; or &lt;COL&gt;.</dd>
<dd><strong>Cols </strong> the line is displayed between the columns</dd>
<dd><strong>None </strong> all the bounds are hidden</dd>
<dd><strong>Rows </strong> the bound is drawn between table lines, which are created by tag &lt;TR&gt;. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>None (if border="0"); all (if the value of border parameter is nonzero).</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Border</dd>
<dd><span style="text-decoration: underline;">WIDTH Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the width of the table.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents from the acceptable space.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The width is determined on basis of the table content.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag STRIKE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-strike.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-strike.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML STRIKE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=304</guid>
		<description><![CDATA[
 Description
Tag &#60;STRIKE&#62; images the text as strikethrough font. Tags &#60;STRIKE&#62; and &#60;S&#62; are criticized by HTML specification, instead of them the use of styles is recommended.


Text
&#60;span style=&#34;text-decoration: line-through;&#34;&#62;Text&#60;/span&#62;


Closing Tag
Is optional.
Analogue CSS
Text-decoration: line through
Parameters
No
HTML forms
PHP contact form
File upload form
CSS forms



]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;STRIKE&gt; images the text as strikethrough font. Tags &lt;STRIKE&gt; and &lt;S&gt; are criticized by HTML specification, instead of them the use of styles is recommended.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">Text
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text-decoration: line-through;&quot;</span>&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Text-decoration: line through</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd>No</dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-strike.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SMALL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-small-2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-small-2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML SMALL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=302</guid>
		<description><![CDATA[
 Description
Tag &#60;SMALL> uses decrement of the font size by one in comparison with regular text. The font size is measured in standard units from 1 to 7, the norm size of the text is 3 by default. Thus the result of the adding of the tag &#60;SMALL> is decrement of the font size by [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;SMALL> uses decrement of the font size by one in comparison with regular text. The font size is measured in standard units from 1 to 7, the norm size of the text is 3 by default. Thus the result of the adding of the tag &lt;SMALL> is decrement of the font size by one.</dd>
<dd>The selection of type family has an effect on the font size. Use the styles to control the size of the text.</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;">small</span>&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">small</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>Font-size</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-small-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SELECT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-select.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-select.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:44:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML SELECT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=300</guid>
		<description><![CDATA[
 Description
This tag allows creating interface element in the form of the opening list, and the list with one multiple choice. The final image depends on the use of size parameter of the tag &#60;SELECT&#62;, which defines the height of the list. The list width is defined by the widest text, which is indicated in [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>This tag allows creating interface element in the form of the opening list, and the list with one multiple choice. The final image depends on the use of size parameter of the tag &lt;SELECT&gt;, which defines the height of the list. The list width is defined by the widest text, which is indicated in the tag &lt;OPTION&gt;, and can be changed via styles. Each point is created with the help of tag &lt;OPTION&gt;, which must be put into package &lt;SELECT&gt;. If you plan to send the list data to the server, element &lt;SELECT&gt; must be put into the form.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span>&gt;</span>Point 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span>&gt;</span>Point 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Disabled</strong> blocks the access and changing of the element</dd>
<dd><strong>Multiple</strong> this parameter allows choosing several elements at once</dd>
<dd><strong>Name </strong> name of the element for sending to the server</dd>
<dd><strong>Size </strong> number of imaged lines of the list</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is  optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;SELECT&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">Disabled parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Blocks the access and changing of the element.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000066;">disabled</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;disabled&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This parameter is disabled by default.</dd>
<dd><span style="text-decoration: underline;">MULTIPLE parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Availability of MULTIPLE parameter informs the browser to display the content of the element &lt;SELECT&gt; as a list of multiple choice.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000066;">multiple</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;multiple&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd>Default value</dd>
<dd>This parameter is disabled by default.</dd>
<dd><span style="text-decoration: underline;">NAME parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the unique name of the element &lt;SELECT&gt;.  This name is used for data access via scripts.</dd>
<dd>The external file after the first access is saved in browser cache and then it downloads faster. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The number of symbols, including numbers and letters, is used as a name. JavaScript is case sensitive, that is why follow the same spelling as in name parameter.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">SIZE parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the height of the list. In case the value of the size parameter is 0, the list becomes opening. When adding multiple parameter to the tag &lt;SELECT&gt; if size="1", the list is imaged as a scroll. In the other cases the list is with one or multiple choice.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer</dd>
<dd>Default Value</dd>
<dd>Depends on multiple parameter. If it is present, the size of the list equals the number of elements. If there are no multiple parameters the value of the size parameter is 1.</p>
</dd>
<dd>
</dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-select.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SCRIPT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-script.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-script.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML SCRIPT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=298</guid>
		<description><![CDATA[
 Description
This tag is used to describe the scripts, may include the link to the program or its text in certain language. Scripts can be located in the external file and attached to any HTML document. This approach allows using the same functions on many web pages and makes their downloading faster.
This tag can be [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>This tag is used to describe the scripts, may include the link to the program or its text in certain language. Scripts can be located in the external file and attached to any HTML document. This approach allows using the same functions on many web pages and makes their downloading faster.</dd>
<dd>This tag can be located in the title or HTML body in quantity. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:0--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:1--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Defer</strong> delays script use until the whole page will be downloaded</dd>
<dd><strong>Language</strong> defines programming language the script is written in</dd>
<dd><strong>Src </strong> address of the script from the external file for import to the current document</dd>
<dd><strong>Type </strong> defines the type of the content of the tag &lt;SCRIPT&gt;</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is  optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;T&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">DEFER Tag</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Delays script use until the whole page will be downloaded. This parameter is supported only by Internet Explorer browser, and in the other cases it will be ignored.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:2--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This parameter is disabled by default</dd>
<dd><span style="text-decoration: underline;">Language parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the language the script is written in.  It is recommended to define this parameter always, because in case the browser does not support programming language, script is ignored.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:3--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Language parameter is not case sensitive and can take one of four values:</dd>
<dd><strong>JavaScript </strong> JavaScript programming language</dd>
<dd><strong>Jscript </strong> variant of JavaScript language, which is developed by Microsoft company. The difference is not only in the title, but in approaches.</dd>
<dd><strong>VBS, VBScript</strong> VBScript  programming language, which is based on Visual Basic. </dd>
<dd>Default value</dd>
<dd>JavaScript</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Imports file with scripts from external file. As soon as external instructions are downloaded, browser handles them. Files with JavaScript have extention js and can be located in any place.</dd>
<dd>The external file after the first access is saved in browser cache and then it downloads faster. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:4--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is accepted as a value. File must have extention .js.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">Type parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines MIME type for certain language. Whereas old browser do not support type parameter, you can define two attributes simultaneously – language and type.  If the browser supports value of type parameter, value language is canceled.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;MIME-тип&quot;</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--mce:5--&gt;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

</dd>
<dd>Optional parametr</dd>
<dd> Yes </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Type parameter is not case sensitive and accepts the following values:</dd>
<dd><strong>Text/javascript </strong> for JavaScript programming language</dd>
<dd><strong>Text/bscript </strong> for VBS language</dd>
<dd>Default Value</dd>
<dd>Text/javascript</dd>
<dd><span style="text-decoration: underline;">CODETYPE parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser about the type of the object, which is indicated in classid parameter. Browser can use this information in order to prepare the necessary resources for the file playing. If the codetype parameter is absent, the value of the TYPE attribute is treated. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of MIME type in any case.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">DATA Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the file which must be displayed in browser window. It is enough for popular formats to indicate the way to the file and its type (type parameter) for downloading and demonstration of the result. It is recommended to enable classid parameter for specific plugins.</dd>
<dd>The way to the file is defined according to the folder, which is defined by codebase attribute. If there is no such parameter, you should define the way according to the current document.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;src&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is accepted as a value.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">HEIGHT and WIDTH Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HEIGHT parameter defines the height of the object, and width – its width.  Not only image itself is a part of defined size, but also control panel, including buttons of play, pause, stop, etc. That is why type of a file and applied plugin have an effect on a size of displayed object.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd>Optional parametrs </dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">HSPACE and VSPACE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You may define invisible vertical and horizontal indents for any object with the help of hspace and vspace parameters. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels</dd>
<dd>Default value</dd>
<dd> 0 </dd>
<dd><span style="text-decoration: underline;">TYPE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser about the type of the object, which is indicated in data parameter. Browser can use this information to prepare all the necessary resources for file playing. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of MIME type in any case</dd>
<dd>Default value</dd>
<dd> No</dd>
<dd>
</dd>
<dd> </dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag SAMP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-samp.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-samp.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML SAMP]]></category>

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

 Description
The element &#60;SAMP> is used to display the text, which is the result of computer program or script. Browsers display the text in the package &#60;SAMP> with a fixed-pitch type usually.  


1
&#60;samp&#62;Тext&#60;/samp&#62;


Parametrs
No
Closing Tag
Is optional.

                
    [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>The element &lt;SAMP> is used to display the text, which is the result of computer program or script. Browsers display the text in the package &lt;SAMP> with a fixed-pitch type usually.  </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;">samp</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">samp</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-samp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Q</title>
		<link>http://phpforms.net/tutorial/html-tags/html-q.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-q.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Q]]></category>

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

 Description
Tag &#60;Q> is used to highlight quotations in the text. The content of the package is imaged in browser in quotes. Internet Explorer understands the text, but does not quote. 


1
&#60;q&#62;Теxt&#60;/q&#62;


Parametrs
No
Closing Tag
Is optional.

                
      [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;Q> is used to highlight quotations in the text. The content of the package is imaged in browser in quotes. Internet Explorer understands the text, but does not quote. </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;">q</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">q</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-q.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag PRE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-pre.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-pre.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:39:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML PRE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=292</guid>
		<description><![CDATA[
Description
The element &#60;PRE&#62; defines a block of formatted text. Such text is typed usually with monospaced font and with all blanks between the words. Tag &#60;PRE&#62; allows displaying the text as the holder requires. Any tags can be used in the package &#60;PRE&#62;. But the following tags must not be located in tag &#60;PRE&#62; : [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;PRE&gt; defines a block of formatted text. Such text is typed usually with monospaced font and with all blanks between the words. Tag &lt;PRE&gt; allows displaying the text as the holder requires. Any tags can be used in the package &lt;PRE&gt;. But the following tags must not be located in tag &lt;PRE&gt; : &lt;APPLET&gt;, &lt;BASEFONT&gt;, &lt;BIG&gt;, &lt;FONT&gt;, &lt;IMG&gt;, &lt;OBJECT&gt;, &lt;SMALL&gt;, &lt;SUB&gt; и &lt;SUP&gt;.
</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4struct" style="font-family:monospace;">&lt;pre&gt;Text&lt;/ pre&gt;</pre></td></tr></table></div>

<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd> Is optional. </dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-pre.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag PARAM</title>
		<link>http://phpforms.net/tutorial/html-tags/html-param.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-param.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML PARAM]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=290</guid>
		<description><![CDATA[
 Description
Tag &#60;PARAM&#62; is used to transfer the parameter values to Java-applets or objects of the web page, which are created with the help of tags &#60;APPLET&#62; or &#60;OBJECT&#62;. It allows changing characteristics of the applet in HTML-document’s code without its additional compilation. The pair “name/meaning” is defined by attributes name and value for each [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;PARAM&gt; is used to transfer the parameter values to Java-applets or objects of the web page, which are created with the help of tags &lt;APPLET&gt; or &lt;OBJECT&gt;. It allows changing characteristics of the applet in HTML-document’s code without its additional compilation. The pair “name/meaning” is defined by attributes name and value for each of tags.</dd>
<dd>Applet is a program, which is executed in browser or controlled by special program for its view. Applet, as a rule, is written in Java that is why the word-combination “Java-applet” is often occurred</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>name</strong> the name of parameter.</dd>
<dd><strong>value</strong> the value of parameter.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;PARAM&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">NAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the unique name of parameter. This name is to be put into the applet or object’s code.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional parameter</span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">VALUE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The value of parameter. This attribute is not optional, because one name, which is defined by name parameter for applet or object, is enough.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Line or number can be used as a value.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd>
</dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-param.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag P</title>
		<link>http://phpforms.net/tutorial/html-tags/html-p.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-p.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:38:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML P]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=288</guid>
		<description><![CDATA[
 Description
Defines text paragraph. Tag &#60;P&#62; is a block element that is why it begins with a new line. If there is no closing tag, it is meant that the end of the paragraph coincides with the beginning of the next block element.


Теxt


Parameters 
Align defines text alignment
Closing tag
 Is not optional. 
Parametrs 
The description of [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines text paragraph. Tag &lt;P&gt; is a block element that is why it begins with a new line. If there is no closing tag, it is meant that the end of the paragraph coincides with the beginning of the next block element.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">Теxt</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span> </dd>
<dd><strong>Align</strong> defines text alignment</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd> Is not optional. </dd>
<dd><span style="text-decoration: underline;">Parametrs</span> </dd>
<dd>The description of tag &lt;P&gt; parameters</dd>
<dd>Align parametr</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Border alignmnent of the text block.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>Arguments</dd>
<dd><strong>Left </strong> left alignment of the text</dd>
<dd><strong>Center </strong> center alignment of the text</dd>
<dd><strong>Right</strong> right alignment of the text</dd>
<dd><strong>Justify </strong> justified alignment of the text</dd>
<dd><span style="text-decoration: underline;">Default Value</span> </dd>
<dd>left</dd>
<dd>Analoque CSS</dd>
<dd>Text-align</dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-p.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag OPTION</title>
		<link>http://phpforms.net/tutorial/html-tags/html-option.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-option.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML OPTION]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=286</guid>
		<description><![CDATA[
 Description
This tag defines the certain elements of the list, which is created with the help of package &#60;SELECT&#62;.  List width is defined by the widest text, which is indicated in tag &#60;OPTION&#62;, and can be changed with the help of styles.


&#60;select&#62;
	&#60;option&#62;Point 1&#60;/option&#62;
	&#60;option&#62;point 2&#60;/option&#62;
&#60;/select&#62;


Parametrs
 Disabled to block the list element for the access 
 [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>This tag defines the certain elements of the list, which is created with the help of package &lt;SELECT&gt;.  List width is defined by the widest text, which is indicated in tag &lt;OPTION&gt;, and can be changed with the help of styles.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span>&gt;</span>Point 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span>&gt;</span>point 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong> Disabled</strong> to block the list element for the access </dd>
<dd><strong> Selected </strong> preset list element </dd>
<dd><strong> Value</strong> value of the list </dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Blocks the list element for its selection. Is not supported by Internet Explorer.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span> <span style="color: #000066;">disabled</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;disabled&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">SELECTED Parameter</span></dd>
<dd>Highlights the current point of the list. You may highlight more than one point, if the multiple parameter is added to the tag &lt;SELECT&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span> <span style="color: #000066;">selected</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;selected&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd>Default value</dd>
<dd>This parameter is disabled by default. </dd>
<dd><span style="text-decoration: underline;">VALUE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the value of the point of the list, which will be sent to the server.  The pair “name=value” is sent to the server, where the name is defined by name parameter of the tag &lt;SELECT&gt;, and the value – by value parameter of the highlighted points of the list. Value parameter is used for receiving </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</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;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. It must be put in quotes.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd>
</dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-option.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag OPTGROUP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-optgroup.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-optgroup.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:32:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML OPTGROUP]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=283</guid>
		<description><![CDATA[
 Description
Tag &#60;OPTGROUP&#62; is a package, in which tags &#60;OPTION&#62; are located, which are integrated into one group. The feature of tag &#60;OPTGROUP&#62; is the fact it is not stand out as usual element of a list, is accented with heavy-faced type, and all the elements of this package drift right from their  home [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;OPTGROUP&gt; is a package, in which tags &lt;OPTION&gt; are located, which are integrated into one group. The feature of tag &lt;OPTGROUP&gt; is the fact it is not stand out as usual element of a list, is accented with heavy-faced type, and all the elements of this package drift right from their  home position.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">select</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">optgroup</span> <span style="color: #000066;">label</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">option</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">option</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">optgroup</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">select</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong> label</strong> text, which will be a part of a list as a title of the group. </dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is  optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;OPTGROUP&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">LABEL Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Text, which will be a part of a list as a title of the group. It is an ordinary text line without HTML codes.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">optgroup</span> <span style="color: #000066;">label</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;теxt&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">optgroup</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. Line must be put in quotes.</dd>
<dd>Default value</dd>
<dd> No </dd>
</dl>
<dd>
</dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-optgroup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag OL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-ol.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-ol.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML OL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=281</guid>
		<description><![CDATA[
 Description
Tag &#60;OL&#62; defines the numbered list. Each element of the list is to begin with tag &#60;LI&#62;. In case of applying the style table to the tag &#60;OL&#62;, the elements &#60;LI&#62; inherit these features.



&#60;ol&#62;
	&#60;li&#62;element of numbered list&#60;/li&#62;
&#60;/ol&#62;


Parametrs
type  defines the style of the list marker 
start  the number the numbered list to begin [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;OL&gt; defines the numbered list. Each element of the list is to begin with tag &lt;LI&gt;. In case of applying the style table to the tag &lt;OL&gt;, the elements &lt;LI&gt; inherit these features.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ol</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>element of numbered list<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;">ol</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>type </strong> defines the style of the list marker </dd>
<dd><strong>start </strong> the number the numbered list to begin with.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;OL&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">TYPE Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the form of the marker.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ol</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;A | a | I | i | 1&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ol</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The numbered lists are the number of elements with their serial numbers. Form and sort of numbering depends on tag &lt;OL&gt; parameters, which is used for making the list. The next values can be used as markers:</dd>
<dd>
<ol type="-">
<li> capital Latin letter;</li>
<li> lowercase Latin letters;</li>
<li> capital Roman numbers;</li>
<li> lowercase Roman numbers;</li>
<li> Arabic numbers.</li>
</ol>
</dd>
<dd>Default value</dd>
<dd>1</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>List-style-type</dd>
<dd><span style="text-decoration: underline;">START Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Start parameter defines the number the list to begin with. It doesn’t matter, which type is defined by type parameter, start argument works with both Roman and Arabic numerals.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ol</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ol</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-ol.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag OBJECT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-object.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-object.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:30:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML OBJECT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=279</guid>
		<description><![CDATA[
 Description
Informs the browser how to download and display the object, which the browser does not accept. Such objects require the special module as a rule, which is called plugin, or special program launching. 
HTML specification allows placing several tags &#60;OBJECT&#62; with different content to each other. It allows displaying the content which is supported [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser how to download and display the object, which the browser does not accept. Such objects require the special module as a rule, which is called plugin, or special program launching. </dd>
<dd>HTML specification allows placing several tags &lt;OBJECT&gt; with different content to each other. It allows displaying the content which is supported by browser while there is no necessary plugin.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align</strong> defines the way of the object alignment on the page and the way of the text floating.</dd>
<dd><strong>Classid</strong> address of the program (application or plugin), which works with the object and will launch it.</dd>
<dd><strong>Code </strong> name of Java applet to execute it</dd>
<dd><strong>Codebase </strong> way to the folder with Java applet, which is indicated by code and classid parameter.</dd>
<dd><strong>Codetype </strong> indicates the type of the object, which is defined by classid parameter.</dd>
<dd><strong>Data </strong> address of the file for its displaying in the browser window.</dd>
<dd><strong>Height </strong> height of the object</dd>
<dd><strong>Hspace </strong> horizontal indent from the object to the content</dd>
<dd><strong>Type </strong> MIME type of the object</dd>
<dd><strong>Vspace </strong> vertical indent from the object to the content</dd>
<dd><strong>Width </strong> width of the object</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is  optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;META&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the alignment of the object on the page and the way of its displaying with the other underlying elements like text.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;align&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;absmiddle | baseline | bottom | left&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;absmiddle | baseline | bottom | left&quot;</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;align&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;right | texttop | top | middle&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;right | texttop | top | middle&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Absmiddle </strong> middle alignment of the middle of the object</dd>
<dd><strong>Baseline </strong> alignment of the object according to the base line</dd>
<dd><strong>Bottom </strong> bottom bound alignment </dd>
<dd><strong>Left </strong> left alignment of the object</dd>
<dd><strong>Middle </strong> middle alignment of the object according to the base line</dd>
<dd><strong>Right </strong> right alignment of the object</dd>
<dd><strong>Texttop </strong> top bound of the object is aligned according to the highest text element of the current line</dd>
<dd><strong>Top </strong> top bound of the object is aligned according to the highest text element of the current line</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Bottom</dd>
<dd><span style="text-decoration: underline;">CLASSID Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Address of the program which works with the object and will download it. Parameter classid indicates the browser, which program, plugin or applet must be downloaded.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">CODE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>CODE parameter is used for replacing the tag &lt;APPLET&gt;, which downloads and executes Java applet. The name of Java applet class (file with class extention) is used as a value code. If the file is not in the same folder as the active document, you should indicate the way to it through the codebase parameter. Works only in Internet Explorer.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of Java applet class</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">CODEBASE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The way to the folder, where the file with the class, which is indicated in the value of code or classid parameter, is stored. Attribute codebase must contain the name of the folder, not the file.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The way to the file with the class relative to the active document.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">CODETYPE parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser about the type of the object, which is indicated in classid parameter. Browser can use this information in order to prepare the necessary resources for the file playing. If the codetype parameter is absent, the value of the TYPE attribute is treated. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of MIME type in any case.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">DATA Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the file which must be displayed in browser window. It is enough for popular formats to indicate the way to the file and its type (type parameter) for downloading and demonstration of the result. It is recommended to enable classid parameter for specific plugins.</dd>
<dd>The way to the file is defined according to the folder, which is defined by codebase attribute. If there is no such parameter, you should define the way according to the current document.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;src&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is accepted as a value.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">HEIGHT and WIDTH Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HEIGHT parameter defines the height of the object, and width – its width.  Not only image itself is a part of defined size, but also control panel, including buttons of play, pause, stop, etc. That is why type of a file and applied plugin have an effect on a size of displayed object.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd>Optional parametrs </dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">HSPACE and VSPACE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You may define invisible vertical and horizontal indents for any object with the help of hspace and vspace parameters. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels</dd>
<dd>Default value</dd>
<dd> 0 </dd>
<dd><span style="text-decoration: underline;">TYPE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser about the type of the object, which is indicated in data parameter. Browser can use this information to prepare all the necessary resources for file playing. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of MIME type in any case</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd>
</dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-object.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag NOSCRIPT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-noscript.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-noscript.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:30:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML NOSCRIPT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=277</guid>
		<description><![CDATA[
 Description
The package &#60;NOSCRIPT&#62; shows its content, if the browser does not support scripts. In the other cases browser ignores this tag.


&#60;noscript&#62;mce:0&#60;/noscript&#62;


Parametrs
No
Closing Tag
Is optional.
Email forms
PHP contact form
CSS forms
File upload form

]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The package &lt;NOSCRIPT&gt; shows its content, if the browser does not support scripts. In the other cases browser ignores this tag.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">noscript</span>&gt;</span>mce:0<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">noscript</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-noscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag NOFRAMES</title>
		<link>http://phpforms.net/tutorial/html-tags/html-noframes.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-noframes.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML NOFRAMES]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=275</guid>
		<description><![CDATA[
 Description
The content of the tag &#60;NOFRAME> is imaged in the browser, in case it does not support frames and can’t interpret them. Browsers, which work with frames, ignore the content of the tag &#60;NOFRAMES>. As a rule, there is a text in this tag. This text informs the user that the browser does not [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>The content of the tag &lt;NOFRAME> is imaged in the browser, in case it does not support frames and can’t interpret them. Browsers, which work with frames, ignore the content of the tag &lt;NOFRAMES>. As a rule, there is a text in this tag. This text informs the user that the browser does not support frames or offers to follow the page without frames.</dd>
<dd>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">frameset</span>&gt;</span> 
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">noframes</span>&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">noframes</span>&gt;</span> 
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">frameset</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-noframes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag NOEMBED</title>
		<link>http://phpforms.net/tutorial/html-tags/html-noembed.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-noembed.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML NOEMBED]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=273</guid>
		<description><![CDATA[
 Description
Tag &#60;NOEMBED> is aimed for information image on the web page, if the browser does not support the work with plugins. In all the other cases the content of the package &#60;NOEMBED> will be ignored.
Plugin is a program module, which is attached to the browser. It extends the browser’s capacity. Such plugins are Flash, [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;NOEMBED> is aimed for information image on the web page, if the browser does not support the work with plugins. In all the other cases the content of the package &lt;NOEMBED> will be ignored.</dd>
<dd>Plugin is a program module, which is attached to the browser. It extends the browser’s capacity. Such plugins are Flash, Quick Time VR, VRML, etc.</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;noembed&gt;</span>Теxt<span style="color: #009900;">&lt;noembed&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>white-space: nowrap</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-noembed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag NOBR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-nobr.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-nobr.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML NOBR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=270</guid>
		<description><![CDATA[
 Description
Tag &#60;NOBR> informs browser to display the text without hyphenations. If there is not this tag in the document code and line transfers are used, they are ignored and left alignment of the text takes place.


1
&#60;nobr&#62;Text&#60;/nobr&#62;


Parametrs
No
Closing Tag
Is optional.
Analogue CSS
white-space: nowrap

               [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;NOBR> informs browser to display the text without hyphenations. If there is not this tag in the document code and line transfers are used, they are ignored and left alignment of the text takes place.</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;nobr&gt;</span>Text<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>nobr&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Analogue CSS</u></dd>
<dd>white-space: nowrap</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-nobr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag META</title>
		<link>http://phpforms.net/tutorial/html-tags/html-meta-2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-meta-2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML META]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=267</guid>
		<description><![CDATA[
 Description
&#60;META&#62; defines metatags, which are used for information holding, which is intended for browsers and search engines. It is allowed to use one metatag, all of them are located in the tag &#60;HEAD&#62;. As a rule, parameters of any tag are added up to the pairs “name=meaning”, which are defined by the arguments content, [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>&lt;META&gt; defines metatags, which are used for information holding, which is intended for browsers and search engines. It is allowed to use one metatag, all of them are located in the tag &lt;HEAD&gt;. As a rule, parameters of any tag are added up to the pairs “name=meaning”, which are defined by the arguments content, name and http-equiv.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>content </strong> determines the value of parameter, which is set by the name and http-equiv. </dd>
<dd><strong>http-equiv </strong> is aimed for converting the metatag to the title HTTP.</dd>
<dd><strong>name </strong> the name of the metatag, defines its name indirect.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;META&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">CONTENT Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd><strong>Content</strong> defines the value of parameter, which is set by the name or http-equiv. Content parameter may involve more than one argument, in this case arguments are separated by commas or semicolons.</dd>
<dd> </dd>
<dd>Optional parametr</dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The line of symbols, which are to be put in quotes.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">HTTP-EQUIV Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Browsers convert the value of http-equiv parameter, which is set by content, to the format of the HTTP reply’s title and process them as if they come from the server.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any suitable identifier. Some of acceptable arguments of <strong>http-equiv</strong> parameter:</dd>
<dd><strong>content-type </strong> code type of the document.</dd>
<dd><strong>expires </strong> define the date and time, after which the information in the document will be considered outdated.</dd>
<dd><strong>pragma </strong> the way of the document caching</dd>
<dd><strong>refresh </strong> download another document to the active browser window.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd><span style="text-decoration: underline;">NAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines identifier of metatag for pair “name=meaning”. The simultaneous use of the name and <strong>http-equiv</strong> parameters is not allowed. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any suitable identifier. Some of acceptable arguments of <strong>name</strong> parameter:</dd>
<dd><strong>author </strong> the name of the author of the document.</dd>
<dd><strong>description </strong> the description of the active document.</dd>
<dd><strong>keywords </strong> the list of key words of the page.</dd>
<dd>Default value</dd>
<dd> No </dd>
<dd> </dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-meta-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag MARQUEE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-marquee.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-marquee.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:22:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML MARQUEE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=265</guid>
		<description><![CDATA[
Description
Creates creeping line on the page. The content of the package &#60;MARQUEE&#62; allows scrolling of all the elements of the web page – images, text, tables, form elements, etc. 


...


Parametrs
Behavior defines motion type of the content of the package &#60;MARQUEE&#62;
Bgcolor background colour
Direction defines direction of the content of the package &#60;MARQUEE&#62;
Height defines height of the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Creates creeping line on the page. The content of the package &lt;MARQUEE&gt; allows scrolling of all the elements of the web page – images, text, tables, form elements, etc. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Behavior</strong> defines motion type of the content of the package &lt;MARQUEE&gt;</dd>
<dd><strong>Bgcolor</strong> background colour</dd>
<dd><strong>Direction</strong> defines direction of the content of the package &lt;MARQUEE&gt;</dd>
<dd><strong>Height</strong> defines height of the scrolling region</dd>
<dd><strong>Hspace</strong> horizontal fields around the content</dd>
<dd><strong>Loop</strong> defines how many times the content will be scrolled</dd>
<dd><strong>Scrollamount</strong> speed of content motion</dd>
<dd><strong>Scrolldelay</strong> movements delay in milliseconds</dd>
<dd><strong>Truespeed</strong> cancels speed delimiter if the values of scrolldelay parameter are low.</dd>
<dd><strong>Vspace</strong> vertical fields around the content</dd>
<dd><strong>Width</strong> weight of the scrolling area</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd><span style="text-decoration: underline;">The Description of Tag &lt;MARQUEE&gt; Parameters</span></dd>
<dd>BEHAVIOR Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the way of content motion in the element &lt;marquee&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Alternate</strong> content is transferred between left and right bounds of the element.</dd>
<dd><strong>Scroll</strong> content is transferred in direction, which is defined by direction parameter, and is hidden beyond the area bound.</dd>
<dd><strong>Slide</strong> content is transferred in direction, which is defined by direction parameter, moves to the area bound and stops.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Scroll</dd>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour after the content of the &lt;marquee&gt; element.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways.</dd>
<dd>1. By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2. By hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
<dd>Default value</dd>
<dd>Coincides with the background colour of the web page, it is usually white colour.</dd>
<dd><span style="text-decoration: underline;">DIRECTION Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The content of the package &lt;MARQUEE&gt; can be transferred in four directions, not only left and right, but also up and down.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Down</strong> top-down motion</dd>
<dd><strong>Left</strong> RTL motion</dd>
<dd><strong>Right</strong> motion to the right side</dd>
<dd><strong>Up</strong> upward motion</dd>
<dd>Default value</dd>
<dd>left</dd>
<dd><span style="text-decoration: underline;">HEIGHT and WIDTH Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;MARQUEE&gt; is imaged as rectangle, height and width of which are defined by HEIGHT and WIDTH parameters. Values in pixels and percents can be used. Width=’100%’ means that element will take all available weight of the web page. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>Arguments and positive integer in pixels or percents</dd>
<dd>Default value</dd>
<dd>Weight is 100% and height is 12 pixels.</dd>
<dd><span style="text-decoration: underline;">HSPACE and VSPACE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>HSPACE and VSPACE parameter is aimed for adding the white around the content of &lt;MARQUEE&gt;. Attribute hspace defines the fields to the left and right of the element, and vspace – from the top to bottom. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels</dd>
<dd>Default value</dd>
<dd>-1</dd>
<dd><span style="text-decoration: underline;">LOOP Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines how many times the content of the tag &lt;MARQUEE&gt; will be scrolled.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer or -1 to repeat motion.</dd>
<dd>Default value</dd>
<dd>-1</dd>
<dd><span style="text-decoration: underline;">SCROLLAMOUNT Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Content animation of the element &lt;MARQUEE&gt; is used by means of periodical information erasing and its imaging in the new place. Scrollamount parameter defines the distance between old and new location in pixels and percents. If the value is 0, the motion does not take place. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer of pixels</dd>
<dd>Default value</dd>
<dd>6</dd>
<dd><span style="text-decoration: underline;">SCROLLDELAY Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The frequency of the content update has an effect on the scrolling speed. The scrolldelay parameter defines the movements delay in milliseconds. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer of milliseconds.</dd>
<dd>Default value</dd>
<dd>85</dd>
<dd><span style="text-decoration: underline;">TRUESPEED Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>If the content of the tag &lt;MARQUEE&gt; transfers too fast, the speed limitation is activated, it decelerates the scrolling. It is used for saving readability. If you want to cancel this limitation, add truespeed parameter, it makes the content scrolling with defined speed. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd>Default value</dd>
<dd>This parameter is disabled by default.</dd>
<dd>
</dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-marquee.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag MAP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-map.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-map.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:21:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML MAP]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=263</guid>
		<description><![CDATA[
 Description
Tag &#60;MAP&#62; is a package for the elements &#60;AREA&#62;, which define the active areas for the map-images. Such areas define hidden areas on the image, which are the links to HTML documents. The aim of tag &#60;MAP&#62; is to attach the tag &#60;IMG&#62; with the client map-image. This attachment is defined by the usage [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;MAP&gt; is a package for the elements &lt;AREA&gt;, which define the active areas for the map-images. Such areas define hidden areas on the image, which are the links to HTML documents. The aim of tag &lt;MAP&gt; is to attach the tag &lt;IMG&gt; with the client map-image. This attachment is defined by the usage of one identifier both in the tag &lt;IMG&gt;, which is set by the usemap parameter, and in the tag &lt;MAP&gt;, which is set by the attribute name.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">map</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;area <span style="color: #66cc66;">/</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">map</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong> name </strong> the name of the map-image.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;MAP&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">NAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The name of identifier, which defines the map-image definitely. The value of the name parameter of the tag &lt;MAP&gt; must fit to the name in the usemap. The usemap parameter argument of the tag &lt;IMG&gt; begins with the number sign. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">map</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;identifier&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">map</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any appropriate name, it is case sensitive.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-map.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag LINK</title>
		<link>http://phpforms.net/tutorial/html-tags/html-link.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-link.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:21:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML LINK]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=261</guid>
		<description><![CDATA[
 Description
Sets the connection between the external document like file with styles and types. In contrast to the tag &#60;A&#62;, tag &#60;LINK&#62; is always located in the package &#60;HEAD&#62; and does not сreate the link.

 
Parametrs
href  the way to attached file.
rel  defines the relations between the active document and file the link is [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Sets the connection between the external document like file with styles and types. In contrast to the tag &lt;A&gt;, tag &lt;LINK&gt; is always located in the package &lt;HEAD&gt; and does not сreate the link.</p>
</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>href </strong> the way to attached file.</dd>
<dd><strong>rel </strong> defines the relations between the active document and file the link is given to.</dd>
<dd><strong> type</strong> MIME-type of the attached file data.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;LINK&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">HREF Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The way to the file the link is given to.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is used as a value.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">MEDIA Parameter.</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the device the style design should be used to. It allows making the different style for displaying on the screen and in print. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>all</strong> all devices.</dd>
<dd><strong>screen.</strong> screen.</dd>
<dd><strong>print</strong> printing device like a printer.</dd>
<dd><strong>projection</strong> projector.</dd>
<dd><strong>braille</strong> devices based on the Braille system.</dd>
<dd><strong>speech </strong> speech synthesizer and the programs for text reproduction aloud. For instance, speech browsers.</dd>
<dd>Default value</dd>
<dd>screen</dd>
<dd><span style="text-decoration: underline;">REL Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>REL parameter defines the relations between the active document and file the link is created to. It is necessary to let know the browser the way of using the attached document.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>stylesheet</strong> defines that the attached module holds the cascading style sheet (CSS).</dd>
<dd><strong>application/rss+xml </strong> file in xml format for description of the news tape.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">TYPE Parameter.</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Informs the browser, which of MIME type data is used for external document. It is used to indicate the fact that attached file contains CSS.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of the MIME type in any case.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd> </dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag LI</title>
		<link>http://phpforms.net/tutorial/html-tags/html-li.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-li.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:19:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML LI]]></category>

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

 Description
Tag &#60;LI&#62; defines a certain element of the list. The external tag &#60;UL&#62; or &#60;OL&#62; defines the form of the list, whether it is labeled or numbered.



&#60;ul&#62;
	&#60;li&#62;element of the marked list&#60;/li&#62;
&#60;/ul&#62;
&#60;ol&#62;
	&#60;li&#62;element of the numbered list&#60;/li&#62;
&#60;/ol&#62;


Parametrs
Type  defines the marker form of labeled or numbered list
Value  the number the numbered list to begin [...]]]></description>
			<content:encoded><![CDATA[<h1>Tag LI</h1>
<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;LI&gt; defines a certain element of the list. The external tag &lt;UL&gt; or &lt;OL&gt; defines the form of the list, whether it is labeled or numbered.</p>
</dd>
<dd>

<div class="wp_syntax"><div 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>element of the marked list<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>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ol</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;</span>element of the numbered list<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;">ol</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Type </strong> defines the marker form of labeled or numbered list</dd>
<dd><strong>Value </strong> the number the numbered list to begin with</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;LI&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">TYPE Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the marker form. The marker type and its value depends on the external package &lt;UL&gt; or &lt;OL&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>For the labeled list the markers can be of three forms: circle, circumference or square.</dd>
<dd>Numbered lists are the numbers of elements with their serial numbers. Form and type of numbering depends on parameters of the tag &lt;OL&gt;, which is used for making a list. The following values can be used as markers:</dd>
<dd>
<ul>
<li style="list-style-type: disc;">capital Latin letter;</li>
<li style="list-style-type: disc;">lowercase Latin letters;</li>
<li style="list-style-type: disc;">capital Roman numbers;</li>
<li style="list-style-type: disc;">lowercase Roman numbers;</li>
<li style="list-style-type: disc;">Arabic numbers.</li>
</ul>
</dd>
<dd>Default value</dd>
<dd>Disc and 1</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>List-style-type</dd>
<dd><span style="text-decoration: underline;">VALUE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>VALUE parameter defines a number the list will be beginning with. Attribute value is used only for numbered lists, when tag &lt;LI&gt; is in the package &lt;OL&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer.</dd>
<dd>Default value</dd>
<dd>1</dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-li.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag LEGEND</title>
		<link>http://phpforms.net/tutorial/html-tags/html-legend.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-legend.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:18:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML LEGEND]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=257</guid>
		<description><![CDATA[
 Description
Tag &#60;LEGEND&#62; is used to make the title of the group of the form’s elements, which is defined with the help of the tag &#60;FIELDSET&#62;. The group of elements is indicated with a frame in the browser, and the text, which is in the package &#60;LEGEND&#62;, is built into this frame.



&#60;fieldset&#62;
&#60;legend&#62;Теxt&#60;/legend&#62;&#60;/fieldset&#62;


Parametrs
align  defines the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;LEGEND&gt; is used to make the title of the group of the form’s elements, which is defined with the help of the tag &lt;FIELDSET&gt;. The group of elements is indicated with a frame in the browser, and the text, which is in the package &lt;LEGEND&gt;, is built into this frame.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">fieldset</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">legend</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">legend</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">fieldset</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>align </strong> defines the text alignment.</dd>
<dd><strong>text</strong> adds the bubble help to the title of the text</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;LEGEND&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The edge alignment of the title of the text.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">legend</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">legend</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left </strong> left alignment of the text.</dd>
<dd><strong>center</strong> center alignment of the text.</dd>
<dd><strong>right </strong> right alignment of the text.</dd>
<dd>Default value</dd>
<dd>Left</dd>
<dd><span style="text-decoration: underline;">TITLE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Adds the bubble help.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">legend</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;теxt&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">legend</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. The line must be put in quotes.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-legend.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag LABEL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-label.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-label.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:18:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML LABEL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=255</guid>
		<description><![CDATA[
 Description
Tag &#60;LABEL&#62; determines the connection between the label and the element of the form INPUT. Text is usually used as a label. Such connection is necessary to change the value of the elements of the form by mouse click on the text. Moreover, one can determine hot keys on the keyboard and follow the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;LABEL&gt; determines the connection between the label and the element of the form INPUT. Text is usually used as a label. Such connection is necessary to change the value of the elements of the form by mouse click on the text. Moreover, one can determine hot keys on the keyboard and follow the active element like links.</p>
</dd>
<dd>There are two ways to link the object and the label. The first one is the use of the identifier id in the tag INPUT and indication its name as the for parameter of the tag &lt;LABEL&gt;. The second way is the placing of the tag &lt;INPUT&gt; into the package &lt;LABEL&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;identifier&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span> <span style="color: #000066;">for</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;identifier&quot;</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&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;...&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>accesskey</strong> access to the element of the form with the help of hot keys.</dd>
<dd><strong>for</strong> identifier of the element &lt;INPUT&gt; to set the connection with.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;LABEL&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ACCESSKEY Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the hot key, with the help of which the change of the focus to the element of the form takes place. Such a hot key is usually used with the controlling key &lt;Alt&gt; in the browser and does not depend on the case.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any available Roman symbol.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">FOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the unique identifier, which is defined with the help of id attribute of the element &lt;INPUT&gt; to set the connection with. It is necessary to set the FOR parameter in the case, when the element of the form and the text are separated. The usage of the FOR parameter is not optional if &lt;INPUT&gt; is located in the package &lt;LABEL&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">label</span> <span style="color: #000066;">for</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;identifier&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">label</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of the identifier. Such name is case sensitive that is why it should be written in the same way as it is in the element &lt;INPUT&gt;.</dd>
<dd>Default value</dd>
<dd>No</dd>
</dl>
<dd>
</dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-label.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag KBD</title>
		<link>http://phpforms.net/tutorial/html-tags/html-kbd.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-kbd.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML KBD]]></category>

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

 Description
Tag &#60;KBD> is used to indicate the text, which is typed, or the key names. Browsers mark the text in the package &#60;KBD> with a fixed-pitch type.


1
&#60;kbd&#62;Теxt&#60;/kbd&#62;


Parametrs
No
Closing Tag
Is optional.
 Parameters.
No

                
         [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;KBD> is used to indicate the text, which is typed, or the key names. Browsers mark the text in the package &lt;KBD> with a fixed-pitch type.</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;">kbd</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">kbd</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd> <u>Parameters.</u></dd>
<dd>No</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-kbd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag INS</title>
		<link>http://phpforms.net/tutorial/html-tags/html-ins.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-ins.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML INS]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=250</guid>
		<description><![CDATA[
 Description
Tag INS is aimed for highlighting the text, which had been added to the new version of the document. Such formatting helps to follow the changes in the document. 
Browsers mark the text in the package &#60;INS> as an underlined one.


1
&#60;ins&#62;Теxt&#60;/ins&#62;


Parametrs
No
Closing Tag
Is optional.
 Parameters.
No

           [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag INS is aimed for highlighting the text, which had been added to the new version of the document. Such formatting helps to follow the changes in the document. </dd>
<dd>Browsers mark the text in the package &lt;INS> as an underlined one.</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;">ins</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ins</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd> <u>Parameters.</u></dd>
<dd>No</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-ins.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag IMG</title>
		<link>http://phpforms.net/tutorial/html-tags/html-img.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-img.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:15:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML IMG]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=248</guid>
		<description><![CDATA[
 Description
Tag &#60;IMG&#62; is used to display the image in graphic format GIF, JPEG or PNG on the web page. This tag has the only one optional parameter src, which defines the address of the file with the image.

The images can be used as map-images, when the image contains active areas, which are used as [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;IMG&gt; is used to display the image in graphic format GIF, JPEG or PNG on the web page. This tag has the only one optional parameter src, which defines the address of the file with the image.</p>
</dd>
<dd>The images can be used as map-images, when the image contains active areas, which are used as a link. </dd>
<dd>

<div class="wp_syntax"><div 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><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines the way the frame will be aligned, and the way of its floating with the text</dd>
<dd><strong>Alt </strong> alternate text to display</dd>
<dd><strong>Border </strong> width of the image border </dd>
<dd><strong>Height </strong> height of the image</dd>
<dd><strong>Hspace </strong> horizontal indent from the image to the content</dd>
<dd><strong>Ismap </strong> informs the browser that the image is a server map-image</dd>
<dd><strong>Lowsrs </strong> way to the graphic low-resolution file for preview</dd>
<dd><strong>Src </strong> way to the graphic file</dd>
<dd><strong>Vspace </strong> vertical indent from the image to the content</dd>
<dd><strong>Width </strong> width of image</dd>
<dd><strong>Usemap </strong> link to the tag &lt;MAP&gt;, which contains coordinates for client map-image.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;IMG&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You may indicate image location relative to the text or other images on the web page. The way of image alignment is defined by ALIGN parameter of the tag &lt;IMG&gt;.</dd>
<dd>

<div class="wp_syntax"><div 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;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;bottom | left | middle | right | top&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Bottom </strong> bottom alignment according to the text</dd>
<dd><strong>Left </strong> left alignment of the frame</dd>
<dd><strong>Middle </strong> middle alignment of the frame according to the base line of the current line</dd>
<dd><strong>Right </strong> right alignment of the frame</dd>
<dd><strong>Top </strong> top alignmnent according to the highest element of a current line</dd>
<dd>Default value</dd>
<dd>Bottom</dd>
<dd><span style="text-decoration: underline;">ALT Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>ALT parameter defines alternate text for images. This text allows receiving the text information about the image when the image downloading is disabled in the browser.</dd>
<dd>Browser displays the alternate text as a bubble help. In order to see it, indicate mouse cursor to the image.</dd>
<dd>

<div class="wp_syntax"><div 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;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd>The value of the colour can be defined in two ways.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. It must be put in quotes.</dd>
<dd>Default value</dd>
<dd>1</dd>
<dd><span style="text-decoration: underline;">BORDER Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You can place the image, which is located on the web page, into the border of any width. Border parameter of the tag &lt;IMG&gt; is used for this. </dd>
<dd>

<div class="wp_syntax"><div 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;">border</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;border width&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>HEIGHT and WIDTH Parameter</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HEIGHT and WIDTH parameter is used to change the frame size by means of HTML. The values in pixels and percents are allowed to use. </dd>
<dd>

<div class="wp_syntax"><div 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;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;height&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents.</dd>
<dd>Default value</dd>
<dd>Initial height and width of the image.</dd>
<dd><span style="text-decoration: underline;">HSPACE and VSPACE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You may define invisible horizontal and vertical indents for any frame by means of hspace and vspace parameter. </dd>
<dd>

<div class="wp_syntax"><div 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;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">hspace</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;horizontal indent&quot;</span> <span style="color: #000066;">vspace</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;vertical indent&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents.</dd>
<dd>Default value</dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">ISMAP Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>ISMAP parameter informs the browser, that the image is a server map-image. It is realized in two variants – server and client. While using the server one browser sends request to the server to receive the address of chosen link and wait for the answer with necessary information. This variant requires the additional time for waiting of the result and separate files to each map-image.</dd>
<dd>

<div class="wp_syntax"><div 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;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd>Default value</dd>
<dd>This parameter is disabled by default.</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The address of the graphic file, which will be imaged on the web page. The most popular formats are GIF and JPEG.</dd>
<dd>

<div class="wp_syntax"><div 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><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is used as a value.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-img.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag IFRAME</title>
		<link>http://phpforms.net/tutorial/html-tags/html-iframe.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-iframe.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:14:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML IFRAME]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=245</guid>
		<description><![CDATA[
 Description
Tag &#60;IFRAME&#62; creates the floating frame, which is located in the regular document, it allows downloading any other independent documents to the area of target size.

Tag &#60;IFRAME&#62; is a package, the content of which is ignored by browsers, which don’t support this tag. You may define alternate text for such browsers, which the users [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;IFRAME&gt; creates the floating frame, which is located in the regular document, it allows downloading any other independent documents to the area of target size.</p>
</dd>
<dd>Tag &lt;IFRAME&gt; is a package, the content of which is ignored by browsers, which don’t support this tag. You may define alternate text for such browsers, which the users will see. It must be located between elements &lt;IFRAME&gt; and &lt;/IFRAME&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align </strong> defines the way the frame will be aligned, and the way of its floating with the text</dd>
<dd><strong>Frameborder</strong> defines whether to display the frame bound or not</dd>
<dd><strong>Height </strong> height of frame</dd>
<dd><strong>Hspace </strong> horizontal indent from the frame to the content</dd>
<dd><strong>Name </strong> name of an object</dd>
<dd><strong>Scrolling </strong> mapping device of the scroll bar</dd>
<dd><strong>Src</strong> the way to the file the content of which will be downloaded to the frame</dd>
<dd><strong>Vspace </strong> vertical indent from the frame to the content</dd>
<dd><strong>Width </strong> width of frame</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;IFRAME&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The location of the floating frame on the web page may be indicated or the way of text floating may be defined. The way of alignment is defined by ALIGN parameter of the tag &lt;IFRAME&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Abbsmidle </strong> middle alignment of the middle of the frame</dd>
<dd><strong>Baseline </strong> baseline alignment </dd>
<dd><strong>Bottom </strong> bottom alignment according to the text</dd>
<dd><strong>Left </strong> left alignment of the frame</dd>
<dd><strong>Middle </strong> middle alignment of the frame according to the base line of the current line</dd>
<dd><strong>Right </strong> right alignment of the frame</dd>
<dd><strong>Texttop </strong> top alignment according to the highest text element of a current line</dd>
<dd><strong>Top </strong> top alignmnent according to the highest element of a current line</dd>
<dd>Default value</dd>
<dd>Bottom</dd>
<dd><span style="text-decoration: underline;">FRAMEBORDER Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The border with 3D effect is drawn around the content by default. In order to hide it the frameborder parameter is used.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
 ...</pre></div></div>

</dd>
<dd>The value of the colour can be defined in two ways.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Yes (or 1) </strong> images the border around the frame</dd>
<dd><strong>No (or 0) </strong> hides the border around the frame</dd>
<dd>Default value</dd>
<dd>1</dd>
<dd><span style="text-decoration: underline;">HEIGHT and WIDTH Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HEIGHT and WIDTH parameter is used to change the frame size by means of HTML. The values in pixels and percents are allowed to use. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
...<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;iframe<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/pre<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;u<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;Arguments<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/u<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;Any positive integer in pixels or percents.<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;Default value<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;Width – 300 pixels, height – 150 pixels.<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;HSPACE and VSPACE Parameter<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt; <span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;u<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;Description<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/u<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;You may define invisible horizontal and vertical indents for any frame by means of hspace and vspace parameter.   <span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;/dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;dd<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;pre lang=&quot;html4strict&quot; line=&quot;1&quot;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;
<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;lt;iframe hspace=&quot;horizontal fields&quot;<span style="color: #ddbb00;">&amp;amp;</span>amp;amp;gt;...
...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents.</dd>
<dd>Default value</dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">NAME Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>While link following in HTML document the active document in the browser window is changed with the new one. In order to send the content to the frame, it must have unique name, which is defined with name attribute. In this case while link creating you must define target parameter in the tag &lt;A&gt;. The name of the frame is used as its value. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The number of symbols including letters and numbers is used to indicate a name. Follow the same spelling as in the name parameter.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">SCROLLING Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>If the content of the frame does not fit the defined size, then scroll bars appear to view the information. In case the scroll bars trouble the web page design, you may reject it.</dd>
<dd>Scrolling parameter is used to control displaying of scroll bars.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Auto </strong> scroll bars are added by the browser only if it is necessary, in case the content of the frame is more than its visual part.</dd>
<dd><strong>No </strong> cancels the displaying of scroll bars</dd>
<dd><strong>Yes </strong> activates the scroll bars independently of information content</dd>
<dd>Default value</dd>
<dd>Auto</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Indicates the address of the file (URL), which will be downloaded to the frame. It can be HTML document, image or server-side code. It is allowed not only to use the way to the file, but also the name of JavaScript function, which returns the value.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is accepted as a value.</dd>
<dd>Default value</dd>
<dd>No</dd>
</dl>
<dd>
</dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-iframe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag I</title>
		<link>http://phpforms.net/tutorial/html-tags/html-i.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-i.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:13:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML I]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=243</guid>
		<description><![CDATA[
 Description
Determines the italic type. It is admitted to use this tag with the other tags, which define the type face.


1
&#60;i&#62;Теxt&#60;/i&#62;


Parametrs
No
Closing Tag
Is optional.
 Analogue CSS.
Font-style: italic.

                
              [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Determines the italic type. It is admitted to use this tag with the other tags, which define the type face.</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;">i</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">i</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd> <u>Analogue CSS.</u></dd>
<dd>Font-style: italic.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-i.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag HTML</title>
		<link>http://phpforms.net/tutorial/html-tags/html-html.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-html.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:11:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML HTML]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=238</guid>
		<description><![CDATA[
 Description
Tag &#60;HTML&#62; is a package, which contains the whole content of the web page, including tags &#60;HEAD&#62; and &#60;BODY&#62;. Opening and closing tags &#60;HTML&#62; are not optional in the document, but it’s a good style to use them both. As a rule tag &#60;HTML&#62; is second in the document after the document type definition, [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;HTML&gt; is a package, which contains the whole content of the web page, including tags &lt;HEAD&gt; and &lt;BODY&gt;. Opening and closing tags &lt;HTML&gt; are not optional in the document, but it’s a good style to use them both. As a rule tag &lt;HTML&gt; is second in the document after the document type definition, which is defined with the help of the element &lt;!DOCTYPE&gt;. Closing tag &lt;HTML&gt; must be the last one in the document.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"> ...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>title</strong> adds the bubble help to the page.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;HTML&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">TITLE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Adds the bubble help to the web page.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. The line must be put in quotes. </dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag HR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-hr.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-hr.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:11:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML HR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=236</guid>
		<description><![CDATA[
 Description
Draws a horizontal line, the form of which depends on the used parameters and browser. Tag &#60;HR&#62; is a block element, the line is always started with a new line, and after it all the elements are in the next line.


&#60;hr /&#62;


Parametrs
Align defines alignment of the line
Color colour of the line
Noshade draws a line [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Draws a horizontal line, the form of which depends on the used parameters and browser. Tag &lt;HR&gt; is a block element, the line is always started with a new line, and after it all the elements are in the next line.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align</strong> defines alignment of the line</dd>
<dd><strong>Color</strong> colour of the line</dd>
<dd><strong>Noshade</strong> draws a line without 3D effects</dd>
<dd><strong>Size</strong> line weight</dd>
<dd><strong>Width</strong> line width</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not required</dd>
<dd>
<div><strong>The Description of Tag &lt;HR&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Line alignment at the edge of parent element. The browser window is used as a parent usually.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left</strong> left alignment </dd>
<dd><strong>center</strong> center alignment </dd>
<dd><strong>right</strong> right alignment </dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>center</dd>
<dd> <span style="text-decoration: underline;">Analogue CSS.</span></dd>
<dd>COLOR Parameters</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the line in Internet Explorer. The use of this parameter disables 3D effects, as if NOSHADE parameter had been added. In the other cases COLOR parameter is ignored.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>There are two ways to define the colour of the line: the first one uses denotations of colours in hexadecimal code, and the second way is realized by the titles of some colours. </dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd> <span style="text-decoration: underline;">NOSHADE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The use of NOSHADE parameter cancels 3D effects, which are used while drawing by default.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #000066;">noshade</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;noshade&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>This parameter is disabled by default.</dd>
<dd> <span style="text-decoration: underline;">SIZE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the line weight in pixels.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;number&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer. Zero or negative value defines the line weight in one pixel.</dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>2</dd>
<dd> <span style="text-decoration: underline;">WIDTH Parameter</span></dd>
<dd>Defines the line width in percents or pixels. The browser windows is used as a parent as a rule.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">hr</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable value in pixels or percents.</dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>100%</dd>
<dd> <span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
<dd>
</dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-hr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag HEAD</title>
		<link>http://phpforms.net/tutorial/html-tags/html-head2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-head2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML HEAD]]></category>

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

 Description
Tag &#60;HEAD> is used to hold the other elements, which aim is to help the browser with data work. There are also metatags in the package &#60;HEAD>, which are used for the information storage, which is aimed for the browsers and search engines. 
The content of the tag &#60;HEAD> is not displayed on the [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;HEAD> is used to hold the other elements, which aim is to help the browser with data work. There are also metatags in the package &lt;HEAD>, which are used for the information storage, which is aimed for the browsers and search engines. </dd>
<dd>The content of the tag &lt;HEAD> is not displayed on the web page, except the tag &lt;TITLE>, which determines the title of the web page window. It is admitted to place the following elements in the package: &lt;BASE>, &lt;BASEFONT>, &lt;BGSOUND>, &lt;LINK>, &lt;META>, &lt;SCRIPT>, &lt;STYLE>, &lt;TITLE>.</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;">head</span>&gt;</span> ... <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parametrs</u></dd>
<dd> <u>Closing tag</u></dd>
<dd>Is not optional.</dd>
<dd> <u>Parameters</u></dd>
<dd>No.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-head2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag H1…H6</title>
		<link>http://phpforms.net/tutorial/html-tags/html-h1h6.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-h1h6.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:08:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML H1 .. H6]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=230</guid>
		<description><![CDATA[
 Description
HTML offers 6 titles of different levels, which shows the relative importance of the section, which is located after the title. Tag &#60;H1&#62; is the most important title of the first level, and tag &#60;H6&#62; is used to image the title of the sixth level and is the least important. The title of the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HTML offers 6 titles of different levels, which shows the relative importance of the section, which is located after the title. Tag &lt;H1&gt; is the most important title of the first level, and tag &lt;H6&gt; is used to image the title of the sixth level and is the least important. The title of the first level is displayed in large heavy faced type by default, and the titles of the next level are smaller. Tags &lt;H1…H6&gt; are related to the block elements, they begin with the new line usually, and the next elements after them are displayed on the next line. Moreover, the white is added before the title and after it.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>title of the 1st level<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;">h2</span>&gt;</span>title of the second level<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h2</span>&gt;</span>
...
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h6</span>&gt;</span>title of the 6th level<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h6</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>align</strong> defines the title alignment. </dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;H1…H6&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">Align Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The edge alignment of the title</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;</span></pre></div></div>

</dd>
<dd>Full or relative way to the server file is taken as a value (URL).</dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>left</strong> left alignment or the title. </dd>
<dd><strong>center</strong> center alignment of the title. </dd>
<dd><strong>right</strong> right alignment of the title. </dd>
<dd><strong>justify</strong> justified alignment. This argument is possible only for the title, the length of which is more than one line. </dd>
<dd> <span style="text-decoration: underline;">Default value</span></dd>
<dd>left</dd>
<dd> <span style="text-decoration: underline;">Analogue CSS.</span></dd>
<dd>Text-align.</dd>
<dd>
</dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="PHP form" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-h1h6.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag FRAMESET</title>
		<link>http://phpforms.net/tutorial/html-tags/html-frameset.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-frameset.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML FRAMESET]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=224</guid>
		<description><![CDATA[
 Description
Defines the structure of the frames on the web page. Frames divide the browser window into the separate areas, which are located close to each other. Self-contained web page, which is defined by tag &#60;FRAME&#62;, is downloaded to each of such areas. With the help of frames the web page is divided into two [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the structure of the frames on the web page. Frames divide the browser window into the separate areas, which are located close to each other. Self-contained web page, which is defined by tag &lt;FRAME&gt;, is downloaded to each of such areas. With the help of frames the web page is divided into two or more documents, which usually contain site navigation or its content. Frame work allows opening of the documents in one frame, while following the link from the other frame.</p>
</dd>
<dd>Some peculiarities of using the frames:</p>
</dd>
<dd> - search engines works poorly with the frame structure, because there are no links to another documents on the pages, which contain the content;</dd>
<dd> - frames hide the address of the page, which the user visits and it is defined by the tag TITLE. Frames show only the site address;</dd>
<dd> - great number of frames require more memory than normal for the browser; </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Border </strong> border weight  between frames</dd>
<dd><strong>Bordercolor</strong> colour of the bound line</dd>
<dd><strong>Cols </strong> defines weight and proportions of frames in the form of columns</dd>
<dd><strong>Frameborder </strong> defines whether to display the border or not</dd>
<dd><strong>Framespacing </strong> analogue of the border parameter, defines bound width</dd>
<dd><strong>Rows </strong> defines size and proportions of frames in form of lines</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional</dd>
<dd>
<div><strong>The Description of Tag &lt;FRAMESET&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">BORDER Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the bound weight between frames. Line is imaged as three-dimensional by default. Use bordercolor and border parameters to adapt it on your own.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer. Value 0 hides the border.</dd>
<dd>Default value</dd>
<dd>Depends on the browser and operating system</dd>
<dd> <span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>border</dd>
<dd><span style="text-decoration: underline;">BORDERCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of invisible bounds between frames. You can change the colour of parent element FRAMESET with the help of child tag FRAMESET or individual element FRAME. Opera browser ignores this parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd>The value of the colour can be defined in two ways.</dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd>Default value</dd>
<dd>Depends on the browser and the operating system options</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>border</dd>
<dd><span style="text-decoration: underline;">COLS Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the size or proportions of frame columns in the structure . If several columns are created, the certain value should be defined for COLS parameter. Three variants are used for this, they are the following:</dd>
<dd> size in pixels </dd>
<dd> size in percents from available file width </dd>
<dd> asterisk symbol, which defines the whole available width, which is left after indicating the size in pixels and percents.</p>
<p>If it is necessary to define the frame size of defined width, use the value in pixels. Use percents to divide frames proportionally. Asterisk symbol is used to assign the rest of the place for the frame.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The values, which are separated by commas in pixels, percents or asterisk symbol.</dd>
<dd>Default value</dd>
<dd>100%</dd>
<dd><span style="text-decoration: underline;">FRAMEBORDER Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines whether to show the bound between frames or not.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...
...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The values yes and 1 can be used to show the border or no or 0 to hide it.</dd>
<dd>Default value</dd>
<dd>This parameter is disabled by default.</dd>
<dd>Framespacing Parameter</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>This parameter is used to define the bound size between frames. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Positive integer. In case framespacing="0" Opera browser hides the bounds between frames, and Internet Explorer defines their parameters by default. This attribute is ignored by Netscape browser.</dd>
<dd>Default value</dd>
<dd>2</dd>
<dd><span style="text-decoration: underline;">ROWS Parameter </span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines height and proportions of frame in &lt;FRAMESET&gt; structure in the form of lines. If several lines are created, the certain value must be defined for rows parameter.&lt;/FRAMESET&gt;</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The values separated by commas in pixels, percents or asterisk symbol.</dd>
<dd>Default value</dd>
<dd>100%</dd>
<dd>
</dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="PHP form" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-frameset.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag FRAME</title>
		<link>http://phpforms.net/tutorial/html-tags/html-frame.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-frame.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:01:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML FRAME]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=222</guid>
		<description><![CDATA[
 Description
Tag &#60;FRAME&#62; defines characteristics of certain frame the browser window is divided into.
This element must be located in the package &#60;FRAMESET&#62;, which also defines the way of marking of the page to certain areas. The independent web page is downloaded to each of such areas, which is defined with the help of src parameter.



&#160;


Parametrs
Bordercolor [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;FRAME&gt; defines characteristics of certain frame the browser window is divided into.</p>
<p>This element must be located in the package &lt;FRAMESET&gt;, which also defines the way of marking of the page to certain areas. The independent web page is downloaded to each of such areas, which is defined with the help of src parameter.</p>
</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Bordercolor </strong> the colour of the bound line</dd>
<dd><strong>Frameborder</strong> whether to image the frame around the text or not.</dd>
<dd><strong>Name </strong> defines unique name of a file</dd>
<dd><strong>Noresize </strong> defines if the user can change the size of a frame</dd>
<dd><strong>Scrolling </strong> the way of displaying the scroll bar in the frame</dd>
<dd><strong>Src </strong> way to the file which is aimed for downloading in the frame</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is not optional</dd>
<dd>
<div><strong>The Description of Tag &lt;FRAME&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">BORDERCOLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>If the form of the bounds is defined in tag &lt;FRAMESET&gt;, their colour can by changed with the help of  bordercolor parameter of tag “FRAME”. Browsers, as a rule, image the bound colour in different ways.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>border</dd>
<dd><span style="text-decoration: underline;">FRAMEBORDER Parameters</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines whether to display the border between frames or not. Opera browser displays the thin line in case the parameter framespacing="0" is not determined in the tag &lt;FRAMESET&gt;. This parameter disables the action of any frameborder attribute of the tag &lt;FRAMESET&gt;.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>It is allowed to use values from 1 for displaying the bounds or 0 for its hiding.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">NAME Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The scheme of the document download differs from the standard one when using the frames. The main difference is a possibility to download the document to the selected frame from the other one. Target parameter of tag &lt;a&gt; is used for this. A name of a frame, the document will be downloaded to, is defined as a value</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The number of symbols including numbers and letters is used as a value. .</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">NORESIZE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The user can change size of a frame by means of mouse cursor. Adding of noresize parameter</p>
<p>disables this feature, and the user can’t change size of a frame by himself.</p>
</dd>
<dd> </dd>
<dd> <span style="text-decoration: underline;">Parameters</span></dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>There are no values in this parameter.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Size of frames can be changed by default.</dd>
<dd><span style="text-decoration: underline;">SCROLLING Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Is used to control the scroll bar.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Auto</strong> scroll bars are added by browser only in case the content of the frame is larger than its visual part.</dd>
<dd><strong>No</strong> disables the displaying of scroll bars</dd>
<dd><strong>Yes</strong> activates the displaying of scroll bars</dd>
<dd>Default value</dd>
<dd>Auto</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Indicates an address of a file (URL), which will be downloaded to the frame. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is accepted as a value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="PHP form" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-frame.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag FORM</title>
		<link>http://phpforms.net/tutorial/html-tags/html-form.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-form.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:01:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML FORM]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=220</guid>
		<description><![CDATA[
 Description
Tag &#60;FORM&#62; defines the form on the web page. The form is aimed for data exchange between user and server. The area of use is not limited by sending data to the server. You may get an access to the form via client’s scripts, you may also change it or use it your own [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;FORM&gt; defines the form on the web page. The form is aimed for data exchange between user and server. The area of use is not limited by sending data to the server. You may get an access to the form via client’s scripts, you may also change it or use it your own way.</dd>
<dd>The document may involve any number of forms, but only one form can be sent to server simultaneously. That is the reason they must be independent.</dd>
<dd>The button Submit is used for sending the form to the server. If the button Submit is absent in the form, the button &lt;ENTER&gt; imitates its use, but only in case there is only one element &lt;INPUT&gt; in the form. </dd>
<dd>Data administration is transferred to CGI program, while the form is sent to the server. CGI program is defined by action parameter of the tag &lt;FORM&gt;. Browser prepares the information as a pair “name-value”, where the name is defined by name parameter of the tag &lt;input&gt;, and the value is entered by user or set in the field of the form by default.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;...&quot;</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Action</strong> address of CGI program or a document, which handle the forms. </dd>
<dd><strong>Enctype </strong> MIME-type of the form’s information.</dd>
<dd><strong>Method </strong> method of HTTP protocol</dd>
<dd><strong>Name </strong> name of a form</dd>
<dd><strong>Target</strong> name of a window or frame, where the handler will download the returned address.</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is optional </dd>
<dd>
<div><strong>The Description of Tag &lt;FORM&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ACTION Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>It is defined by the handler the form data appeal to, while sending to the server. CGI program or HTML document can work as a handler, but only in case HTML document includes server scripts (Parser, for instance). </dd>
<dd>If the ACTION parameter is absent, the active page is reloaded and returns all elements of the form to their values by default.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;URL&quot;</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the server file is taken as a value (URL).</dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd> <span style="text-decoration: underline;">ENCTYPE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines MIME type for data, which are sent with the form. Setting of the enctype parameter is not optional usually. But if the field for sending the file is used (INPUT type=”file”), you should define enctype parameter as multipart/form-data.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">enctype</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;MIME-type&quot;</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">METHOD Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Parameter informs the server about the way of request</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;get | post&quot;</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The value of METHOD parameter does not depend on the case. There are two methods – GET and POST. </dd>
<dd>GET </dd>
<dd>This method is one of the most widespread and aimed for receiving the necessary information and data transfer in the address line. The pairs “name=value” are added to the address after the question mark and separated from each other with an ampersand (&amp;). </dd>
<dd>POST</dd>
<dd>This method sends data to the server in the browser request. It allows sending the greater number of data than it is available for GET method, because the last one has limitation in 4 kb. </dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Get.</dd>
<dd>

<div class="wp_syntax"><div 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: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The number of symbols is used as a name, including numbers and letters. JavaScript is case sensitive that is why follow the same spelling as in the name parameter.</dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">TARGET Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>After the handler receives data, it returns the result as HTML document. You may define the window the final web page will be downloaded to. Target parameter is used for this, and the name of the window or frame is used as its value. If the target parameter is not defined, returned address is shown in the active window.</dd>
<dd>

<div class="wp_syntax"><div 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: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of a window or a frame is used as an argument. It is defined by name parameter. If the null name is defined, a new window will open. The following names are used as reserved:</dd>
<dd><strong>_blank</strong> downloads the page to the new browser window.</dd>
<dd><strong>self</strong> downloads the page to the active window.</dd>
<dd><strong>_parent</strong> downloads the page to the parent frame, in case there are no frames, this parameter works as _self.</dd>
<dd><strong>_top</strong> cancels all frames and downloads the page to the full browser window.  In case there are no frames, this parameter works as _self.</dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Self</dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="PHP form" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-form.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag FONT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-font.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-font.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML FONT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=218</guid>
		<description><![CDATA[
 Description
Tag &#60;FONT&#62; is a package for changing the font characteristics, such as size, colour and typeface. This tag is not supported by all browsers, it is considered outdated and it is recommended to disable its use.


&#60;span&#62;Теxt&#60;/span&#62;


Closing Tag
Is optional.
Parametrs
Color defines the colour of the text.
Face defines the typeface.
Size  defines the font size in standard [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;FONT&gt; is a package for changing the font characteristics, such as size, colour and typeface. This tag is not supported by all browsers, it is considered outdated and it is recommended to disable its use.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Color</strong> defines the colour of the text.</dd>
<dd><strong>Face</strong> defines the typeface.</dd>
<dd><strong>Size </strong> defines the font size in standard units.</dd>
<dd>
<div><strong>The Description of Tag &lt;FONT&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">COLOR Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the text in the package &lt;FONT&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>color</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The colour, defined in the browser by default.</dd>
<dd> <span style="text-decoration: underline;">FACE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>FACE Parameter is aimed for defining the type face, which is used for the text. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any number of font titles, which are separated by commas. The universal type families:</dd>
<dd>serif – fonts with serif, the Times type; sans-serif – cut  fonts (without serifs or grotesque), typical representative – Arial; cursive – italic fonts; fantasy – decorative font; monospace – fixed-pitch fonts. </dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Font-family</dd>
<dd>The font which is defined in the browser by default.</dd>
<dd><span style="text-decoration: underline;">SIZE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the font size in standard units from 1 to 7. The norm size is 3 by default.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Integer from 1 to 7.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>font-size</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>3</dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-font.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag FIELDSET</title>
		<link>http://phpforms.net/tutorial/html-tags/html-fieldset.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-fieldset.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 23:00:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML FIELDSET]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=216</guid>
		<description><![CDATA[
 Description
The element &#60;FIELDSET&#62; is aimed for batching of the form elements. Such grouping makes the work with forms, which contain the great number of data, easier. For instance, one block can be aimed for the text information input, and another – for the flags.

The browsers display the investigation results of the tag &#60;FIELDSET&#62; as [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;FIELDSET&gt; is aimed for batching of the form elements. Such grouping makes the work with forms, which contain the great number of data, easier. For instance, one block can be aimed for the text information input, and another – for the flags.</p>
</dd>
<dd>The browsers display the investigation results of the tag &lt;FIELDSET&gt; as a frame. Its form depends on the operation system and the browser which is used. </dd>
<dd>

<div class="wp_syntax"><div 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;">fieldset</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">fieldset</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>title</strong> adds the bubble help to the group of the form</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span> </dd>
<dd> Is optional. </dd>
<dd>
<div><strong>The Description of Tag &lt;FIELDSET&gt; Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Adds the bubble help, which is indicated, when the mouse cursor is kept long on the group of the form.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">fieldset</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;теxt&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">fieldset</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Email form generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form generator</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-fieldset.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag EMBED</title>
		<link>http://phpforms.net/tutorial/html-tags/html-embed.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-embed.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:58:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML embed]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=214</guid>
		<description><![CDATA[
 Description
The element &#60;EMBED&#62; is used to download and display the objects (for instance, video files, flash video, some wave files, etc.), which are not understandable by browser initially. Such objects demand the special module connection to the browser, which is called plugin.
HTML 4.0 specification recommends to use the tag &#60;OBJECT&#62; for external data downloading [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;EMBED&gt; is used to download and display the objects (for instance, video files, flash video, some wave files, etc.), which are not understandable by browser initially. Such objects demand the special module connection to the browser, which is called plugin.</dd>
<dd>HTML 4.0 specification recommends to use the tag &lt;OBJECT&gt; for external data downloading instead of tag &lt;EMBED&gt;. But some browsers are not display the necessary information, that is why the best variant is to put &lt;EMBED&gt; into the package &lt;OBJECT&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align</strong> defines the way of alignment of the object on the page and the way of its floating with text. </dd>
<dd><strong>height</strong> height of the object.</dd>
<dd><strong>hidden </strong> defines whether to hide the object on the page or not.</dd>
<dd><strong>hspace </strong> horizontal  indent from the object to the content.</dd>
<dd><strong>pluginpage </strong> address of the page the plugin can be downloaded and installed from.</dd>
<dd><strong>src </strong> the way to the file.</dd>
<dd><strong>type</strong> MIME-type of the object.</dd>
<dd><strong>vspace </strong> vertical indent from the object to the content.</dd>
<dd><strong>width</strong> width of the object.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;EMBED&gt;  Parameters</strong></div>
</dd>
<dd> <span style="text-decoration: underline;">ALINK Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the alignment of the object on the page and the way of its displaying with the other underlying elements like text.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;align&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;absmiddle | baseline | bottom | left | middle | right&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;absmiddle | baseline | bottom | left | middle | right&quot;</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span> ... 
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;align&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;texttop | top | middle | right&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;texttop | top | middle | right&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Absmiddle</strong>the current line middle alignment of the middle of the object.</dd>
<dd><strong>Baseline</strong> base alignment of the object.</dd>
<dd><strong>Bottom </strong> bottom alignment of the object.</dd>
<dd><strong>Left </strong> left alignment of the object, the text floats it from right..</dd>
<dd><strong>Middle</strong> base alignment of the middle of the object.</dd>
<dd><strong>Right</strong> right alignment of the object, the text floats it from the left.</dd>
<dd><strong>Texttop </strong> top alignment to the highest text element of the current line.</dd>
<dd><strong>Top </strong> top alignment to the highest element of the current line.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Bottom.</dd>
<dd><span style="text-decoration: underline;">HEIGHT and WIDTH Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HEIGHT Parameter defines the height of the object, and WIDTH – its width. Control panel is also included to the size, not only image. That is why type of a file and applied plugin influence on the size of displayed object.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;heght&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;heght&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;width&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameters </span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels or percents.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">HIDDEN parametr</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>HIDDEN parameter is a switch, which defines whether to display the object or not. It is comfortable for hiding the control panel while playing the background music. If this parameter is defined, the meaning of WIDTH and HEIGHT parameters is ignored.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This parameter is disabled by default.</dd>
<dd><span style="text-decoration: underline;">HSPACE and VSPACE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>You can make invisible vertical or horizontal indents for any object with the help of hspace and vspace parameter. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integer in pixels.</dd>
<dd>Default value</dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">PLUGINSPAGE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>If the browser does not support the indicated type of files, which is set by src parameter, pluginspage is used to follow the indicated address to download and install necessary plugin from. Browser informs the user that there is not necessary plugin for displaying the file and requests whether to download it or not.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any correct URL (Universal Resource Locator).</dd>
<dd>Default value</dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>SRC Parameter indicates the way to the file, which is necessary to download to the browser window. Browser analyzes file extention and decides which plugin or external program are necessary to display the file.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;src&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file as a value.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">TYPE Parameter</span></dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Browser couldn’t always identify the type of a file by its extention. You should better indicate its type with the help of type parameter, which defines MIME-type for data.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">classid</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">codebase</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;</span>&gt;&lt;embed <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span>embed&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span>...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of MIME-type in any case.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd><a title="Web forms" href="http://phpforms.net/tutorial/html-basics/web-forms.html">Web forms</a></dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Email form generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form generator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-embed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag EM</title>
		<link>http://phpforms.net/tutorial/html-tags/html-em.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-em.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:39:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML em]]></category>

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

 Description
Tag &#60;EM> is aimed for accenting the text. Browser displays such text with italic font.



1
&#60;em&#62;Теxt&#60;/em&#62;


 Parameters
No
 Analogue CSS
Font-style: italic

                
               
]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;EM> is aimed for accenting the text. Browser displays such text with italic font.</p>
</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;">em</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">em</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd> <u>Parameters</u></dd>
<dd>No</dd>
<dd> <u>Analogue CSS</u></dd>
<dd>Font-style: italic</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-em.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-dt.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-dt.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:37:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DT]]></category>

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

 Description
Tag &#60;DT> is a part of a group of elements &#60;DL>, &#60;DT>, &#60;DD>, which are aimed for creating the list of definitions. Each list begins with the package &#60;DL>, the part of which is tag &#60;DT> and tag &#60;DD>. Tag &#60;DT> creates the term and tag &#60;DD> defines the definition of this term. 
Closing [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;DT> is a part of a group of elements &lt;DL>, &lt;DT>, &lt;DD>, which are aimed for creating the list of definitions. Each list begins with the package &lt;DL>, the part of which is tag &lt;DT> and tag &lt;DD>. Tag &lt;DT> creates the term and tag &lt;DD> defines the definition of this term. </p>
<p>Closing tag &lt;/DT> is not optional, because the next tag informs about the end of the previous element. Though, closing all the tags is a good style.</p>
</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
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dl</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Term 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
<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> <u>Parameters</u></dd>
<dd>No</dd>
<dd> <u>Closing tag</u></dd>
<dd>Is not optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-dt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag !DOCTYPE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-doctype.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-doctype.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:37:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML !doctype]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=208</guid>
		<description><![CDATA[
Tag &#60;!DOCTYPE&#62; is aimed for indicating the type of the active document  DTD (document type definition). It is necessary for browser to understand how to interpret the active web page because HTML exists in several versions, moreover there is XHTML (EXtensible HyperText Markup Language), and it differs from it in syntax.

 
 Parameters 
The [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Tag &lt;!DOCTYPE&gt; is aimed for indicating the type of the active document  DTD (document type definition). It is necessary for browser to understand how to interpret the active web page because HTML exists in several versions, moreover there is XHTML (EXtensible HyperText Markup Language), and it differs from it in syntax.</p>
</dd>
<dd> </dd>
<dd> Parameters </dd>
<dd>The upper level element  indicates the upper level element in the document, it is tag &lt;HTML&gt; for HTML.</dd>
<dd>Publicity  the object is public (the value PUBLIC) or system resource (the value SYSTEM), like a local file. </dd>
<dd>Registration  informs that DTD developer is registered in ISO (International Organization for Standartization). It accepts one of two values: plus (+) – developer is registered in ISO or minus (-)  developer is not registered.</dd>
<dd> Organization – the unique title of organization, which had developed DTD. HTML/XHTML publics W3C officially, this title is also written in &lt;!DOCTYPE&gt;. </dd>
<dd>Type  the type of the document, which is described. The value for HTML/XHTML is indicated by DTD. </dd>
<dd> Name  the unique name to describe DTD. </dd>
<dd> Language – the language the text is written in for describing the object. Consists of two letters, and it is written in upper case. The English language is indicated for HTML/XHTML document (EN).</dd>
<dd> URL  the address of the document with DTD.</dd>
<dd> Closing Tag </dd>
<dd>Is optional.</p>
</dd>
<dd> Browsers </dd>
<dd> Internet Explorer requires the &lt;!DOCTYPE&gt; to be located in the first line of the code. Otherwise the browser moves to quirk mode. </dd>
<dd>
</dd>
<dd><a title="File upload form" href="http://blog.phpforms.net/file-upload-form/" target="_blank">File upload form</a></dd>
<dd><a title="Email form generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form generator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-doctype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-dl.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-dl.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DL]]></category>

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

 Description
Tag &#60;DL> is a part of a group of elements &#60;DL>, &#60;DT>, &#60;DD>, which are aimed for creating the list of definitions. Each list begins with the package &#60;DL>, the part of which is tag &#60;DT> and tag &#60;DD>. Tag &#60;DT> creates the term and tag &#60;DD> defines the definition of this term. 


1
2
3
4
5
6
7
8
9
10
11
12
&#160;
&#60;dl&#62;
&#160;
 [...]]]></description>
			<content:encoded><![CDATA[
<dl class="spiski">
<dd> <u>Description</u></dd>
<dd>Tag &lt;DL> is a part of a group of elements &lt;DL>, &lt;DT>, &lt;DD>, which are aimed for creating the list of definitions. Each list begins with the package &lt;DL>, the part of which is tag &lt;DT> and tag &lt;DD>. Tag &lt;DT> creates the term and tag &lt;DD> defines the definition of this term. </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
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dl</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Тerm 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
<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> <u>Parameters</u></dd>
<dd>No</dd>
<dd> <u>Closing tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p>                <br/></p>
<p>               <br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-dl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DIV</title>
		<link>http://phpforms.net/tutorial/html-tags/tag-div.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/tag-div.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:34:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DIV]]></category>

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

Description
 The element &#60;DIV&#62; is a block element and aimed for highlighting the fragment of the document in order to change the form of the content. The block’s form is controlled by styles as a rule. The content of the tag &#60;DIV&#62; always begins with a new line. There is also line folding after [...]]]></description>
			<content:encoded><![CDATA[<h1>Tag DIV</h1>
<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd> The element &lt;DIV&gt; is a block element and aimed for highlighting the fragment of the document in order to change the form of the content. The block’s form is controlled by styles as a rule. The content of the tag &lt;DIV&gt; always begins with a new line. There is also line folding after it. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Align</strong> defines the alignment of the tag’s content.</dd>
<dd><strong>Title</strong> adds the bubble help to the content.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;DIV&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The edge alignment of the content of the package &lt;DIV&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Center</strong>center alignment of the text. This style is often used in titles or signatures, it makes the letter’s design official and prestigious. The center alignment is used in other cases very seldom because the reading of the large text is not convenient.</dd>
<dd><strong>Left</strong> left alignment of the text. This style is very popular on sites, because it makes it easier to search the new line and read the large text comfortably.</dd>
<dd><strong>Right</strong> right alignment of the text. It is used for short titles usually.</dd>
<dd><strong>Justify</strong> justified alignment, which means simultaneous left and right alignment. The browser adds blanks between words in order to do it.</dd>
<dd>Default value</dd>
<dd>Left</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align</dd>
<dd><span style="text-decoration: underline;">TITLE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Adds the bubble help to the package &lt;DIV&gt;.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;теxt&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. It must be put in quotes.</dd>
<dd>Default value</dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Email form generator" href="http://phpforms.net/tutorial/html-basics/email-form-generator.html">Email form generator</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/tag-div.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DFN</title>
		<link>http://phpforms.net/tutorial/html-tags/html-dfn.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-dfn.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:32:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DFN]]></category>

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

As a rule, when a new term is mentioned in the document, it is italicized and the definition is given. Then the reader knows this term. Tag &#60;DFN> is used for marking such elements, when they appeared in the text for the first time. The browsers display the content of the package &#60;DFN> by means [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>
As a rule, when a new term is mentioned in the document, it is italicized and the definition is given. Then the reader knows this term. Tag &lt;DFN> is used for marking such elements, when they appeared in the text for the first time. The browsers display the content of the package &lt;DFN> by means of italic font.
</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;">dfn</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dfn</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Closing tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-dfn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DEL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-del.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-del.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DEL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=196</guid>
		<description><![CDATA[
Description
Tag &#60;DEL> is used to highlight the text, which was deleted in the new version of the document. Such formatting allows following all the changes in the document. The browsers mark the text in the package &#60;DEL> as strikethrough usually.



1
&#60;del&#62;Теxt&#60;/del&#62;


Parameters
No
Closing tag
Is optional.


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;DEL> is used to highlight the text, which was deleted in the new version of the document. Such formatting allows following all the changes in the document. The browsers mark the text in the package &lt;DEL> as strikethrough usually.
</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;">del</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">del</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Closing tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-del.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag DD</title>
		<link>http://phpforms.net/tutorial/html-tags/html-dd.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-dd.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML DD]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=194</guid>
		<description><![CDATA[
Description
Tag &#60;DD> is a part of a group of elements &#60;DL>, &#60;DT>, &#60;DD>, which are used to create the list of definitions. Each list begins with the package &#60;DL>, the part of which is tag &#60;DT> and tag &#60;DD>. Tag &#60;DT> creates the term and tag &#60;DD> defines the definition of this term. Closing tag [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;DD> is a part of a group of elements &lt;DL>, &lt;DT>, &lt;DD>, which are used to create the list of definitions. Each list begins with the package &lt;DL>, the part of which is tag &lt;DT> and tag &lt;DD>. Tag &lt;DT> creates the term and tag &lt;DD> defines the definition of this term. Closing tag &lt;/DD> is not optional, because the next tag informs about the end of the previous element. Though, closing all the tags is a good style.
</dd>
<p><br/></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</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>
&nbsp;
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>Тerm 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dt</span>&gt;</span>
&nbsp;
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>Definition of term 2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">dd</span>&gt;</span>
&nbsp;
<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><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Closing tag</u></dd>
<dd>Is not optional.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-dd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag  COLGROUP</title>
		<link>http://phpforms.net/tutorial/html-tags/html-colgroup.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-colgroup.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML COLGROUP]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=192</guid>
		<description><![CDATA[
Description
Tag &#60;COLGROUP&#62; is aimed for defining the width and style of one or several columns of the table. This tag allows reducing the table code by shortening of the repeating elements. Tag &#60;COLGROUP&#62; can be used with the tag &#60;COL&#62;, which defines the characteristics of the one or several columns. 
Closing tag is not optional [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;COLGROUP&gt; is aimed for defining the width and style of one or several columns of the table. This tag allows reducing the table code by shortening of the repeating elements. Tag &lt;COLGROUP&gt; can be used with the tag &lt;COL&gt;, which defines the characteristics of the one or several columns. </dd>
<dd>Closing tag is not optional usually, but in case the &lt;COLGROUP&gt; is used as a package for elements &lt;COL&gt;, you should add tag &lt;/COLGROUP&gt; in the end of the group. </dd>
<dd>The difference between characteristics of tags &lt;COLGROUP&gt; and &lt;COL&gt; is not very big. &lt;COLGROUP&gt; allows combining columns in certain groups. Moreover browser will draw a line only between columns, which are created with the help of &lt;COLGROUP&gt;. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;">colgroup</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">colgroup</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</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>...<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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>Align</strong>defines the edge alignment of the content of the column.</dd>
<dd><strong>Span</strong>number of columns the parameters should be used to.</dd>
<dd><strong>Valign</strong>defines the vertical alignment of the content of the column.</dd>
<dd><strong>Width</strong>width of columns</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not optional.</dd>
<dd><span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd>Defines the horizontal alignment of the content of the columns. This parameter is enabled for all the cells in the column, including the titles of the table, which are defined by tag &lt;TH&gt;. Use the styles or define ALIGN parameter for separate cells of the table to manage the alignment of the content of different elements. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Left</strong> left alignment of the content.</dd>
<dd><strong>Center</strong>center alignment of the content.</dd>
<dd><strong>Right</strong>right alignment of the content.</dd>
<dd><strong>None</strong> cancels the action of this feature</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Text-align</dd>
<dd>SPAN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of columns the fixed parameters will be applied to. In case this attribute is absent, the tag &lt;COL&gt; works for one column. SPAN Parameter can be used for several columns and form the groups of columns with the same characteristics. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the column.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Baseline</strong>the base line alignment. Browsers don’t support this parameter.</dd>
<dd><strong>Bottom</strong>bottom alignment.</dd>
<dd><strong>Middle</strong>middle alignment.</dd>
<dd><strong>Top</strong>top alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd>MIDTH Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the width of the column. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The entire value in pixels or percents is used usually. The alternate way is based on the symbol *, which defines the acceptable width.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle.</dd>
<dd><span style="text-decoration: underline;">WIDTH Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the width of the column. In case the width of the content is more than specified one, the browser will try to squeeze in parameters by formatting the text. If it is impossible the width parameter will be ignored. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any positive integral value in pixels or percents is used usually. Alternate variant is based on the use of symbol *, which defines all the acceptable width. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Width is defined by the content of the cell.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>width</dd>
<dd>
</dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-colgroup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag  COL</title>
		<link>http://phpforms.net/tutorial/html-tags/html-col.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-col.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML COL]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=190</guid>
		<description><![CDATA[
Description
Tag &#60;COL&#62; specifies the width and other attributes of one or more columns of the table. In the presence of this tag browser begins to show the contents of the table not waiting for its full load. Tag &#60;COL&#62; can be used in conjunction with &#60;COLGROUP&#62; which specifies a group of columns with common parameters. [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;COL&gt; specifies the width and other attributes of one or more columns of the table. In the presence of this tag browser begins to show the contents of the table not waiting for its full load. Tag &lt;COL&gt; can be used in conjunction with &lt;COLGROUP&gt; which specifies a group of columns with common parameters. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><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;">colgroup</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">col</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">col</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">colgroup</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tbody</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>...<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;">tbody</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>Align</strong>defines the edge alignment of the content of the column.</dd>
<dd><strong>Span</strong>number of columns the parameters should be used to.</dd>
<dd><strong>Valign</strong>defines the vertical alignment of the content of the column.</dd>
<dd><strong>Width</strong>width of columns</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;COL&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">ALIGN Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the horizontal alignment of the content of the columns. This parameter has an effect on all the cells in the column. The titles of the columns are defined by the tag &lt;TH&gt;. Use the styles or determine ALIGN parameter for separate cells of the table to administrate the alignment of different elements. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Left</strong> left alignment of the content.</dd>
<dd><strong>Center</strong> center alignment of the content.</dd>
<dd><strong>Right </strong> right alignment of the content.</dd>
<dd><strong>None</strong> cancels the action of this feature</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>left.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Text-align</dd>
<dd>SPAN Parameter</dd>
<dd> <span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the number of columns the fixed parameters will be applied to. In case this attribute is absent, the tag &lt;COL&gt; works for one column. SPAN Parameter can be used for several columns and form the groups of columns with the same characteristics. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Positive integral value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>1</dd>
<dd>VALIGN Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines vertical alignment of the content of the column.</dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Baseline</strong> the base line alignment. Browsers don’t support this parameter.</dd>
<dd><strong>Bottom</strong> bottom alignment.</dd>
<dd><strong>Middle</strong> middle alignment.</dd>
<dd><strong>Top</strong> top alignment.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Middle</dd>
<dd>MIDTH Parameter</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the width of the column. </dd>
<dd> </dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The entire value in pixels or percents is used usually. The alternate way is based on the symbol *, which defines the acceptable width. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The width is defined on the cell’s content.</dd>
<dd><span style="text-decoration: underline;">Analog CSS</span></dd>
<dd>width</dd>
<dd>
</dd>
<dd><a title="Form builder" href="http://phpforms.net/tutorial/html-basics/form-builder.html ">Form builder</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-col.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Code</title>
		<link>http://phpforms.net/tutorial/html-tags/html-code.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-code.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:28:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Code]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=188</guid>
		<description><![CDATA[
Description
Tag &#60;CODE> is aimed for displaying of one or several lines of the text, which is a soft code. The names of variables, key words, text of function, etc. refer here. Browsers image the content of the package &#60;CODE> as smaller fixed-pitch text. In contrast to the tag &#60;PRE> additional dashes in the package &#60;CODE> [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;CODE> is aimed for displaying of one or several lines of the text, which is a soft code. The names of variables, key words, text of function, etc. refer here. Browsers image the content of the package &lt;CODE> as smaller fixed-pitch text. In contrast to the tag &lt;PRE> additional dashes in the package &lt;CODE> are not taken into account, as well as text hyphenation. That is why use tag &lt;BR> or &lt;P> for making the hyphenation.
</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;">code</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">code</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Cite</title>
		<link>http://phpforms.net/tutorial/html-tags/html-cite.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-cite.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:28:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Cite]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=186</guid>
		<description><![CDATA[
Description
Tag &#60;CITE> marks the text as the quotation or reference to the other material. This highlight is convenient for changing the text style by means of CSS, and it is also used for division of HTML code to the structure elements.



1
&#60;cite&#62;Теxt&#60;/cite&#62;


Parameters
No
Closing Tag
Is optional.


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;CITE> marks the text as the quotation or reference to the other material. This highlight is convenient for changing the text style by means of CSS, and it is also used for division of HTML code to the structure elements.
</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;">cite</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">cite</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-cite.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag CENTER</title>
		<link>http://phpforms.net/tutorial/html-tags/tag-center.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/tag-center.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML CENTER]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=184</guid>
		<description><![CDATA[
Description
Tag &#60;CENTER> aligns the content of the package to the center according to the parent element.


1
&#60;center&#62;Теxt&#60;/center&#62;


Parameters
No
Analogue CSS
text-align: center
Closing Tag
Is optional.


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;CENTER> aligns the content of the package to the center according to the parent element.</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;">center</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">center</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd><u>Analogue CSS</u></dd>
<dd>text-align: center</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/tag-center.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Caption</title>
		<link>http://phpforms.net/tutorial/html-tags/html-caption.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-caption.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:27:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Caption]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=182</guid>
		<description><![CDATA[
Description
Tag &#60;CAPTION&#62; is used to create the title of the table and can be located only in the package &#60;TABLE&#62;, just after the opening tag.  Such title is the text, which is displayed before the table and defines its content 


 ...
&#60;table&#62;
&#60;caption&#62;Теxt&#60;/caption&#62;&#60;/table&#62;


Parameters
aligndefines the horizontal alignment of the title.
valigndefines the location of the title before [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;CAPTION&gt; is used to create the title of the table and can be located only in the package &lt;TABLE&gt;, just after the opening tag.  Such title is the text, which is displayed before the table and defines its content </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"> ...
<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;">caption</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">caption</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">table</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>align</strong>defines the horizontal alignment of the title.</dd>
<dd><strong>valign</strong>defines the location of the title before and after the table.</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;CAPTION&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">Align Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Align parameter defines alignment of the title according to the table. The result of its action depends on the browser and defined value.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Left</strong>places the title on the top left of the table in the browser Internet Explorer and Opera.</dd>
<dd><strong>Right</strong>places the title on the top right of the table in the browser Internet Explorer and Opera. The parameter is ignored in the browser Netscape, and the title locates to the right of the table. </dd>
<dd><strong>Center</strong> the title locates on the top center of the table.</dd>
<dd><strong>Top</strong>the result is like the center parameter result, but in contrast to it, it is a part of HTML 4 specification und is understandable for all the browsers. </dd>
<dd><strong>Bottom</strong> the title is located in the bottom center of the table.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd><strong>Center</strong> – for Internet Explorer, <strong>top</strong> – for other browsers.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>text-align</dd>
<dd><span style="text-decoration: underline;">Valign Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The valign parameter is aimed for location of the title before the table and after it. This parameter is used only in Internet Explorer, and align is used for another browsers. Though, align parameter also works correctly for IE, that’s why combination of align and valign parameters are necessary only for this browser, when simultaneous vertical and horizontal alignment of the title is required. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Bottom</strong> the title locates under the table</dd>
<dd><strong>Top</strong> the title locates before the table</dd>
<dd>
</dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-caption.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Button</title>
		<link>http://phpforms.net/tutorial/html-tags/html-button.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-button.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Button]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=180</guid>
		<description><![CDATA[
Description
Tag &#60;BUTTON&#62; creates buttons on the web page and reminds the result, which is received with the help of tag &#60;INPUT&#62;. In contrast to this tag, &#60;BUTTON&#62; offers extended facilities of the buttons’ creation. 
Tag &#60;BUTTON&#62; is must be located in the form, which is defined by the element &#60;FORM&#62;. Though, browsers don’t show messages [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;BUTTON&gt; creates buttons on the web page and reminds the result, which is received with the help of tag &lt;INPUT&gt;. In contrast to this tag, &lt;BUTTON&gt; offers extended facilities of the buttons’ creation. </dd>
<dd>Tag &lt;BUTTON&gt; is must be located in the form, which is defined by the element &lt;FORM&gt;. Though, browsers don’t show messages about a mistake and work with the tag &lt;BUTTON&gt; correctly, if it is used independently. But if it is necessary to send the result of pressing the button to the server, so place &lt;BUTTON&gt; into the &lt;FORM&gt;. </dd>
<dd>

<div class="wp_syntax"><div 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>
&nbsp;
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">button</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">button</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></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>Disabled</strong>blocks the access and changing of the element.</dd>
<dd><strong>Type</strong>type of the button is common, for sending of the form data to the server or for the cleanup of the form.</dd>
<dd><strong>Value</strong>value of the button, which will be sent to the server or read via scripts.</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;BUTTON&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">DISABLE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Blocks the access and changing of a button. In this case it is defined grey and inaccessible for activation by the user. Moreover, such button can’t receive the focus by pressing the button Tab, mouse or other way. Nevertheless, such condition of a button can be changed via scripts. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">button</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">button</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>This value is disabled by default.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Clear</dd>
<dd><span style="text-decoration: underline;">TYPE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the type of the button, which determines its behavior in the form. The buttons of all types are not differ from each other, but each one has its own functions. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">button</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">button</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>Reset</strong>the button for cleanup of the form data and replacement of the values to the original value.</dd>
<dd><strong>Submit</strong>the button for sending the form data to the server.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Button.</dd>
<dd><span style="text-decoration: underline;">VALUE Parameter</span></dd>
<dd>Defines the value of the button, which will be sent to the server. The pair “name=value” is sent to the server, where the name is defined by name parameter of the tag &lt;BATTON&gt;. The value can both coincide with the text on the button and be independent. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">button</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">button</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="Form maker" href="http://phpforms.net/tutorial/html-basics/form-maker.html">Form maker</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-button.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BR</title>
		<link>http://phpforms.net/tutorial/html-tags/html-br.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-br.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:21:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=178</guid>
		<description><![CDATA[
Description
Tag &#60;BR&#62; defines the translation of the line in the location of this tag. In contrast to the tag of the &#60;P&#62; paragraph, the use of the tag &#60;BR&#62; does not add the blank indent before the line. 


Теxt
 теxt


Parameters
Clearinforms the browser how to handle the next line, if the floating element is used.
Closing tag
Is [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;BR&gt; defines the translation of the line in the location of this tag. In contrast to the tag of the &lt;P&gt; paragraph, the use of the tag &lt;BR&gt; does not add the blank indent before the line. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">Теxt
 теxt</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>Clear</strong>informs the browser how to handle the next line, if the floating element is used.</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;BR&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">CLEAR Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>CLEAR parameter informs the browser to handle the next line, if the floating element is used. The floating element is an image, where ALIGN parameter is defined or the layer, the feature CSS float is used to. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>All</strong> cancels the flow around the element simultaneously from left and right edge.</dd>
<dd><strong>Left &lt;br&gt;</strong> cancels the flow from the left side of the element, which is located after the tag </dd>
<dd><strong>Right</strong>cancels the flow from the right side of the element.</dd>
<dd><strong>None</strong>cancels the action of this feature</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>Clear</dd>
<dd>
</dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">PHP contact form</a></dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-br.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BODY</title>
		<link>http://phpforms.net/tutorial/html-tags/html-body2.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-body2.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:20:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BODY]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=176</guid>
		<description><![CDATA[
Description
Element &#60;BODY&#62; is aimed for holding the content of the web page, that is imaged in the browser window. Information, which should be displayed in the document, must be located in the package &#60;BODY&#62;. Text, images, tags, JAVA scripts, etc. are related to this information. 
Tag &#60;BODY&#62; is also used for defining the colours of [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Element &lt;BODY&gt; is aimed for holding the content of the web page, that is imaged in the browser window. Information, which should be displayed in the document, must be located in the package &lt;BODY&gt;. Text, images, tags, JAVA scripts, etc. are related to this information. </dd>
<dd>Tag &lt;BODY&gt; is also used for defining the colours of the links and text on the web page. Tag &lt;BODY&gt; is used for placing the event handler. Open and closing &lt;BODY&gt; tags are not optional on the web page, but their usage is a good style in order to define the beginning and the ending of HTML document. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"> ...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>Alink</strong> defines the colour of the active link.</dd>
<dd><strong>Background</strong> sets the background image on the page.</dd>
<dd><strong>Bgcolor</strong> colour of web page background.</dd>
<dd><strong>Bgproperties</strong> defines whether to scroll background with text or not.</dd>
<dd><strong>Bottommargin</strong> indent from the bottom edge of the browser window to the content.</dd>
<dd><strong>Leftmargin</strong> horizontal indent from the edge of the browser window to the content.</dd>
<dd><strong>Link</strong> colour of the links on the web page.</dd>
<dd><strong>Scroll</strong> defines whether to display the scroll bar or not.</dd>
<dd><strong>Text</strong> colour of the text in the document.</dd>
<dd><strong>Topmargin</strong> indent from the bottom edge of the browser window to the content.</dd>
<dd><strong>Vlink</strong> colour of attended links</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Open and closing tags are not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;BODY&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">ALINK Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the active link. The current colour of the link is changed to the active one, when the link is clicked by mouse cursor or highlighted by keyboard. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.</dd>
</ul>
<dd>Coincides with the colour of the link.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY<span style="color: #3333ff;">:active </span><span style="color: #00AA00;">&#123;</span> colour <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">BACKGROUND Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Determines the image, which will be used as background image. The background is always imaged full size in 100% scale. While selecting the background image make sure in adequate contrast between it and the text of the web-page. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable address of the image – it is allowed to use absolute or relative way.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">BGCOLOR Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the background colour of the web page. The use of this parameter with background is allowed if you select the background colour which is similar to the background image. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><span style="text-decoration: underline;">ALINK Parameters</span></dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Depends on the browser and its version, but usually the white colour of background is used.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">BGPROPERTIES Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Background image is scrolled with the web page content by default. You can fix the background in one place with the help of BGPROPERTIES Parameter and force to scroll only content. </dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>There is only one meaning of fixed, which fixes the background. If it is necessary the background not to be fixed, delete BGPROPERTIES parameter in tag &lt;BODY&gt; and define the blank value – . </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">background-attachment</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">fixed</span> | <span style="color: #993333;">scroll</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">LEFTMARGIN Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the indent from the left edge of the browser window to the content of the web page.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Positive integer, which defines the indent in pixels</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>10 pixels for Windows and 8 pixels for Macintosh.</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> number <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">LINK Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of attended links.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><span style="text-decoration: underline;">See ALINK Parameter</span></dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>#0000FF</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY<span style="color: #3333ff;">:link </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> colour <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">SCROLL Parameter</span></dd>
<dd>SCROLL parameter controls the scroll bar occurrence in the browser window, when the content of the web page is more than the active window size. This parameter works only in Internet Explorer. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Yes – displays scroll bars. No – disables displaying of the scroll bar in the window.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Text Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the text, which is used on the web page by default. The colours of some elements can be easily changed with the help of styles. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><span style="text-decoration: underline;">See ALINK Parameter</span></dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>#000000</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY<span style="color: #3333ff;">:link </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> colour <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">VLINK Parameter</span></dd>
<dd>Defines the colour of attended links.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">...</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><span style="text-decoration: underline;">See ALINK Parameter</span></dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>#551a8b (Firefox);  #800080 (Internet Explorer и Opera).</dd>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">BODY<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> colour <span style="color: #00AA00;">&#125;</span></pre></div></div>

</dd>
<dd>
</dd>
<dd><a title="Form creator" href="http://phpforms.net/tutorial/html-basics/form-creator.html">Form creator</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">File upload form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-body2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BIG</title>
		<link>http://phpforms.net/tutorial/html-tags/tag-big.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/tag-big.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:19:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BIG]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=174</guid>
		<description><![CDATA[
Description
Tag &#60;BIG> incs the font size in comparison with the common text. The font size in HTML is measured in standard units from 1 to 7, the norm size of the text is 3 by default. The adding of the tag &#60;BIG> incs the text.



1
&#60;big&#62;Теxt&#60;/big&#62;


Closing tag
Is optional.
Parameters
No
Analogue CSS
font-size


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;BIG> incs the font size in comparison with the common text. The font size in HTML is measured in standard units from 1 to 7, the norm size of the text is 3 by default. The adding of the tag &lt;BIG> incs the text.
</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;">big</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">big</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Parameters</u></dd>
<dd>No</dd>
<dd>Analogue CSS</dd>
<dd>font-size</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/tag-big.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BGSOUND</title>
		<link>http://phpforms.net/tutorial/html-tags/html-bgsound.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-bgsound.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:19:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BGSOUND]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=170</guid>
		<description><![CDATA[
Description
Tag &#60;BGSOUND&#62; defines the musical file, which will be played on the web page at its opening. The volume, length of music sounding and the other characteristics are defined by tag parameters, and also can be commanded via scripts. This tag must be located only in the package &#60;HEAD&#62;. 
Tag &#60;BGSOUND&#62; is not referred to [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;BGSOUND&gt; defines the musical file, which will be played on the web page at its opening. The volume, length of music sounding and the other characteristics are defined by tag parameters, and also can be commanded via scripts. This tag must be located only in the package &lt;HEAD&gt;. </dd>
<dd>Tag &lt;BGSOUND&gt; is not referred to HTML specification and while using it, the code will not pass validation. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>Balance</strong> controls the sound balance between left and right speaker.</dd>
<dd><strong>Loop</strong> defines how many times the musical file should be played.</dd>
<dd><strong>Src</strong> the way to the musical file.</dd>
<dd><strong>Volume</strong> defines the volume of the sound.</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;BGSOUND&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">BALANCE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Controls the sound balance between left and right speaker. This project can’t be changed dynamically with the help of scripts.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The integer from -10000 to 10000. The meaning 0 serves for volume balance. Negative numbers turn the volume up in the left speaker, and the positive numbers – in the right speaker. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>0</dd>
<dd><span style="text-decoration: underline;">LOOP Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines how many times the musical file should be played. In case the argument is absent, the music is played for only one time. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The value 0 plays the file for one time, -1 plays the music until the active web page is opened. Any positive integer enforces the browser to play a musical file certain number of times. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>-1</dd>
<dd><span style="text-decoration: underline;">SRC Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The way to the musical file, which will be played on the web page. The list of acceptable types of files depends on the browser and its options, but the popular formats, like MIDI, are supported by the browser without downloading any additional plugins. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The full or relative way to the file is accepted as a value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Volume Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the volume of the sound on the web page. The maximal sound level is defined by default and depends on the active options and operating system. That is why the volume can be only diminished by assigning the negative value to the volume parameter. The more this number is, the quietly the music on the page is played. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The integer from -10000 to 0. The value 0 defines maximal volume of sound.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>0</dd>
<dd>
</dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-bgsound.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BDO</title>
		<link>http://phpforms.net/tutorial/html-tags/html-bdo.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-bdo.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:18:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BDO]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=168</guid>
		<description><![CDATA[
Description
Tag &#60;BDO&#62; determines the direction of the text and it is aimed for use with the languages, in which the reading is right to left. The Arabic Language, for instance. 


&#60;bdo&#62;Тext&#60;/bdo&#62;


Parameters
dir determines the language direction, whether it is right to left or left to right
Closing tag
Is optional.

The Description of Tag &#60;BDO&#62; Parameters

DIR Parameter
Description
Defines the direction [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;BDO&gt; determines the direction of the text and it is aimed for use with the languages, in which the reading is right to left. The Arabic Language, for instance. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">bdo</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">bdo</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>dir</strong> determines the language direction, whether it is right to left or left to right</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;BDO&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">DIR Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the direction and displaying of the text, whether it is left to right or right to left.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">bdo</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">bdo</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional parametr</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>ltr</strong> text is displayed left to right as usually.</dd>
<dd><strong>Rtl</strong> text is inverted and displayed right to left.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>ltr</dd>
<dd>
</dd>
<dd><a title="Form processor" href="http://phpforms.net/tutorial/html-basics/form-processor.html">Form processor</a></dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-bdo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BASEFONT</title>
		<link>http://phpforms.net/tutorial/html-tags/html-basefont.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-basefont.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:14:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BASEFONT]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=163</guid>
		<description><![CDATA[
Description
Tag &#60;BASEFONT&#62; is used to define font, size and colour of the text by default. The indicated values will be used in the whole document except tag &#60;FONT&#62;. In this case tag parameters of design can be redefined.  The use of tag in the package &#60;HEAD&#62; or &#60;BODY&#62; is admitted, moreover even several times. [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Tag &lt;BASEFONT&gt; is used to define font, size and colour of the text by default. The indicated values will be used in the whole document except tag &lt;FONT&gt;. In this case tag parameters of design can be redefined.  The use of tag in the package &lt;HEAD&gt; or &lt;BODY&gt; is admitted, moreover even several times. It allows changing the view of the font for some part of the document. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not required.</dd>
<dd><span style="text-decoration: underline;">Parametrs</span></dd>
<dd><strong>color</strong> defines the colour of the text</dd>
<dd><strong>face</strong>defines the typeface</dd>
<dd><strong>size</strong> defines the size of the font in standard units</dd>
<dd>
<div><strong>The Description of Tag &lt;BASEFONT&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">COLOR Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the colour of the text on the web page.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The colour value can be defined in two ways. </dd>
<ul>
<dd>1.	By its title.</dd>
<dd>Browsers support some colours by their titles.</dd>
<dd>2.	By  hexadecimal value.</dd>
<dd>The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one. </dd>
</ul>
<dd><span style="text-decoration: underline;">Analogue CSS</span></dd>
<dd>color</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The colour which is defined in browser by default. </dd>
<dd><span style="text-decoration: underline;">FACE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the font family, which will be used for designing of the content.  The list of fonts may include one or several titles, which are separated by commas. If there is a blank in the title of the font, it must be put in quotes. When the browser deals with the first font from the list, it checks the presence of the user at PC. If there is not such font, the next title from the list is used and also the check of the user takes place. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any number of font titles, which are separated by commas. The universal type families:</dd>
<dd>serif – fonts with serif, the Times type; sans-serif – cut  fonts (without serifs or grotesque), typical representative – Arial; cursive – italic fonts; fantasy – decorative font; monospace – fixed-pitch fonts. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The font which is defined in the browser by default. It is Times New Roman usually.</dd>
<dd><span style="text-decoration: underline;">SIZE Parameter</span></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The SIZE parameter defines the size of the font in standard units.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The value can be from 1 to 7. The font size may be indicated as both an absolute value and relative value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The size which is defined in the browser by default. It is 3 usually.</dd>
<dd>
</dd>
<dd><a title="PHP contact form" href="http://phpforms.net/v2/contact_form.html" target="_blank">File upload form</a></dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-basefont.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BASE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-base.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-base.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BASE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=161</guid>
		<description><![CDATA[
Description
The element &#60;BASE&#62; is defined in the &#60;HEAD&#62; package and instructs the browser about the full basic address of the active document. Tag &#60;BASE&#62; is aimed for documents, in which the relative address is used and these documents can be relocated to the other folder or even to the other computer without communication loss. The [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;BASE&gt; is defined in the &lt;HEAD&gt; package and instructs the browser about the full basic address of the active document. Tag &lt;BASE&gt; is aimed for documents, in which the relative address is used and these documents can be relocated to the other folder or even to the other computer without communication loss. The browser searches for tag &lt;BASE&gt;, defines the full address of the document and downloads it correctly. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing tag</span></dd>
<dd>Is not required.</dd>
<dd>
<div><strong>The Description of Tag &lt;BASE&gt; Parameters</strong></div>
</dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>It is the address, which must be used to define the full way to files. It is usually the common way to the active document, but it can be defined by the other one, if it is optional for organization of the files on the site </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The full absolute way to the document.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>The way to the active file.</dd>
<dd><strong>target Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>You can define the window, the web page, which is opened by the link, will be downloading to. The target parameter is used for this. The name of the window or frame is defined as its value. If the target parameter is not determined, the returned result is shown in the next window. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">&nbsp;</pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of the window or frame is used as an argument. If a null name determined, a new window will open. As reserved names the following are used: </dd>
<dd><strong>_blank</strong> downloads the page to the new browser window</dd>
<dd><strong>_self</strong> downloads the page to the active window</dd>
<dd><strong>_parent</strong> downloads the page to the frame-parent. If there are no frames, this parameter works as _self</dd>
<dd><strong>_top</strong> disables all the frames and downloads the page to the new browser window. If there are no frames, this parameter works as _self. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd><strong>_self</strong></dd>
<dd>
</dd>
<dd><a title="Form software" href="http://phpforms.net/tutorial/html-basics/form-software.html">Form software</a></dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-base.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag B</title>
		<link>http://phpforms.net/tutorial/html-tags/html-b.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-b.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML B]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=159</guid>
		<description><![CDATA[
Description
Determines the bold type. It’s allowed to use this tag with the other tags, which define the font style.


1
&#60;b&#62;Теxt&#60;/b&#62;


Closing Tag
Is optional.
Parametrs 
No
Analogue CSS
Font-weight


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Determines the bold type. It’s allowed to use this tag with the other tags, which define the font style.</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;">b</span>&gt;</span>Теxt<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">b</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Parametrs</u> </dd>
<dd>No</dd>
<dd>Analogue CSS</dd>
<dd>Font-weight</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-b.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag AREA</title>
		<link>http://phpforms.net/tutorial/html-tags/tag-area.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/tag-area.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:12:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML AREA]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=157</guid>
		<description><![CDATA[
Description
Each element of &#60;AREA&#62; defines active areas of image data, these areas are actually links. The picture with active areas, which are attached to it, called the image map. Such map does not differ from the typical image seemingly, but it can be partitioned to the hidden areas of different shape, in which each area [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Each element of &lt;AREA&gt; defines active areas of image data, these areas are actually links. The picture with active areas, which are attached to it, called the image map. Such map does not differ from the typical image seemingly, but it can be partitioned to the hidden areas of different shape, in which each area is a link. Tag &lt;AREA&gt; defines the form of the area, its coordinates, sets the address, where the link must be created, and the name of the window or frame the browser will download the document to. This tag is also located in package &lt;MAP&gt;, which links coordinates of the areas with the image. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">map</span>&gt;</span>
<span style="color: #009900;">&lt;area <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">map</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>alt</strong> alternate text for image area</dd>
<dd><strong>coords</strong> coordinates of the active area</dd>
<dd><strong>href</strong> defines the address of the document to jump to</dd>
<dd><strong>nohref</strong> the area without a link to another document</dd>
<dd><strong>shape</strong> shape of the area</dd>
<dd><strong>target </strong> the name of the window or frame, where the browser is going to install the document</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;AREA&gt; Parameters</strong></div>
</dd>
<dd><strong>ALT Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The ALT Parameter determines alternate text for the image area. Such text is imaged as a bubble help while pointing the mouse cursor to the area. Not all the browsers support the ALT parameter. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;теxt&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Yes</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any acceptable text line. It must be put in quotes.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><strong>COORDS Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>NDefines coordinates of the area, it’s also called “hot area”. Such area can be a link to a file or linked with the action that is defined by a script. </dd>
<dd>The meanings of coordinates are numbers, which are separated by commas. If two areas are overlapped with each other, the area, which is defined in the code HTML above, has a priority. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #000066;">coords</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;coordinate 1, coordinate 2, coordinate 3, ...&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The group of coordinates is defined by the form of “hot area”, which is set by SHAPE parameter. Count of coordinates is usually taken from the top left angle of the image and is indicated in pixels. </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><strong>HREF Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the address of the document to jump to. The document of any type can be used as the link address, so the result of the link following depends on the final file. The history (file with rar or zip extention) will be saved on the local disk.  The new document is downloaded to the new browser window by default, but this property can be changed with the help of target parameter. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;URL&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Yes.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The full or relative way to the file and the indication to the function JavaScript are used as a value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><strong>NOHREF Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>This parameter informs the browser, that the “hot area” is not a link. Meanwhile parameter href must not be enabled.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>Nohref parameter is not determined.</dd>
<dd><strong>SHAPE Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Defines the form of the “hot area”, its coordinates are set with the help of coords parameter.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #000066;">shape</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;circle | poly | rect&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd><strong>circle</strong> the area in a form of circle</dd>
<dd><strong>poly </strong> the area in a form of polygon</dd>
<dd><strong>rect</strong> square area</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd><strong>rect</strong></dd>
<dd><strong>TARGET  Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>While link following the document is opened in the active window or frame. This term can be changed with target parameter of tag &lt;AREA&gt; when necessary. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;area <span style="color: #000066;">target</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name of window&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of window or frame is used as an argument. This name is determined by name parameter. If a null name is determined, the new window will open. As reserved names the next are used: </dd>
<dd><strong>_blank</strong> downloads the page to the new browser window</dd>
<dd><strong>_self</strong> downloads the page to the active window</dd>
<dd><strong>_parent</strong> downloads the page to the frame-parent. If there are no frames, this parameter works as _self</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd><strong>_self</strong></dd>
<dd>
</dd>
<dd><a title="WordPress contact form" href="http://blog.phpforms.net/wordpress-contact-form/" target="_blank">WordPress contact form</a></dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/tag-area.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag ADDRESS</title>
		<link>http://phpforms.net/tutorial/html-tags/html-address.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-address.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML ADDRESS]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=155</guid>
		<description><![CDATA[
Description
Tag &#60;ADDRESS&#62; is aimed for holding the information about the author and may include any HTML elements such as links, text, highlighting, etc. The search engines will analyze the content of this tag to collect information about authors of sites. Text in &#60;acronym&#62; is italicized by default. If this feature is not required, use the [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;ADDRESS&gt; is aimed for holding the information about the author and may include any HTML elements such as links, text, highlighting, etc. The search engines will analyze the content of this tag to collect information about authors of sites. Text in &lt;acronym&gt; is italicized by default. If this feature is not required, use the font styles.
</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;">address</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">address</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing Tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Title Parameter</u></dd>
<dd>No</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-address.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag ACRONYM</title>
		<link>http://phpforms.net/tutorial/html-tags/html-acronym.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-acronym.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML ACRONYM]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=152</guid>
		<description><![CDATA[
Description
The element &#60;acronym&#62; shows that the text is an acronym. In contrast to abbreviation the acronym is a fixed abbreviation, which is used as an independent word. We can refer to the acronyms such words as AID, DOS, etc. Text in &#60;acronym&#62; is underlined with a dashed line by default. 


&#60;acronym&#62;Тext&#60;/acronym&#62;


Parameters
title adds the bubble help [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The element &lt;acronym&gt; shows that the text is an acronym. In contrast to abbreviation the acronym is a fixed abbreviation, which is used as an independent word. We can refer to the acronyms such words as AID, DOS, etc. Text in &lt;acronym&gt; is underlined with a dashed line by default. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">acronym</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">acronym</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>title</strong> adds the bubble help to the text, in which the acronym decryption is given.</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd>
<div><strong> The Description of Tag &lt;acronym&gt; Parameters</strong></div>
</dd>
<dd><strong>Title Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The extended description of the element. It is displayed on the web page as a bubble help while pointing the mouse cursor to the acronym.</dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">acronym</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">acronym</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. The line must be put in quotes.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><a title="PHP forms" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP forms</a></dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-acronym.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag ABBR</title>
		<link>http://phpforms.net/tutorial/html-tags/htm-abbr.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/htm-abbr.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML ABBR]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=150</guid>
		<description><![CDATA[
Tag &#60;ABBR&#62; indicates that abbreviation is the sequence of symbols. With the help of the title parameter you are able to see the abbreviation’s decryption, it helps even those people, who don’t know it, to understand the abbreviation. Moreover, the search engines index the full text variant of abbreviation, so it may be used for [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>Tag &lt;ABBR&gt; indicates that abbreviation is the sequence of symbols. With the help of the title parameter you are able to see the abbreviation’s decryption, it helps even those people, who don’t know it, to understand the abbreviation. Moreover, the search engines index the full text variant of abbreviation, so it may be used for rising of the document’s rating. The text in &lt;ABBR&gt; is underlined with the dashed line ин default. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">abbr</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">abbr</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span></dd>
<dd>Is optional.</dd>
<dd><span style="text-decoration: underline;">Parameters</span></dd>
<dd><strong>title </strong> adds a bubble help to the text, in which abbreviation’s decryption is given</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span> </dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;ABBR&gt; Parameters</strong></div>
</dd>
<dd><strong>Title Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>The extended description of the element. It is displayed on the web page as a bubble help while pointing the mouse cursor to the abbreviation. </dd>
<dd>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">abbr</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">abbr</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>No</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line.</dd>
<dd>
</dd>
<dd><a title="Application form" href="http://blog.phpforms.net/job-application-form/" target="_blank">Application form</a></dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="PHP form Tutorial" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form Tutorial</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/htm-abbr.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag A</title>
		<link>http://phpforms.net/tutorial/html-tags/html-a.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-a.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML A]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=148</guid>
		<description><![CDATA[
What does the term “Tag A” mean? First of all, it is one of the most important HTML elements and aimed for link creation. Tag &#60;A&#62; determines the link or anchor depending on the presence of the parameters name or href.  The bookmark in the page is called anchor, and this very page may [...]]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd>What does the term “Tag A” mean? First of all, it is one of the most important HTML elements and aimed for link creation. Tag &lt;A&gt; determines the link or anchor depending on the presence of the parameters name or href.  The bookmark in the page is called anchor, and this very page may be indicated as a link. While using the link, which indicates the anchor, transfer to the bookmark in the web page takes place. </dd>
<dd>If you want to create the link, report the browser what exactly is the link and indicate the address of the document to create a link to. When the parameter href is meant the address of the document (URL, Universal Resource Locator) is used, to which the transition takes place. The address of the link can be absolute and relative. Absolute addresses work everywhere irrespective of the name of the site or the web page, where the link is registered. Relative links are made relatively to the active document or the root of the site. </dd>
<dd>

<div class="wp_syntax"><div 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>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;identifier&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Parameter (Characteristic)</span></dd>
<dd><strong>href</strong> defines the address of the document to jump to</dd>
<dd><strong>name</strong> defines the name of the anchor in the document</dd>
<dd><strong>target</strong> the name of the window or frame, where the browser is going to download the document</dd>
<dd><strong>title</strong> adds the bubble help to the text of the link</dd>
<dd><span style="text-decoration: underline;">Closing Tag</span> </dd>
<dd>Is optional.</dd>
<dd>
<div><strong>The Description of Tag &lt;A&gt; Parameters</strong></div>
</dd>
<dd><strong>HREF Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Closing Tag</dd>
<dd>Defines the address of the document to jump to. The document of any type can be used as an address of a link, so the result of the link following depends on the final file. Thus, the history (files with extention rar or zip) will be saving on the local disk. The new document is downloaded to the active window of the driver by default, but this feature can be changed with the help of target parameter. </dd>
<dd>

<div class="wp_syntax"><div 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>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

</dd>
<dd>Browsers</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Is optional for links.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Full or relative way to the file is taken as a value.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd><strong>Name Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Name parameter is used for identification of the anchor in the page. At the beginning you should create the bookmark in the certain place and define its name with the help of name parameter of tag &lt;A&gt;.  The name of the bookmark link begins with the symbol #, and then goes the name of the bookmark. It can be any name which is appropriate for the subject area. You may also create the link to the bookmark, which is in the other web page or even on the other site. You should indicate the address in the address of the link and add # and the name of the bookmark in the end. </dd>
<dd>You shouldn’t type the text between tags &lt;a name=...&gt; and &lt;/a&gt;, you should only indicate the link location.</dd>
<dd>

<div class="wp_syntax"><div 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;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;bookmark&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>Is optional for anchors.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Case-sensitive.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No.</dd>
<dd><strong>Target Parameter</strong></dd>
<dd>The document opens in the active window or in the frame by default while link following takes place. This term can be changed with the help of parameter target of the tag &lt;A&gt; when necessary. The use of this parameter is disabled in XHTML. </dd>
<dd>

<div class="wp_syntax"><div 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;">target</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name of the window&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>The name of a window or a frame is used as an argument. That name is defined by the name parameter. If you determine the null name, the new window will be opened. You may use the following names as reserved ones: </dd>
<dd><strong>_blank</strong> downloads the page to the new window of the browser</dd>
<dd><strong>_self</strong> downloads the page to the active window</dd>
<dd><strong>_parent </strong> downloads the page to the frame-parent, if there are no frames this parameter works as <strong>_self.</strong></dd>
<dd><strong>_top</strong> cancels all the frames and downloads the page in the full window of the browser, if there are no frames this parameter works as <strong>_self.</strong> </dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>_self</dd>
<dd><strong>Title Parameter</strong></dd>
<dd><span style="text-decoration: underline;">Description</span></dd>
<dd>Adds the explanatory text to the link as a bubble help. You can see such prompt, when mouse pointer keeps long at the link.</dd>
<dd>

<div class="wp_syntax"><div 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;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>...<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

</dd>
<dd><span style="text-decoration: underline;">Optional Parameter</span></dd>
<dd>No.</dd>
<dd><span style="text-decoration: underline;">Arguments</span></dd>
<dd>Any text line. The line must be put in quotes.</dd>
<dd><span style="text-decoration: underline;">Default value</span></dd>
<dd>No</dd>
<dd>
</dd>
<dd><a title="HTML forms" href="http://phpforms.net/tutorial/html-basics/html-forms.html">HTML forms</a></dd>
<dd><a title="Email forms" href="http://phpforms.net/tutorial/html-basics/email-forms-tutorial.html">Email forms</a></dd>
<dd><a title="PHP form Tutorial" href="http://phpforms.net/tutorial/html-basics/php-forms.html">PHP form Tutorial</a></dd>
<dd><a title="CSS forms" href="http://blog.phpforms.net/css-forms/" target="_blank">CSS forms</a></dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag BLOCKQUOTE</title>
		<link>http://phpforms.net/tutorial/html-tags/html-blockquote.html</link>
		<comments>http://phpforms.net/tutorial/html-tags/html-blockquote.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML BLOCKQUOTE]]></category>

		<guid isPermaLink="false">http://phpforms.net/tutorial/?page_id=146</guid>
		<description><![CDATA[
Description
Tag &#60;BLOCKQUOTE> is aimed for highlighting the long quotes in the document. The text, which is marked with this tag, is defined as aligned block indented to the left and right.



1
&#60;blockquote&#62;Тext&#60;/blockquote&#62;


Closing tag
Is optional.
Parameters
cite defines the link to the source the quote is borrowed from.


]]></description>
			<content:encoded><![CDATA[<dl class="spiski">
<dd><u>Description</u></dd>
<dd>Tag &lt;BLOCKQUOTE> is aimed for highlighting the long quotes in the document. The text, which is marked with this tag, is defined as aligned block indented to the left and right.
</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;">blockquote</span>&gt;</span>Тext<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">blockquote</span>&gt;</span></pre></td></tr></table></div>

</dd>
<dd><u>Closing tag</u></dd>
<dd>Is optional.</dd>
<dd><u>Parameters</u></dd>
<dd><b>cite</b> defines the link to the source the quote is borrowed from.</dd>
</dl>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://phpforms.net/tutorial/html-tags/html-blockquote.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

