package HTML;

public class HTMLSubmitButton extends HTMLInput {

  public HTMLSubmitButton() {

    setType("SUBMIT");
  }
}
