×

Html & Html5

The World's best Software Development Study Portal

HTML Form Element

Following are HTML Form Element:

The input Element

The input element is the most important form element. The input element can be displayed in several ways, depending on the type attribute. Here are some examples:

Input Type-TEXT

Defines a one line input field for text input.

EXAMPLE

Select Element

Select Element defines a drop down list.option tag is used to define option so that user can select one of them.

EXAMPLE

Button Element

The