XHTML and CSS Tutorial - 44 - Passwords & Upload Buttons

<!DOCTYPE html PUBLIC” -//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml/DTD/xhtmll-transitional.dtd>



<html>

<head>
<style type ="text/css">
</style>


</head>
<body>
<form>
 Password: <input type="password" name="pword"/>
<p>Now submit a file!</p>
<input type ="file" name="thilebansfuke"/>
</form>
</body>








</html>

Comments