<!DOCTYPE html> <html> <body> <h1>The ol type attribute</h1> <ol type="I"> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol> </body> </html>