<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Event Schedule List</title> <style> body { font-family: Arial, sans-serif; margin: 20px; } div { margin-bottom: 20px; } </style> </head> <body> <h1>Event Schedule List</h1> <div id="CommonEvents"> <h2>Supported Events</h2> <ul type="circle"> <li>Concerts</li> <li>Conferences</li> <li>Films</li> <li>Panel Debates</li> <li>Performances</li> <li>Seminars</li> <li>Talks & Discussions</li> <li>Workshops</li> </ul> </div> <div id="CorporateEvents"> <h2>Corporate Events</h2> <ul type="square"> <li>Team Building Events</li> <li>Trade Shows</li> <li>Business Dinners</li> <li>Networking Events</li> <li>Opening Ceremonies</li> <li>Product Launches2018</li> <li>Theme Parties</li> <li>Shareholder Meetings</li> </ul> </div> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter