textbox for Password

Discussion in 'HTML & Website Design' started by faraz01, Feb 22, 2010.

  1. #1
    how Can i display a text box for accepting the password in HTML?
     
    faraz01, Feb 22, 2010 IP
  2. yenvee

    yenvee Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hai Buddy,
    You can use the following code for displaying text box in your html page.

    <form action="welcome.php" method="get">

    <b>USERNAME:
    <input type="text"name="username"/></form>
     
    yenvee, Feb 22, 2010 IP
  3. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #3
    It is <input type="password" name="password">.
     
    s_ruben, Feb 22, 2010 IP
  4. faraz01

    faraz01 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for your sharing yenvee
     
    faraz01, Feb 23, 2010 IP
  5. zahidislam

    zahidislam Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It is <input type="password" name="password">.
    this is correct answer for your question
     
    zahidislam, Feb 28, 2010 IP