Abakada Forms Demo: Basic HTML Form Controls

View Source   Exit


One-line text box

We use a one-line text box for a small amount of text input.
Please enter your e-mail address:

Push button

We use push buttons to let users do some action, like run a default or custom script.
 

Radio buttons

We use radio buttons when we want users to choose only one option.
A B C

Check box

We use check boxes for optional items. Allows one or multiple selections.

Scrolling text box

We use a scrolling text box for one or more lines of text.
Please add your comments here:

Drop-down menu

We use a drop-down menu for a list of choices. Takes less space, and also allows one or multiple selections.
Where do you want to go today?


View Source   Exit

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.