кодесурса
«HTML

HTML5: Как указать одну или несколько форм, к которым принадлежит набор полей?

script1adsense2code
script1adsense3code

Перейти на страницу упражнений

Решение:

HTML-код:

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>How to specify one or more forms the fieldset belongs to</title>
</head>
<body>
<form action="/html-css-exercise/basic/solution/fieldset-form-answer-demo.php" method="post" id="w3r_form">
What is your favorite game? <input type="text" name="game"><br>
<input type="submit">
</form>
<fieldset form="w3r_form">
<legend>Personal Info:</legend>
Name: <input type="text" name="name" /><br /><br />  
Email: <input type="text" name="email" /><br /><br />  
Place: <input type="text" name="place"/><br /><br />  
 </fieldset>
</body>
</html>

Демонстрация в реальном времени:

См. Penset field -form-answer от w3resource ( @ w3resource ) в CodePen .


Посмотреть решение в браузере

Поддерживаемый браузер

«Opera«Интернет
да да да да да

Перейти на страницу упражнений

Каков уровень сложности этого упражнения?

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code