To better understand what a content management system is, it’s useful to refresh your memory first – and what is a regular HTML site?
What is a static site?
A regular site is a set of HTML pages connected by hyperlinks to general navigation and uploaded to the server of the hosting provider. There the site is unchanged, which is why it is called static.
To make changes and additions to one of the pages of the site, the administrator must edit the page in the HTML editor and rewrite it on the server using the FTP client. (more…)