Untitled
user_0945605
plain_text
2 months ago
602 B
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=<>, initial-scale=1.0"> <title>form</title> </head> <body> <form> userid:<input type ="text" name ="text" value ="preeti" size ="20" maxlength ="12" /> <br><br> password:<input type ="password" /> <br> <br> address:<textarea type="textarea" name="text" rows="5" cols="50 "></textarea><br> <input type ="checkbox" name="luna" value="M"/> female <input type ="checkbox" name="sun" value="M"/> male </form> </body> </html>
Editor is loading...
Leave a Comment