Input

The input element is a modification on the standard HTML imput element. It used to accept data from the user. The data can be of type email, text, number,tel,url etc.

  
<input class="textbox" placeholder="Simple Input"/>
<input class="textbox textbox-success" placeholder="Success"/>
<input class="textbox textbox-fail" placeholder="Fail"/>