Exam 13: Web Development and HTML/CSS

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

What do canvas's transformation operations allow you to do with graphics objects?

(Multiple Choice)
4.7/5
(38)

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

(Multiple Choice)
4.8/5
(36)

The purpose of the W3C's Tidy tool is to:

(Multiple Choice)
4.9/5
(31)

Normally, you should omit an img element's width and height attributes so that the image displays with its natural size.

(True/False)
4.7/5
(34)

Given the following CSS rule, which type of selector is used? )funky {color: darkorchid;}

(Multiple Choice)
4.8/5
(33)

Why do coding conventions suggest not using the style attribute?

(Multiple Choice)
4.8/5
(42)

To handle browsers that support different audio file formats, you can provide multiple options between your audio start and end tags. Which of the following could serve as a valid option?

(Multiple Choice)
4.9/5
(34)

Which of the following elements is in the heading content model category?

(Multiple Choice)
4.9/5
(34)

CSS inheritance is when a CSS property value flows down from a parent element to one or more of its child elements.

(True/False)
4.9/5
(49)

Coding conventions suggest that you declare a named constant at the point where the named constant is used.

(True/False)
4.7/5
(37)

How is the strict equality operator (===) more restrictive than the standard equality operator (==) in its comparison test?

(Essay)
4.9/5
(43)

You can use the time element's datetime attribute to specify the date by using which of the following formats for its value?

(Multiple Choice)
4.9/5
(34)

For HTML's content model categories, the phrasing category includes elements that would be appropriate for describing catch phrases that serve as headings for other content.

(True/False)
4.7/5
(35)

One way to implement responsive images is with art direction. Art direction is when you provide a list of images for different versions of the same picture where the images have different aspect ratios.

(True/False)
4.9/5
(42)

One of the main benefits of the GIF image file format is that with its 8-bit color palette, GIF files tend to be small.

(True/False)
4.8/5
(35)

Given the following at-rule that creates a web font, provide a CSS rule for p elements that uses the created web font. Use monospace for the generic font family. @font-face { font-family: Austere; src: url(../fonts/metalic.woff2) format("woff2"), url(../fonts/metalic.woff) format("woff"); }

(Short Answer)
4.7/5
(43)

It is legal to have a p element inside another p element.

(True/False)
4.9/5
(34)

For an element that uses absolute positioning, if you use the left property, you must also use the right property.

(True/False)
4.9/5
(39)
Showing 81 - 98 of 98
close modal

Filters

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