Exam 3: Getting Started With Css

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

  In the figure above, item ____ shows style rule(s) applied to an id selector. In the figure above, item ____ shows style rule(s) applied to an id selector.

(Multiple Choice)
4.8/5
(44)

Each declaration ends with a period.

(True/False)
4.8/5
(37)

What are developer tools? Why might you use them?

(Essay)
4.8/5
(33)

If multiple rules applied to the same element specify values for the same attribute, the value from the ____ rule in the style sheet is applied.

(Multiple Choice)
4.8/5
(42)

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

(True/False)
4.8/5
(37)

To apply the style rules in a stylesheet to every page on a web site, you add a(n) _____ element to each HTML document.

(Multiple Choice)
4.8/5
(39)

Selectors can be based on  ____.

(Multiple Choice)
4.8/5
(38)

Case-Based Critical Thinking Question Beverly is creating a website to document her trip to Spain.  Her friend, Gail, gives her a cheat sheet of useful CSS tips. The tip sheet also reminds her to start each id selector with a(n) ______ .

(Multiple Choice)
4.9/5
(36)

Because the contents of an external style sheet are written entirely in CSS, the file uses the extension ____.

(Multiple Choice)
4.8/5
(38)

The default value of text-align is " center ."_________________________

(True/False)
5.0/5
(27)

Case-Based Critical Thinking Question Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can. Tim discovers, through trial and error, that he cannot assign the same id value to multiple elements. He quickly changes his strategy and uses a(n) ______ attribute instead.

(Multiple Choice)
4.8/5
(36)

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
(34)

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

(Multiple Choice)
4.8/5
(29)

The same ____ attribute can be applied to one element or to multiple elements.

(Multiple Choice)
4.8/5
(37)

CSS3 defines a set of elements that serve the same function as the div element but that include semantic value.

(True/False)
4.7/5
(33)

Case-Based Critical Thinking Question Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can. When working on the horizontal alignment of text, Tim wants the article paragraph to use the same text-alignment as the enclosing element so he uses the ______ text-align value.

(Multiple Choice)
4.7/5
(46)

   In the figure above, which lines of code set the style for the header? In the figure above, which lines of code set the style for the header?

(Short Answer)
5.0/5
(45)

You add CSS to an HTML document by inserting style ________________, which are lines or blocks of CSS code that specify the presentation of Web page elements.

(Short Answer)
4.8/5
(36)

   In the figure above, which lines of code set the formatting for the footer? In the figure above, which lines of code set the formatting for the footer?

(Short Answer)
4.8/5
(36)

A(n) ________________ style sheet is a section of CSS code entered in the head element of an HTML document.

(Short Answer)
4.8/5
(46)
Showing 41 - 60 of 71
close modal

Filters

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