Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    <meta name="description" content="Funções de Campos (Demonstração)">
  </head>
  <body>
    <table>
      <tr>
        <th colspan="2">
          Campos
        </th>
      </tr>
      <tr>
        <td>
          Campo Data:
        </td>
        <td>
          <input type="data" value="" size="20">
        </td>
      </tr>
      <tr>
        <td>
          Campo Número:
        </td>
        <td>
          <input type="numero" negativo="true" value="">
        </td>
      </tr>
      <tr>
        <td>
          Campo Telefone:
        </td>
        <td>
          <input type="telefone" value="">
        </td>
      </tr>
      <tr>
        <td>
          Campo CNPJ:
        </td>
        <td>
          <input type="cnpj" value="">
        </td>
      </tr>
      <tr>
        <td>
          Campo CPF:
        </td>
        <td>
          <input type="cpf" value="">
        </td>
      </tr>
      <tr>
        <td>
          Campo Moeda:
        </td>
        <td>
          <input type="moeda" value="0,00">
        </td>
      </tr>
    </table>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
JulioPraderapro
0viewers