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
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)
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 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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)