HOME
          About US
          Contact Us

Password HTML

Chapter - 10 : Using Form Feed (Password HTML): (Page 4/7)


(Cotinued from previous page)

10.5- Text Areas: This is used when input can not be taken in a single row e.g. for getting long comments etc. You have to only define the maximum no of Column and Rows to be displayed and name of the text area.

Command: for max 15 rows and 50 column will be
<textarea name='comments' rows='15' cols='50'></textarea>
Output:


10.6- Password: This is like the text box only. The difference is that when you type in password box, the actual characters are not seen and on screen you can only see ****

Command: Password : <input type='password' name='password' size='15' maxlength='20' />
Output:
Password :

(Cont......... to next page (Pg-5))


html © funandhobby.com (Password HTML)