Sha256: 2c368947231c6f15eb1252517d59874899f1dd7203c80bd37b66dfabf1b69c57
Contents?: true
Size: 352 Bytes
Versions: 5
Compression:
Stored size: 352 Bytes
Contents
<!doctype html> <html lang="en"> <head> <title>Blank Form</title> </head> <body> <form id="form_id" name="form_name" action="" method="POST"> <p> <label for="select_id">Exists</label> <select id="select_id" name="select"> <option></option> <option>Option Exists</option> </select> </p> </form> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems