Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document.</title> </head> <body> <p>Ordered list</p> <ol> <li>Appetizers</li> <li>Main Course</li> <li>Salads</li> </ol> <p>Unordered list</p> <ul> <li>Cold Drinks</li> <li>Hot Drinks</li> <li>Ice-Creams</li> </ul> </body> </html>