After creating a form i need my submit button to redirect me to a different html page that i have listed as "thanks.htm l"

what am i missing

Code:
<input type="submit" name="submit" value="Submit" class="button"”action = "thanks.html"method=”POST”
  >