Chapter 1: HTML and the Modern Web TRUE/FALSE 1. The W3C was founded before HTML was first formalized. ANS: F
PTS: 1
REF: 9-10
2. The various committees that make up the W3C look to expand and set standards for the many new Web technologies that have emerged. ANS: T
PTS: 1
REF: 10
3. XML does not allow you to create your own elements. ANS: F
PTS: 1
REF: 11
4. It is best practice to use all uppercase characters for element and attribute names when writing HTML5. ANS: F
PTS: 1
REF: 20
5. HTML is a What You See Is What You Get (WYSIWYG) layout tool. ANS: F
PTS: 1
REF: 29
6. Most recent HTML authoring tools offer syntax validation and code conversion. ANS: T
PTS: 1
REF: 29
7. A page that you create in an editing interface will always look exactly the same in every browser. ANS: F
PTS: 1
REF: 30
8. Following the W3C standards does not mean that your site has to be visually uninteresting, although you may have to sacrifice the latest multimedia enhancements. ANS: T
PTS: 1
REF: 31
9. Standardizing coding practices helps clean up most common coding errors. ANS: T
PTS: 1
REF: 32
10. Migrating from HTML to HTML5 in an existing site should be done as quickly as possible. ANS: F
PTS: 1
REF: 32-33