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
Which of the following is a valid CSS rule that generates a color gradient background?
(Multiple Choice)
4.9/5
(39)
Suppose you have a class named Employee with a name property and a standard setName method. What is the situation after the following code executes?
Var emp1 = new Employee("Emme");
Var emp2 = emp1;
Emp2.setName("Jessie");
(Multiple Choice)
4.8/5
(36)
To create a flexbox layout, you should use which of the following?
(Multiple Choice)
4.8/5
(25)
Consider the following code:
<img id="zoomba-class" src="zoomba.j p g" alt="zoomba class">
Assume the above img element is positioned within the current web page. Provide an element that would link to the above img element.
(Short Answer)
4.7/5
(27)
A global attribute is an attribute that can be used with any element.
(True/False)
4.8/5
(34)
A pseudo-class begins with a colon and it conditionally selects elements from a group of elements specified by the selector at the immediate left of the colon. If there is no explicit selector, then the implicit selector is ______.
(Short Answer)
4.9/5
(25)
Suppose you have a button within a form, and you want to pass the form object to a function that processes the form. What argument should you use to pass the form object to the function?
(Short Answer)
4.8/5
(42)
Which of the following is an integer-format RGB value for dark blue?
(Multiple Choice)
4.8/5
(37)
Given the following HTML code that forms the top of a web page, what instruction should appear above the code?
<html>
<head>
<title>Sample Web Page
</head>
(Multiple Choice)
4.9/5
(38)
If you call the scale method to expand a shape that is positioned down and to the right of the origin, that will cause the shape's position to be closer to the origin.
(True/False)
5.0/5
(36)
An object is defined by its set of properties and its set of behaviors.
(True/False)
4.7/5
(38)
By default, a number control allows integer input. To enable a number control to allow decimal input, you should add a(n) ______ attribute with a decimal value.
(Short Answer)
4.9/5
(33)
The ______ image file format was invented in 1996 as an open-source alternative to the GIF format because the GIF format was copyright protected.
(Short Answer)
4.9/5
(32)
When executed, what does the following code fragment display?
var x = 19.5, y = 3;
alert(22 - x % y ** 2);
(Short Answer)
4.8/5
(35)
To specify font size (e.g., 2em) and font family (e.g., times new roman) values for canvas text, you should use the context object's font-weight and font-family properties, respectively.
(True/False)
4.8/5
(30)
Suppose you have an array named carMakes with two elements in it. When the following JavaScript code executes, what happens?
CarMakes[2] = "GM";
(Multiple Choice)
4.8/5
(38)
A text control is an example of a "one line plain text edit control." Which of the following attribute-value pairs could be added to an input element to create another type of one line plain text edit control?
(Multiple Choice)
4.9/5
(46)
Showing 41 - 60 of 98
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)