RetroZilla/parser/htmlparser/tests/html/form001.html

14 lines
197 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>