X7ROOT File Manager
Current Path:
/usr/share/doc/lynx/test
usr
/
share
/
doc
/
lynx
/
test
/
📁
..
📄
ALT88592.html
(14.74 KB)
📄
ISO_LATIN1_test.html
(3.53 KB)
📄
README.txt
(378 B)
📄
TestComment.html
(1.98 KB)
📄
bad-html.html
(1.09 KB)
📄
c1.html
(3.79 KB)
📄
circle.html
(251 B)
📄
cp-1252.html
(13.24 KB)
📄
cp-1252a.html
(13.56 KB)
📄
image.jpg
(1.26 KB)
📄
iso-8859-1.html
(14.62 KB)
📄
iso-8859-1a.html
(16.67 KB)
📄
iso-8859-2.html
(12.74 KB)
📄
iso-8859-2a.html
(14.78 KB)
📄
koi8-r.html
(15.3 KB)
📄
quickbrown.html
(3.77 KB)
📄
raw8bit.html
(1.17 KB)
📄
sgml.html
(60.76 KB)
📄
spaces.html
(2.54 KB)
📄
special_urls.html
(875 B)
📄
square.html
(251 B)
📄
tabtest.html
(1.38 KB)
📄
tags.html
(5.12 KB)
📄
test-styles.html
(2.83 KB)
📄
triangle.html
(255 B)
📄
unicode.html
(42.98 KB)
📄
utf-8-demo.html
(30.84 KB)
Editing: 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>
Upload File
Create Folder