The HTML Form having many attributes these are listed below.
  •  Type 
  • Name
  • Value
  • Placeholder

    Example :
    Type attribute is special attribute. It is used in <input> for creating text box ,check box, radio button, we can create text box for email, phone number, password
    using type attribute.
    <input type="text" name="textbox1" placeholder="Enter your Name">

    Type
     - Indicates the type of input control and for text input control it will be set to text.

    Name - Name attribute use for providing name for input control element.
    value - This can be used to provide an initial value inside the control.
    Placeholder - This can be used to provide hint for proper input (ex. Enter your name).

Example:


Output:

HTML Form Attribute Example
First Name :

Profile picture :

Phone Number :

Email :

Password :

Gender : male female

Professional field : Software Engineer     Hardware Engineer     Network Engineer     Database Administrator

Select City :

Address :

Do you Know?
Progamming is what actually means ?

What is software development ?

How we categorized software development in different manner.

C Programming
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
We cover all the programming concepts in various programming languages, this tutorials are very help full for bigener as well as Experience developer, for the ease of understanding we categorized programming in different manner likewise.