Chapter 1- HTML and the Modern Web
Download file with the answers
Chapter 1- HTML and the Modern Web
1 file(s) 273.88 KB
Not a member!
Create a FREE account here to get access and download this file with answers
Chapter 1: HTML and the Modern Web
TRUE/FALSE
1. The W3C was founded before HTML was first formalized.
2. The various committees that make up the W3C look to expand and set standards for the many new Web technologies that have emerged.
3. XML does not allow you to create your own elements.
4. It is best practice to use all uppercase characters for element and attribute names when writing HTML5.
5. HTML is a What You See Is What You Get (WYSIWYG) layout tool.
6. Most recent HTML authoring tools offer syntax validation and code conversion.
7. A page that you create in an editing interface will always look exactly the same in every browser.
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.
9. Standardizing coding practices helps clean up most common coding errors.
10. Migrating from HTML to HTML5 in an existing site should be done as quickly as possible.
MULTIPLE CHOICE
1. The ____ element tag indicates that the text is a top-level heading.
2. HTML elements should be used properly to describe each section of the document based on the ____ structure of the document.
a. programming c. coding
b. design d. logical
3. Every browser interprets HTML in its own way, based on its ____.
a. compiler c. rendering engine
b. translator d. interpreter
4. ____ lets you control the presentation characteristics of an entire Web site with a single style sheet document.
a. SGML c. CSS
b. WYSIWYG d. HTML
5. A ____ is a set of rules that describes the display characteristics of a document.
a. template sheet c. template
b. style sheet d. guide
6. Tim Berners-Lee first proposed HTML at the European Laboratory for Particle Physics (CERN) in ____.
a. 1984 c. 1989
b. 1987 d. 1991
7. The need for new markup languages and standards to address new demands is handled by the ____.
a. WC c. W2C
b. W1C d. W3C
8. The W3C released version 4.01 of ____ in 1999.
a. XHTML c. CSS
b. HTML d. XML
9. ____ follows the markup rules of ____.
a. XML; XHTML c. HTML; XML
b. XHTML; XML d. HTML; XHTML
10. In XHTML, empty elements are marked with a(n) ____ slash.
a. cancel element c. closing slash
b. end tag d. null string
11. Which of the following is a valid XHTML statement?
a.
This is the first paragraph.
b.
This is the first paragraph.
c.
This is the first paragraph.
d.
This is the first paragraph.
12. The stricter syntax rules of HTML5 are consistent with ____ syntax.
a. CSS c. JSP
b. WYSIWYG d. XHTML
13. In a professional Web development environment, it is best practice to code using syntax that follows the basic ____ syntax rules.
a. CSS c. XML
b. HTML d. ASP
14. When one source of content is maintained but disseminated to different users or devices, it is called ____.
a. single-sourcing c. styling
b. templating d. coding
15. HTML5 is no longer based on ____.
a. SGML c. CSS
b. WYSIWYG d. WCC
16. A ____ document is one that adheres to the syntax rules of the language.
a. rule-adhering c. proper
b. standardized d. well-formed
17. Which of the following is the most compatible?
a.
Here is some text
b. <”p” class=“copy”>Here is some text
c.
Here is some text
d.
Here is some text
18. The ____ element is the root or parent element of all content sections, making it a sectioning root.
Leave a reply