Computer Science, asked by ujtojjfdf9327, 6 months ago

How can you insert a password field in the form of a webpage. Write syntax for it

Answers

Answered by sesodhareddy
1

Answer:

code in html

<label for="psw" name="password ">

<input type="password" id="psw">

hope it will help you

Similar questions