* {
padding: 0;
border: 0;
}
After a string of code, input tags input box disappear, if you don't remove this line of code, is there a way to, can let the input input box labels displayed
<meta charset="UTF-8">
<style>
* {
padding: 0;
border: 0;
}
Input {/* */
/* padding: 1 px; */
/* border: 1 px; */
*//*}
</style>
<body>
User name: & lt; Input type="text" name="user" value="" width=" 30 "& gt;
Password: & lt; Input type="password" name="PWD" value="" width=" 30 "& gt;