.


:




:

































 

 

 

 


/

HTML .

<html>

<body>

<form action="">

: <input type="text" name="firstname" /><br />

: <input type="text" name="lastname" />

</form>

<p><b>:</b> . , 20 .</p>

</body>

</html>

 

.

<html>

<body>

<form action="">

: <input type="text" name="user" /><br />

: <input type="password" name="password" />

</form>

<p><b>:</b> ( ).</p>

</body>

</html>

 

HTML .

: , , , . : , , , , .

<form> HTML :

<form>. . </form>

 

HTML -

- .

.

, type. : , , , , , .

.

 

<input type="text" /> , :

<form> : <input type="text" name="firstname" /><br /> : <input type="text" name="lastname" /> </form>

HTML :

:
:

: . 20 .

<input type="password" /> :

<form> : <input type="password" name="pwd" /> </form>

HTML :

:

: ( ).

 

<input type="radio" /> . :

<form> <input type="radio" name="sex" value="male" /> <br /> <input type="radio" name="sex" value="female" /> </form>

HTML :


 

<input type="checkbox" /> . .

<form> <input type="checkbox" name="vehicle" value="bike" /> <br /> <input type="checkbox" name="vehicle" value="car" /> </form>

HTML :


 

/

<input type="submit" /> ().

. action. action :

<form name="input" action="http://Uroki-HTML.ru/html_form_action.php" method="get"> : <input type="text" name="user" /> <input type="submit" value="" /> </form>

 

HTML :

 

:

 

"", "html_form_action.php". , .

 

 

<html>

<body>

<form action="">

<input type="radio" name="sex" value="male" /> <br />

<input type="radio" name="sex" value="female" />

</form>

<p><b>:</b> , , ( name) .</p>

</body>

</html>

 

<html>

<body>

<form action="">

<input type="checkbox" name="vehicle" value="Bike" /> <br />

<input type="checkbox" name="vehicle" value="Car" />

</form>

</body>

</html>

 

<html>

<body>

<form action="">

<select name="cars">

<option value="volvo"></option>

<option value="saab"></option>

<option value="fiat"></option>

<option value="audi"></option>

</select>

</form>

</body>

</html>

 

 

<html>

<body>

<form action="">

<select name="cars">

<option value="volvo"></option>

<option value="saab"></option>

<option value="fiat" selected="selected"></option>

<option value="audi"></option>

</select>

</form>

</body>

</html>

 

, .

<html>

<body>

<p>

, ,

.. .

</p>

<textarea rows="4" cols="25">

HTML HTML,

, HTML .

 

<html>

<body>

<form action="">

<input type="button" value=" !">

</form>

</body>

</html>

 

 

<html>

<body>

<form action="">

<fieldset>

<legend> :</legend>

: <input type="text" size="30" /><br />

: <input type="text" size="30" /><br />

: <input type="text" size="10" />

</fieldset>

</form>

</body>

</html>

 

/

.

<html>

<body>

<form name="input" action="html_form_action.php" method="get">

: <input type="text" name="FirstName" value="" /><br />

: <input type="text" name="LastName" value="" /><br />

<input type="submit" value="" />

</form>

<p> "", "html_form_action.php".</p>

</body>

</html>

 

.

<html>

<body>

<form name="input" action="html_form_action.php" method="get">

<input type="checkbox" name="vehicle1" value="Bike" /> <br />

<input type="checkbox" name="vehicle2" value="Car" />

<br /><br />

<input type="submit" value="" />

</form>

<p> "", "html_form_action.php".</p>

</body>

</html>

.

<html>

<body>

<form name="input" action="html_form_action.php" method="get">

<input type="radio" name="sex" value="male" /> <br />

<input type="radio" name="sex" value="female" /> <br />

<input type="submit" value="" />

</form>

<p> "", "html_form_action.php".</p>

</body>

</html>

<html>

<body>

<h3> [email protected]:</h3>

<form action="MAILTO:[email protected]" method="post" enctype="text/plain">

:<br />

<input type="text" name="name" value=" " /><br />

E-mail:<br />

<input type="text" name="mail" value=" e-mail" /><br />

:<br />

<input type="text" name="comment" value=" " size="50" />

<br /><br />

<input type="submit" value="">

<input type="reset" value="">

</form>

</body>

</html>

HTML

<form>
<input>
<textarea>
<label> ()
<fieldset>
<legend> fieldset
<select> ( )
<optgroup>
<option>
<button>

 



<== | ==>
| 2010 .
:


: 2016-11-18; !; : 1377 |


:

:

- , 20 40 . - .
==> ...

1652 - | 1603 -


© 2015-2024 lektsii.org - -

: 0.032 .