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: tags.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Tags to Test Color-Style</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="nobody" rev="made"> </HEAD> <BODY alink="green" bgcolor="yellow"> <!-- ====================================================================== --> <br> <h1>Content of an H1 Tag</h1> Text after an H1 Tag. <p>Paragraph after an H1 Tag. <br> <h2>Content of an H2 Tag</h2> Text after an H2 Tag. <p>Paragraph after an H2 Tag. <br> <h3>Content of an H3 Tag</h3> Text after an H3 Tag. <p>Paragraph after an H3 Tag. <br> <h4>Content of an H4 Tag</h4> Text after an H4 Tag. <p>Paragraph after an H4 Tag. <br> <h5>Content of an H5 Tag</h5> Text after an H5 Tag. <p>Paragraph after an H5 Tag. <br> <h6>Content of an H6 Tag</h6> Text after an H6 Tag. <p>Paragraph after an H6 Tag. <!-- ====================================================================== --> This is an <a href="#imagemap">"a"</a> tag. <br> This is an <address>"address"</address> tag. <br> This is a <b>"b"</b> tag. <br> This is a <big>"big"</big> tag. <br> Before quote, <blockquote>this is a "blockquote"</blockquote>, after quote. <br> This is a <center>"center"</center> tag. <br> This is a <cite>"cite"</cite> tag. <br> This is a <code>"code"</code> tag. <br> This is a <div>div</div> tag. <br> This is an <em>"em"</em> tag. <br> This is a <font>"font"</font> tag. <!-- ====================================================================== --> <br> This is an <hr>"hr"<hr> tag. <br> This is an <i>"i"</i> tag. <br> This is an <iframe>"iframe"</iframe> tag. <br> This is an <img alt="img" src="image.jpg"> tag. <br> This is an <label>"label"</label> tag. <br> map: normal: lightgray: blue <br> <pre> This is pre-formatted text (three lines, with pre's on preceding/following lines). </pre> <br> This is a <q>"q"</q>tag. <br> This is a <samp>"samp"</samp> tag. <br> This is a <small>"small"</small> tag. <br> This is a <strong>"strong"</strong> tag. <br> This is a <sub>"sub"</sub> tag. <br> This is a <sup>"sup"</sup> tag. <br> This is a <tt>"tt"</tt> tag. <br> This is a <var>"var"</var> tag. <!-- ====================================================================== --> <h1>Forms</h1> <hr> <form action="http://localhost/cgi-bin/bogus-parms" method="get"> First: <input type="text" name="First" size=20> Last: <input type="text" name="Last" size=20> Description: <textarea rows=3 cols=40> contents of textarea </textarea> <hr> <input type="submit" value="Submit this form"> <br> <input type="reset" value="Reset this form"> </form> <h1 align="left">Another form</h1> <hr> <form action="http://localhost/cgi-bin/bogus-parms" method="get"> <hr> <input type="checkbox" value="first">first <br><input type="checkbox" value="second">second <br><input type="checkbox" value="third">third <br><input type="checkbox" value="">empty <hr> <input type="submit" value="done">done </form> <h1 align="right">Another form</h1> <hr> <form action="http://localhost/cgi-bin/bogus-parms" method="get"> <select> <option>first option</option> <option>second option</option> <option>third option</option> </select> <hr> <input type="submit" value="Submit this form"> <br> <input type="reset" value="Reset this form"> </form> <!-- ====================================================================== --> <table border=2 summary="unquoted table"> <caption>Unquoted Table</caption> <tr> <td>First:</td> <td>the first row</td> <td>short</td> <td>last</td></tr> <tr> <td>Second:</td> <td>the second row</td> <td>very long string</td> <td>lower-right</td></tr> </table> <!-- ====================================================================== --> <blockquote><table border=2 summary="quoted table"> <caption>Quoted Table</caption> <tr> <td>First:</td> <td>the first row</td> <td>very long string</td> <td>last</td></tr> <tr> <td>Second:</td> <td>the second row</td> <td>short</td> <td>lower-right</td></tr> </table></blockquote> <!-- ====================================================================== --> <br> <h1>An image map</h1> <map name="IMAGEMAP"> <area alt="Square" shape="rect" coords="18,18,82,80" href="square.html"> <area alt="Circle" shape="circle" coords="127,48,31" href="circle.html"> <area alt="Triangle" shape="poly" coords="232,78,303,78,263,14,232,76" href="triangle.html"> </map> <!-- ====================================================================== --> <br> <h1>Definition List</h1> This is an definition list: <dl> <dt>the first dt <dd>the first dd <dt>the second dt <dd>the second dd <dl> <dt>the first dt <dd>the first dd <dt>the second dt <dd>the second dd <dt>the third dt <dd>the third dd </dl> <dt>the third dt <dd>the third dd </dl> <!-- ====================================================================== --> <br> <h1>Unordered List</h1> This is an unordered list: <ul> <li>first item <li>second item <ul> <li>first item <li>second item <li>third item </ul> <li>third item </ul> <!-- ====================================================================== --> <br> <h1>Ordered List</h1> This is an ordered list: <ol> <li>first item <li>second item <ol> <li>first item <li>second item <li>third item </ol> <li>third item </ol> </BODY> </HTML>
Upload File
Create Folder