Exam 13: Web Development and HTML/CSS
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)