Multiple choice technology web technology

_______________ is a file or collection of files (PHP, INFO, CSS, JPG, GIF, PNG), which together determine the look and feel.

  1. template

  2. page

  3. module

  4. theme

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A theme in Drupal is a collection of files (PHP templates, CSS stylesheets, images, and an info file) that determine the website's visual appearance and layout. Themes control how content and modules are rendered to the user, separating presentation from logic. Modules provide functionality, templates are theme files, and 'page' is not a Drupal concept in this context.