RetroZilla/parser/htmlparser/tests/html/form001.html
2015-10-20 23:03:22 -04:00

14 lines
197 B
HTML

<html>
<head>
<title>test DEL tag</title>
</head>
<body>
test Form <br>
<form>
Please input user name <input name=uid >
</form>
2normal text in body line 2.
</body>
</html>