tenfourfox/dom/base/test/formReset.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
535 B
HTML

<!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>