leodotng
8/31/2017 - 3:29 AM

inputfields

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  
</head>
<body>
  
  <form>
    <input type="text">
    <div>
      <input type="color">
      <input type="search">
      <input type="password">
      <input type="tel">
      <input type="url">
      <input type="number">
      <input type="range">
      <button>Google Search</button>
      <button>I'm Feeling Lucky</button>
    </div>
  </form>
  
  
</body>
</html>