XHTML/ CSS - Passwords / Upload Buttons

A password box is slightly different than a text box. This would show the little dots like a password should. You would add this to your form element:

<form>

Password: <input type= "password" name ="pword" />

To create an upload button you'll need to create an input tag for "file". Here it is:

<input type = "file" name = "filename"/>

https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram