I have already tried one code but didnt really work. this is the code
. I want the button to be a flat HTML 5 button but can't figure out how to do it.
Code:
<div> <input type="button" value="Button Text" style="border-style:none;" /> </div>
Comment