Páginas

Caixa de Texto 03

<html>
<head>
<title>exemplo 1</title>
</head>
<body>
<form>
<center>
<b>Entrando no sistema</b><br />
<table bgcolor="#ffFFFF" border="1">
<tr>
    <td>Usuário</td>
    <td><input maxlength="50" size="30" type="text" /></td>
  </tr>
<tr>
    <td>Senha</td>
    <td><input maxlength="6" size="6" type="password" /></td>
  </tr>
</table>
</center>
</form>
</body>
</html>
exemplo 1
Entrando no sistema
Usuário
Senha