Sha256: fbfeaa0768f3e6b1b1cbfbaaa470fe9d4d95203394dace22add36acfeea4f980
Contents?: true
Size: 543 Bytes
Versions: 40
Compression:
Stored size: 543 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Test page for forms</title> </head> <body> <br> <br> <table> <tbody> <tr> <td> <form name="apple_form" method="get" action="pass.html"> <input name="name" value="apple" type="text"> </form> </td> </tr> <tr> <td> <form name="banana_form" method="get" action="pass2.html"> <input name="name" value="banana" type="text"> </form> </td> </tr> </tbody> </table> </body> </html>
Version data entries
40 entries across 40 versions & 2 rubygems