Source code
Revision control
Copy as Markdown
Other Tools
<html>
<body>
<table>
<tr><td><input name="a" value="aval"></td></tr>
<input type="hidden" name="b" value="bval">
<input name="c" value="cval">
<tr><td><input name="d" value="dval" type="submit"></td></tr>
</table>
</form>
</body>
</html>