Update index.md (#29447)

More informative description
This commit is contained in:
abhaybaiju
2018-12-11 21:44:58 +05:30
committed by Tom
parent 386b993f24
commit 0ac7d677ba

View File

@ -40,6 +40,8 @@ Code example:
<label for="password">Password:</label>
<input type="password" name="password" id="password">
<br>
<label for="age">Age:</label>
<input type="number" name="age" id="age">
<input type="radio" name="gender" value="male">Male<br>
<input type="radio" name="gender" value="female">Female<br>
<input type="radio" name="gender" value="other">Other