HTML password field help?

TheOneAndOnly

New member
I am pretty fluent in basic html but I am having trouble finding out how to make a password code in HTML. Like I give someone a password and they input it to gain access to the actual site oh and also if anyone knows any good place for leaning more html do tell :)
 
Not exactly sure what you are asking (make a password code? what does that mean?), but I think you are asking for how to make a password field? It is:
<input type="password">

Or are you asking how to password-protect a web site (require user authentication)?
 
Back
Top