Page 82 - Plus V4 with Adobe class 8
P. 82

</HEAD>
        <BODY BGCOLOR="lightyellow">

        <FORM>

        User Name : <INPUT TYPE="TEXT" NAME="USER NAME"> <BR>

        Password : <INPUT TYPE="PASSWORD" NAME="PASSWORD"><BR>
        <INPUT TYPE="CHECKBOX"> Remember me next time

        <BR>

        <INPUT TYPE="BUTTON"
        VALUE="Log IN">

        </FORM> </BODY>

        </HTML>


















             THE <TEXTAREA> TAG


        The <TEXTAREA> tag is used to create a multi-line text box that can accept long text values. We can
        specify the number of rows and columns we want in text area by using the ROWS and COLS attributes
        of the <TEXTAREA> tag. The syntax of the <TEXTAREA> tag is as follows:

          <TEXTAREA ROWS="2" COLS="70">
        Let us create a student registration form by using form elements of HTML. The code to create the
        registration form is as follows:

        <!DOCTYPE html>
        <HTML>

        <HEAD>
        <TITLE> Form </TITLE>
        </HEAD>

        <BODY BGCOLOR="lightyellow" TEXT="blue">
        <CENTER>
        <H1> Registration Form </H1>
        </CENTER>




            80  Plus (Ver. 4.0)-VIII
   77   78   79   80   81   82   83   84   85   86   87