ADDING A TEXT BOX IN HTML..

ADDING TEXT BOX 

We can add multiple text box in a html page and we can enter and store the required text 
adding a text box is very simple and its very simple to implement.


THERE ARE FEW TERMINOLOGY AND SYNTAX REQUIRED TO BE FOLLOWED

LABEL TAG
  1. we have to add label for the text box.
  2. In label we have to specify for. 
  3. after for we have to write the label.
  4. and the close the label tag.
INPUT TAG
  1.  first open the tag and use input 
  2. specify the type 
  3. use the placeholder and place the holder
  4. specify the size of the box and text

EXAMPLE

                                             CODE



 OUTPUT

Comments

Popular posts from this blog

PROG9

ADDING TABLE IN HTML

PROG8