кодесурса
«HTML

HTML5: Как определить метку для элемента ввода?

script1adsense2code
script1adsense3code

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

Решение:

HTML-код:

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>How to define a label for an input element</title>
</head>
<body>
<p>Click on one of the text labels to 
toggle the related control:</p>
  <form method="post" 
action="/html-
css-exercise/basic/solution/label-
answer-demo.php">
  <label for="yes">Yes</label>
  <input type="radio" name="answer" 
value="yes" checked><br>
  <label for="no">No</label>
  <input type="radio" name="answer" 
value="no"><br><br>
  <input type="submit" value="Submit">
</form>
</body>
</html>

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

См. Ответ метки пера от w3resource ( @ w3resource ) в CodePen .


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

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

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

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

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

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


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code