Training Guide: Programming in HTML5 with JavaScript and CSS3 Ebook

(Nora) #1

Answers CHAPTER 2 63


C. Incorrect: The use of disabled with a value of true is not an acceptable way to
implement Boolean attributes.
D. Correct: The use of disabled with a value that is the same as the attribute name is
one way to implement Boolean attributes by using quoted form.

Lesson 2



  1. Correct answer: D
    A. Incorrect: The element creates a hyperlink.
    B. Incorrect: The