Основы работы с HTML

Формы


<form action="http://www.example.com/test.asp" method="post/get">

<input type="text" name="lastname" value="Петров" size="30" maxlength="50"> <input type="password"> <input type="checkbox" checked="checked"> <input type="radio" checked="checked"> <input type="submit"> <input type="reset"> <input type="hidden">

<select> <option>Яблоки <option selected>Бананы <option>Вишня </select>

<textarea name="Комментарии" rows="60" cols="20"></textarea>

</form>



Содержание раздела