<form action="ThisPage.htm"> <p>Please enter the following information:</p> <table> <tr> <td>Name: </td> <td><input id="TheName" type="text"/></td> </tr> <tr> <td>Password: </td> <td><input id="ThePassword" type="password"/></td> </tr> </table> </form> |
Листинг 11.5. Код для вывода различных вариантов тега <input type="text|password"/> |
Закрыть окно |