angular form add buttons without submit code example
Example 1: create a form and submit it dynamically jquery
$(function() {
$('<form action="form2.html"></form>').appendTo('body').submit().remove();
});
Example 2: how to resize submit button in html
#search {
width: 20em; height: 2em;
}