Subscribe:

Ads 468x60px

dropdown

Social Icons

Complete codes for HTML-FORMS



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Create Text Field


DEMO:

First name:
Last name:
Note: The form itself is not visible. Also note that the default width of a text field is 20 characters.


link: Get its code




--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Create Password Field


DEMO:


Username:
Password:
Note: The characters in a password field are masked (shown as asterisks or circles).


link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Check Box


DEMO:


I have a bike
I have a car


link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Radio Buttons


DEMO:


Male
Female
Note: When a user clicks on a radio-button, it becomes checked, and all other radio-buttons with equal name become unchecked.


link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

>Simple Drop-Down Menu


DEMO:




link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Drop-down List With A Pre-Selected List


DEMO:




link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

> Text Area (a multiple line text input field)


DEMO:




link: Get its code



--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------



0 comments:

Post a Comment