【HTML】formタグで送信されるデータ

<form>
  <div>
    <label for="hello"></label>
    <input name="hello" id="hello" value="xxx" />
  </div>
</form>
目次