Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML ol tag</title> </head> <body> <h1>HTML Ordered List</h1> <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol> </body> </html>