Exam 2: Coding Standards, Block Elements, Text Elements, and Character References

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The <code>blockquote</code> element's <code>cite</code> attribute does which of the following?

Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
Verified

C

What is the effect of including    within a sentence?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

C

The purpose of the s element is to display text:

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

A

What is the character reference for the copyright symbol?

(Multiple Choice)
4.8/5
(39)

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)

Why is it appropriate to use monospace font for code element text?

(Essay)
5.0/5
(39)

The ≤ character reference displays which of the following?

(Multiple Choice)
4.8/5
(35)

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)

To display superscripted text, use the ______ element.

(Short Answer)
4.8/5
(41)

Proper style says to use uppercase for all attributes.

(True/False)
4.8/5
(42)

The ______ element is for an abbreviation or acronym.

(Short Answer)
4.8/5
(37)

The code element indicates that its enclosed text is:

(Multiple Choice)
4.9/5
(29)

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)

Which of the following is a valid HTML comment?

(Multiple Choice)
4.9/5
(39)
Showing 1 - 20 of 30
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)