UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

13 lines (11 loc) 188 B
<!doctype html> <html> <head> <title>Input as button</title> </head> <body> <input type="submit" /> <input type="reset" /> <input type="button" /> </body> </html>