Set the type attribute of the input element to make it a single-line text field

<html>
<body>
  <h3>Subscribe to our newsletter</h3>
  <input id="emailInput" type="text" placeholder="email">
  <button>Subscribe</button>
</body>
</html>]]>

Make sure to code type="text".