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 help a screen reader know which header cell a data cell is associated with:
Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
B
Which of the following would be a valid comment in an external CSS file?
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
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:
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 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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)