package HTML;

public class HTMLResetButton extends HTMLInput {

  public HTMLResetButton() {

    setType("RESET");
  }
}
