Forms
Introduction To HTML Forms
This is the HTML Forms. Acoording to the Forms it use class control-jkforms
HTML Basic Forms
This is the Basic Forms and this includes the style for some HTML Form Components.
<!-- For text input -->
<label> Username : </label>
<input type="text" id="basicForm" class="control-jkforms">
<!-- For Email input --<
<label> Username : </label>
<input type="email" id="basicFormEmail" class="control-jkforms">
<!-- For Password input --<
<label> Username : </label>
<input type="password" id="basicFormPass" class="control-jkforms">
<label> Username : </label>
<input type="text" id="basicForm" class="control-jkforms">
<!-- For Email input --<
<label> Username : </label>
<input type="email" id="basicFormEmail" class="control-jkforms">
<!-- For Password input --<
<label> Username : </label>
<input type="password" id="basicFormPass" class="control-jkforms">