Exam 13: Web Development and HTML/CSS

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

To help a screen reader know which header cell a data cell is associated with:

Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
Verified

B

Which of the following would be a valid comment in an external CSS file?

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

D

If you want absolute positioned boxes to have their text aligned vertically at their bottoms, then for each box you should include not only the top property (with the same value for each box), but also the ______ property (with the same value for each box).

Free
(Short Answer)
5.0/5
(32)
Correct Answer:
Verified

height

To provide an indication that text that has been deleted, what container element should you surround the text with?

(Multiple Choice)
4.8/5
(32)

The kbd element indicates that its enclosed text is:

(Multiple Choice)
4.8/5
(39)

The following JavaScript variable name exhibits proper coding conventions: dog_name

(True/False)
4.8/5
(42)

Normally, within a class definition, you should include a constructor as the class's first member.

(True/False)
4.9/5
(38)

For the "if, else" form of the if statement, you may include only one if clause, but as many else clauses as you like.

(True/False)
4.8/5
(38)

You should always surround attribute values with _______, thus forming a string.

(Short Answer)
4.9/5
(40)

What is a disadvantage of a list box as compared to a pull-down menu?

(Short Answer)
4.9/5
(38)

Suppose you have a class named Student with a class variable named numOfStudents. How should you access the numOfStudents property?

(Multiple Choice)
4.9/5
(36)

Which of the following displays a numOfPurchases variable's value in the browser's debugging frame?

(Multiple Choice)
4.7/5
(41)

One way to implement responsive images is with resolution switching. Resolution switching is when you provide a list of images for different versions of the same picture where the images have the same aspect ratios, but different sizes.

(True/False)
4.9/5
(31)

The span element is a generic phrasing element that does not provide any special meaning by itself.

(True/False)
4.8/5
(40)

The CSS display property's table-cell value can be used for mimicking a th element.

(True/False)
4.9/5
(39)

The Document Object Model models all of the parts of a web page (elements, attributes, and plain text) as nodes in a node tree.

(True/False)
4.9/5
(38)

The JavaScript exponentiation operator is ______.

(Short Answer)
4.8/5
(38)

In JavaScript, to find the number of elements in an array, use:

(Multiple Choice)
4.9/5
(31)

All element objects have an outerHTML property, which stores the element's code, including the element's start and end tags.

(True/False)
4.8/5
(28)

For HTML's content model categories, the flow category is a superset of several other categories.

(True/False)
4.8/5
(40)
Showing 1 - 20 of 98
close modal

Filters

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