A small business owner wants to create a simple website to display business hours and contact information. The owner has no programming experience and needs to quickly update the content without learning code. A family member suggests using a content management system (CMS) like WordPress. Another suggests using a plain HTML file and editing it manually. The owner is concerned about both ease of use and security. Which solution best addresses the owner's needs while minimizing technical complexity?
A CMS like WordPress offers a dashboard to modify content freely, and with secure hosting and updates, it address both ease and security.
Why this answer
A CMS provides a graphical interface for easy updates without coding, and with proper maintenance it can be secure. Plain HTML requires manual editing each time, which is not user-friendly. A static site generator still requires technical skills.
Hiring a developer is expensive and adds complexity.