Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
<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>