The underlying pieces.
HTML
The markup describing a page's structure and content.
CSS
The rules describing how a page looks.
JAVASCRIPT
Code running in the visitor's browser, providing interaction.
PHP
A language running on the server, generating pages.
What WordPress and most cPanel-hosted applications are built on.
DATABASE
Structured storage for a site's content and settings.
MYSQL AND MARIADB
The database systems available on cPanel hosting.
PHPMYADMIN
The tool for managing databases through a browser.
API
An interface allowing software to communicate with other software.
FRAMEWORK
A structure providing common functionality for building applications.
STATIC SITE
A site of prebuilt files, with no server-side processing.
DYNAMIC SITE
A site generating pages when requested.
RESPONSIVE DESIGN
A layout adapting to the size of the visitor's screen.