Exam 13: Web Development and HTML/CSS

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

To specify uppercase letters for a list, what value should you use with the list-style-type CSS property?

(Multiple Choice)
4.7/5
(36)

What does the "WG" in WHATWG stand for?

(Multiple Choice)
4.9/5
(42)

What does it mean for container elements to be properly nested?

(Essay)
4.8/5
(42)

The context object's closePath method connects the most recently created line's end point to the most recently created subpath's starting point.

(True/False)
4.9/5
(31)

After the following code executes, what does x hold? var animal = "porcupine"; var x = animal.replace(animal.substring(4, 6), "");

(Short Answer)
5.0/5
(41)

If you call the checkValidity method from an input control object and the method call returns false, that means the input control's value is invalid.

(True/False)
4.9/5
(33)

With a do loop, the loop is guaranteed to execute at least one time.

(True/False)
4.9/5
(40)

When the pre element surrounds whitespace, whitespace collapsing takes place.

(True/False)
4.9/5
(33)

In 1993, Tim Berners-Lee and Dan Connolly submitted the first formal proposal for ______ to the Internet Engineering Task Force (IETF).

(Short Answer)
4.9/5
(39)

Web fonts rely on CSS at-rules. Why are at-rules called at-rules?

(Short Answer)
4.7/5
(37)

Which of the following CSS-rule locations has the highest priority for determining the application of CSS rules?

(Multiple Choice)
4.7/5
(39)

Suppose a web page has a elements inside a nav container. There is a nav type selector rule that applies a red background to matched elements and there is a nav > a child selector rule that applies a blue background to matched elements. What color will be applied to the a elements?

(Multiple Choice)
4.9/5
(41)

With its 24-bit color palette, the JPEG image file format:

(Multiple Choice)
5.0/5
(31)

Why is code redundancy bad?

(Short Answer)
4.8/5
(36)

With relative positioning, an element's specified position is relative to its containing block.

(True/False)
4.9/5
(46)

Which of the following is the best way to prompt for number of children and store the input as a number?

(Multiple Choice)
4.8/5
(30)

In organizing a website's links, a hierarchical structure is good for:

(Multiple Choice)
4.9/5
(43)

What does the following CSS rule do? Input:valid:focus {color: green;}

(Multiple Choice)
4.9/5
(39)

When you call the addEventListener method, you pass two arguments to it. The first argument is for the name of a predefined event built into the DOM. What is the second argument for?

(Multiple Choice)
4.8/5
(36)

A radio button's checked property is associated with the radio button element's checked attribute, which means the checked property returns true if the radio button's element has a checked attribute, and the checked property returns false if the radio button's element has no checked attribute.

(True/False)
4.9/5
(38)
Showing 21 - 40 of 98
close modal

Filters

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