UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

19 lines (14 loc) 267 B
<!doctype html> <html> <head> <title>Input as text entry</title> </head> <body> <input type="text"/> <input type="search"/> <input type="tel"/> <input type="url"/> <input type="email"/> <input type="password"/> </body> </html>