UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

11 lines (10 loc) 180 B
<!doctype html> <html> <head> <title>Input as checkbox and radio button</title> </head> <body> <input type="checkbox" /> <input type="radio" /> </body> </html>