UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

38 lines (28 loc) 765 B
<!doctype html> <html> <head> <title>Form controls</title> </head> <body> <form> <input type="email" /> <input type="radio" /> <select> <optgroup label="Group 1"> <option value="value1">Value 1</option> </optgroup> <optgroup label="Group 2"> <option value="value2">Value 2</option> <option value="value3">Value 3</option> </optgroup> </select> <textarea cols="80" rows="10"></textarea> <button>Button</button> <keygen name="name" challenge="chain" keytype="type" keyparams="pqg-params"> <input type="checkbox" /> <input type="reset" /> <input type="submit" /> <input type="button" /> </form> </body> </html>