HTML button size color
style="height=30px;width=300px;"
color
<input type="button" style="background:#00ff00" value="Button">
size
<input type='button' value="xx" onclick='xx()' style="height=30px;width=300px;" >
style="height=30px;width=300px;"
color
<input type="button" style="background:#00ff00" value="Button">
size
<input type='button' value="xx" onclick='xx()' style="height=30px;width=300px;" >