LoginSignup
0
0

More than 3 years have passed since last update.

label.html

Last updated at Posted at 2019-10-08

<label>タグの指定方法

  • タグで囲う場合
<label>
  <input type="radio" name="radio">ジャガイモ<br>
  <input type="radio" name="radio">さつまいも<br>
</label>
  <input type="submit" value="芋センターへ送信する">

参考
<input>の使い方とtype属性の一覧をサンプル付きで紹介

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0