forms_id_value.html (267B)
1 <html> 2 <head> 3 <meta charset="utf-8" /> 4 <title>Forms ID Value</title> 5 <meta name="viewport" content="minimum-scale=1,width=device-width" /> 6 </head> 7 <body> 8 <form id="form1"> 9 <input type="password" id="value" /> 10 </form> 11 </body> 12 </html>