TestPost
HTML Table
| Company | Contact | Country |
|---|---|---|
| Alfreds Futterkiste | Maria Anders | Germany |
| Centro comercial Moctezuma | Francisco Chang | Mexico |
| Ernst Handel | Roland Mendel | Austria |
| Island Trading | Helen Bennett | UK |
| Laughing Bacchus Winecellars | Yoshi Tannamuri | Canada |
| Magazzini Alimentari Riuniti | Giovanni Rovelli | Italy |
Text field
The input type="text" defines a one-line text input field:Note that the form itself is not visible.
Also note that the default width of a text field is 20 characters.
Password field
The input type="password" defines a password field:The characters in a password field are masked (shown as asterisks or circles).