mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
197 B
HTML
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>
|