Web Development Lesson 6

  1. Only one of the tags below has all of the tags in the right order for proper testing. Which one is it?

    a. <p>Hello <strong>there >em>world>/em>/p>/strings>
    b. <p>Hello <strong> there <em>world</em>/strong></p>
    c. <p>Hello <strong>there <em>world</p></strong></em>
    d. <p>Hello <strong>there <em>world></strong></p</em>
    <p>Hello <strong> there <em>world</em>/strong></p>
  2. Like most things in high tech, HTML has evolved over the years. The W3C has deprecated some of the tags and attributes from the original HTML language. Which of the following best describes the meaning of the term "deprecated" in this context?

    a. No longer recommended
    b. Brand new
    c. Highly recommended
    d. Guaranteed to never change
    No longer recommended
  3. The original HTML had its roots in SGML (Standard Generalized Markup Language). What language is the root of XHTML?

    a. XBasic
    b. CSS
    c. XML (eXtensible Markup Language)
    d. XQuery
    XML (eXtensible Markup Language)
  4. What do you call tags that aren't paired with a closing tag?

    a. Attributes
    b. Empty tags
    c. Deprecated tags
    d. Values
    Empty tags
  5. In Web development, we use HTML to describe structure. What language do we use for presentation?

    a. W3C
    b. CSS
    c. XML
    d. XHTML
    CSS
Author
jdavis123
ID
353693
Card Set
Web Development Lesson 6
Description
HTML, XHTML, and CSS
Updated