<p>Please fill in your details:</p>
<form>
  <label for="email">Email Address:</label>
  <input id="email" name="email" type="email" value="test@example.com" />
  <label for="note">Short note about yourself:</label>
  <textarea id="note" name="note">Don't be shy</textarea>
  <label for="pic">Your picture:</label>
  <input id="pic" name="pic" type="file" />
  <input type="submit" value="Submit form" />
</form>