CSS Variables are often declared using the syntax --________: value; where ________ represents the variable name.

  • variable-name
  • var
  • property
  • variable
The correct option is variable. In CSS, variables are declared using the syntax --variable-name: value;, where 'variable' is used as the placeholder for the variable name. This feature allows for more maintainable and flexible stylesheets.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *