LoginSignup
0
0

More than 3 years have passed since last update.

labelの使い方と注意点

Last updated at Posted at 2019-05-21

こんばんは

HTMLでlabelタグを使うときの注意点について、忘備録程度ですがまとめました

1.forとidの要素名は同一にする

2.nameとidの要素名は一致しなくてもよい

<div class="control"><label for="mymail">メールアドレス</label>
    <input id="mymail" type="email" name="mymail">
</div>
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