<input type="button", "submit", "reset">

Strona składa się z nagłówka, częsci głównej i stopki.

   <form>
   <input type="button" value="Button">
   <input type="submit" value="Submit">
   <input type="reset" value="Reset">
     <input type="button" data-mini="true" value="Input mini">
     <input type="button" data-icon="delete" data-iconpos="notext" value="Icon only">
     <input type="button" data-inline="true" value="Input">
   <input type="button" data-inline="true" value="Input">
     <input type="button" data-icon="delete" value="Left (default)">
   <input type="button" data-icon="delete" data-iconpos="right" value="Right">
   <input type="button" data-icon="delete" data-iconpos="top" value="Top">
   <input type="button" data-icon="delete" data-iconpos="bottom" value="Bottom">
     </form>