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

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

Given the following HTML code that forms the top of a web page, to satisfy proper style guidelines, you should add ______ to the end of the title element. <html> <head> <title>Sample Web Page </head>

(Short Answer)
4.8/5
(44)

Proper style says to use lowercase for all tag names.

(True/False)
4.7/5
(33)

Provide at least one reason why it is good practice to use appropriate HTML elements to describe web page content accurately and fully.

(Essay)
4.9/5
(38)

To display subscripted text, use the ______ element.

(Short Answer)
4.9/5
(36)

The samp element indicates that its enclosed text is:

(Multiple Choice)
4.8/5
(39)

You can use the time element's datetime attribute to specify the time by using which format for its value?

(Multiple Choice)
4.9/5
(42)

For a quotation that is too long to embed within surrounding text, you should use a(n) __________ element.

(Short Answer)
4.9/5
(32)

A block element expands to fill the width of its container.

(True/False)
4.9/5
(36)

The purpose of the wbr element is to prevent a line break.

(True/False)
4.7/5
(37)

Given the following HTML code that forms the top of a web page, what two meta elements should you insert above the title element? <html> <head> <title>Sample Web Page </head>

(Short Answer)
4.8/5
(38)
Showing 21 - 30 of 30
close modal

Filters

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