Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.17 KB | None | 0 0
  1. <form method="post" action="">
  2.         <p>Имя: <input type="text" class="textinput" name="Name" /></p>
  3.         <p>Фамилия: <input type="text" class="textinput" name="Sirname" /></p>
  4.         <p>Возраст: <input type="text" class="textinput"name="Age" /></p>
  5.         <input type="checkbox" class="radiocheck" name="Fclass="textinput"irstChek" value="chek_1 "> Какой-то текст бокс 1 <br>
  6.         <input type="checkbox" class="radiocheck" name="Sclass="textinput"econdChek" value="chek_2 "> Какой-то текст бокс 2 <br>
  7.         <input type="checkbox" class="radiocheck" name="ThirdChek" value="chek_3 "> Какой-то текст бокс 3 <br>
  8.         <input type="checkbox" class="radiocheck" name="FourthChek" value="chek_4 "> Какой-то текст бокс 4 <br>
  9.         <input type="radio" class="radiocheck" name="radiotuch" value="radio_1"> Радио 1<Br>
  10.         <input type="radio" class="radiocheck" name="radiotuch" value="radio_2"> Радио 2<Br>
  11.         <input type="radio" class="radiocheck" name="radiotuch" value="radio_3"> Радио 3<Br>
  12.         <input type="submit" value="Отправить" />
  13.     </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement