Meeting Minutes Formatting with HTML Unordered Lists (<ul>) | Best Practices
The
- (unordered list) element is commonly used for meeting minutes. Each item on the list can represent a topic or discussion point covered during the meeting. Within each list item, additional information can be included using other HTML elements such as
- Attendance: Present: John, Jane, Sally, Mike. Absent: Tom.
- Agenda: Reviewed and approved agenda for the meeting.
- Previous Minutes: Reviewed and approved minutes from the last meeting.
- Old Business: Discussed progress on current projects and any updates.
- New Business: Introduced new projects and discussed potential ideas.
- Action Items: Assigned tasks to individuals and set deadlines.
- Next Meeting: Discussed date, time, and location for the next meeting.
- Adjournment: Meeting adjourned at 4:00 pm.
(paragraph), (strong), and (emphasis). Here's an example of how meeting minutes could be structured using :
By using
- for meeting minutes, you can create a well-organized and easy-to-read document. The clear structure makes it simple for attendees to review and understand the key points discussed during the meeting.
原文地址: https://www.cveoy.top/t/topic/mP1N 著作权归作者所有。请勿转载和采集!