Sha256: 1fa7f774d618b7fd895e4b4c488885bc94c1aff977eec60fcb0780a8e2e55b59
Contents?: true
Size: 449 Bytes
Versions: 98
Compression:
Stored size: 449 Bytes
Contents
<html> <head><title>Input with no name</title></head> <body> <form name="test" action="/form_post" method="post"> <input type="text" /><br /> <input type="password" /><br /> <input type="hidden" /><br /> <input type="radio" /><br /> <input type="checkbox" /><br /> <input type="file" /><br /> <textarea></textarea> <select></select> <input type="submit" /> </form> </body> </html>
Version data entries
98 entries across 98 versions & 12 rubygems