Untitled

                Never    
HTML
       
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    <p> An order List:
    <ol type ="1">
     <li> Coffe</li>
     <li> Tea</li>
     <li> Milk</li>
    </ol>
    </p>
</body>
</html>

Raw Text