<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html401-19991224/strict.dtd"> <html> <head> <title>Form Elements</title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body> <p>Check me! <input type="checkbox" id="checkbox1"><br> Uncheck me! <input type="checkbox" checked id="checkbox2"><br> <input type="text" size=30 value="Write something here" id="textinput"><br> <textarea id="textarea">Write something here</textarea><br> </p> </body> </html>