Exam 3: Getting Started With CSS

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Edits made to a declaration using browser tools do not change your saved stylesheet._________________________

Free
(True/False)
4.9/5
(42)
Correct Answer:
Verified

True

The ____ selector specifies a series of nested elements and selects the final, most deeply nested element.

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

D

The most general selectors are the names of HTML elements, such as h1 or p, which are known as ________________ selectors.

Free
(Short Answer)
4.9/5
(46)
Correct Answer:
Verified

type

A style rule is composed of five main parts.

(True/False)
4.9/5
(38)

Style rules are lines or blocks of CSS code that specify the presentation of web page elements.

(True/False)
4.8/5
(38)

The div attribute can be added to the opening tag for an element to give the element a unique identity._________________________

(True/False)
4.9/5
(33)

When working with a style rule, one or more _______ follow the selector(s); each specifies a CSS attribute to apply to the selector(s) and the value to assign to the attribute.

(Multiple Choice)
4.7/5
(42)

The ____ attribute specifies the filename of the external style sheet.

(Multiple Choice)
4.9/5
(32)

​    -In the figure above, item _____ points to the style rules for the selected element. -In the figure above, item _____ points to the style rules for the selected element.

(Multiple Choice)
4.8/5
(45)

A(n) ____ style is a style rule inserted into the opening tag of an element using the style attribute.

(Multiple Choice)
4.8/5
(29)

The style rule starts with one or more pairs, which identify the HTML element or elements to which the style rule applies._________________________

(True/False)
4.8/5
(36)

An ____ style sheet,is a separate file containing style information that multiple web pages can link to.

(Multiple Choice)
4.9/5
(41)

A(n) id selector allows you to apply a style rule to an unlimited number of separate elements._________________________

(True/False)
4.8/5
(31)

When writing CSS code, each declaration must start on its own line.

(True/False)
4.8/5
(44)

When multiple style rules select the same element and specify different values for the same property, CSS uses availability rules for determining which declaration applies to the element.

(True/False)
4.9/5
(36)

Using a process known as inheritance, declarations are applied to all descendant elements of selected elements.________________________

(True/False)
4.8/5
(32)

Web page rendering engines recognize declarations after a selector as starting after an opening curly brace.

(True/False)
4.9/5
(46)

​    -In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ . -In the figure above, the paragraphs pointed to by the red arrows are formatted the same way because they _____ .

(Multiple Choice)
4.9/5
(31)

​  -The figures above show _____ . -The figures above show _____ .

(Multiple Choice)
4.9/5
(43)

Sometimes you want to assign the same declaration to multiple selectors.To do this, type the selectors with a ____ after each one except the last.

(Multiple Choice)
4.9/5
(36)
Showing 1 - 20 of 71
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)