Home > Article > Web Front-end > Lesson02_04 Form Label (2)_Basic Tutorial
The code is as follows: |
The effect is as follows: |
The code is as follows: |
The effect is as follows: | The code is as follows: |
The effect is as follows: |
The code is as follows: Press Ctrl to select multiple items |
The effect is as follows: |
The code is as follows: Press Ctrl to select multiple items |
The effect is as follows: |
The code is as follows: |
The code is as follows:<form><br><label>姓名:</label><br><input type="text"><br></form>
|
The effect is as follows: |
The code is as follows:<form><br><label for="my" accesskey="a">姓名:</label><br><input type="text" id=my><br></form><br><strong>按下Alt+a就会选中输入框</strong>
|
The effect is as follows: |