Prev Demo
Lists With Alphabets
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3>Lists with alphabets</h3> <ol type="A"> <li>Mango</li> <li>Banana</li> <li>Guava</li> </ol> </body> </html>
Note: We DO NOT save your trial code in our database.
Output