In addition to HTML, other markup languages support the use of CSS including XHTML, plain XML, SVG, and XUL.
The frontend is the content management application. It enables writers, editors, and project managers to work seamlessly without the need to code. The backend is the content delivery application, which is used for publishing and displaying the content in various formats based on the CMS.
PHP code is usually processed on a web server by a PHP interpreter implemented as a module, a daemon or as a Common Gateway Interface (CGI) executable. On a web server, the result of the interpreted and executed PHP code – which may be any type of data, such as generated HTML or binary image data – would form the whole or part of an HTTP response.
HTML can embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. Inclusion of CSS defines the look and layout of content. The World Wide Web Consortium (W3C), former maintainer of the HTML and current maintainer of the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.