/parser/htmlparser/tests/html/form002.html
http://github.com/zpao/v8monkey · HTML · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 89cc8d9368049aaaf27dc16f24362590 MD5 · raw file
- <html>
- <head>
- <title>test DEL tag</title>
- </head>
- <body>
- test Form <br>
- Forms cannot be nested. form tags outside form are ignored.
- <form action="http://alchemy/foo">
- Please input user name <input name=uid >
- <input type="submit">
- <form action="http://alchemy/bar">
- inner open tag ignored.
- Please input password <input name=pass >
- <input type="submit">
- </form>
- form terminated by inner end tag.
- input 3<input name=name3 >
- </form>
- The outer end tag ignored.
- <br>2normal text in body line 2.
- </body>
- </html>