Exam 2: Coding Standards, Block Elements, Text Elements, and Character References
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
The <code>blockquote</code> element's <code>cite</code> attribute does which of the following?
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
C
What is the effect of including within a sentence?
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
C
The purpose of the s element is to display text:
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
A
Coding-style conventions suggest that you should omit the <code></p></code> end tag for every <code><p></code> start tag.
(True/False)
4.8/5
(33)
Modify the following code so it exhibits block formatting:
<blockquote>Capitalism is a tool, and it should be used when it
works to benefit all. But it is not a moral compass, and it
should not be treated as such.</blockquote>
(Essay)
4.8/5
(32)
The purpose of the <code>small</code> element is to display text:
(Multiple Choice)
4.9/5
(38)
Given the following HTML code that forms the top of a web page, and asssuming that the web page contains English content, how should you modify the <code><html></code> tag?
<html >
<head>
<title>Sample Web Page
<head>
(Multiple Choice)
5.0/5
(44)
The cite element is used to display the URL for a cited work such as a book, paper, essay, poem, or song.
(True/False)
4.9/5
(48)
The purpose of the <code>mark</code> element is to display text:
(Multiple Choice)
4.9/5
(35)
The var element is for text that represents a programming variable or a mathematical variable.
(True/False)
4.9/5
(39)
Legacy code is code created in the past that uses commands supported by an older standard and not the current standard.
(True/False)
4.7/5
(31)
The following dfn example passes the HTML validation service, but it does not follow the HTML5 standard in terms of how the dfn element is supposed to be applied. Provide a corrected version of the example.
Quid pro quo is <dfn>an agreed upon exchange of one valuable thing for another</dfn>.
(Essay)
4.7/5
(35)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)