Multiple choice technology web technology

What is a 'Node' in Drupal ?

  1. It is a system for classifying content

  2. It is generic term for a piece of content on your web site

  3. It is software (code) that extends Drupal features and/or functionality

  4. It controls how your site is displayed

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

In Drupal terminology, a 'node' is the generic term for any piece of content, regardless of its type. Pages, stories, blog posts, forum topics, and any custom content type are all nodes. Nodes share common properties like title, author, creation date, and can have taxonomy terms, comments, and custom fields attached. This abstraction allows Drupal to handle different content types uniformly.