UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

13 lines 260 B
<!doctype html> <html> <head> <title>Select</title> </head> <body> <select> <option value="value1">Value 1</option> <option value="value2">Value 2</option> <option value="value3">Value 3</option> </select> </body> </html>