Sha256: 340e66448b475e93384379ff1e4f3760cf5c8abe30898b0e7a3c5d35301e732b
Contents?: true
Size: 506 Bytes
Versions: 35
Compression:
Stored size: 506 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Select boxes</title> </head> <body> <select name="year" id="year"> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> <option value="2012">2012</option> <option value="2013">2013</option> </select> </body> </html>
Version data entries
35 entries across 35 versions & 1 rubygems