width:320px) and (orientation:landscape){...} What is the rules view? - correct answer ✔✔a devtools view where you should be able to see the CSS properties and values applied to an HTML element What are the three (3) components of the debugging process? - correct answer ✔✔find it, fix it, identify it What is a difference between HTML and the DOM? - correct answer ✔✔when the DOM is manipulated using devtools, the HTML source code does not change How many heading element tags are there? - correct answer✔✔6 True or false? A boolean attribute is false when present and true when absent. - correct answer ✔✔false Which of the following is the definition of a CSS declaration BLOCK? - correct answer ✔✔One or more declarations separated by semicolons (;) True or false: An inline style uses curly braces ({}). - correct answer ✔✔false What is the proper syntax to use a CSS variable called --
section -color? - correct answer ✔✔color: var( --section -
color); Which CS S layout mode divides a web page into a rectangular grid in which to position page elements? - correct answer ✔✔grid layout What is an element that has the CSS property display set to grid to create a block -level container or inline -grid to