HEX
Server: Apache/2
System: Linux nexus-01 4.18.0-553.146.1.el8_10.x86_64 #1 SMP Tue Jul 21 03:06:01 EDT 2026 x86_64
User: aglcoke (1118)
PHP: 8.2.32
Disabled: mail,exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //proc/1/root/usr/share/doc/lynx/test/bad-html.html
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
<HTML>
<HEAD>
<TITLE>Examples of "Bad HTML" per Lynx</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REV="made" HREF="mailto:lynx-dev@nongnu.org">
<LINK REV="owner" HREF="http://mail.gnu.org/mailman/listinfo/lynx-dev/">
</HEAD>

<BODY> 
<h2>Unterminated TEXTAREA</h2>
<form action="http://localhost/cgi-bin/bogus-parms" method="get">
<textarea name="50cols" cols="50" rows=3>
This is not empty.
</textarea>
<br>
<textarea name="50percent" cols="50%" rows=3>
This seems to have a button.
<button>Button 1</button>
</textarea>
<hr>
<input type="submit" value="Submit this form">
<br>
<input type="reset" value="Reset this form">
</form>

<h2>Unterminated SELECT</h2>
<select>
<option>first option</option>
<option>second option</option>
<option>third option</option>
</notselect>
<br>
<select>
<option>first option</option>
<option>second option</option>
<option>third option</option>
</select>

<h2>OPTION not within SELECT</h2>
<option>third option</option>

<h2>TEXTAREA ending without starting</h2>
</textarea>

</BODY>