RayoK Posted October 13, 2017 Share Posted October 13, 2017 (edited) Below are a few examples of HTML text fields. HTML <input type="text" size="10" maxlength="40" name="name"> --> regular text field <input type="password" size="10" maxlength="10" name="pass"> --> password field <input type="radio" name="color" value="red"> --> radio button <input type="checkbox" name="check" value="yes"> --> checkbox <select name="select"> --> simple select list / drop-down list <option>Html 4.1</option> <option>Html 5</option> </select> Edited October 14, 2017 by Cdorsu Link to comment Share on other sites More sharing options...
Jackson Brooklyn Posted October 20, 2017 Share Posted October 20, 2017 (edited) Please work on your index aspect, so we can read your topic with pleasure. Edited October 20, 2017 by Jackson Brooklyn Link to comment Share on other sites More sharing options...
Recommended Posts