Basic HTML

 
 
          

Form >> Create a Form >> Password Field

 

Password

A PASWORD creates a text field the same as a regular text field, that is, a single-line input field except that the characters display as askterisk or bullets.



HTML Code Sample Output
<table border=1>
<tr>
<input type=password value="12345" width=15>
</table>

Form >> Create a Form >> Text Area Form >> Create a Form >> Hidden Field