Web Development Lesson 3

  1. Suppose you create a section in a page that uses a level-2 subheading that reads <h2>E-Readers</h2>. Below that, I want two subsections titled E-Ink and Backlit. Which tags would be the best to use for the headings of those subsections below the h2?

    a. <h3>...</h3>
    b. <li>...</li>
    c. It doesn't matter what tags you use, so long as it looks good in the Web browser
    d. <h1>...</h1>
    <h3>...</h3>
  2. Which tags mark the beginning and end of a bulleted (unordered) list?

    a. <ol>...</ol>
    b. <ul>...</ul>
    c. <p>...</p>
    d. <body>...</body>
    <ul>...</ul>
  3. What tags are used between the <ol>...</ol> tags, or between the <ul>...</ul> tags,to define items within the list?

    a. <li>...</li>
    b. <p>...</p>
    c. <h1>...</h1>
    d. <a>...</a>
    <li>...</li>
  4. If you type &trade; in the code of the page, what will that show in the browser?

    a. A nonbreaking space
    b. A bulleted list
    c. A link
    d. The trademark symbol
    The trademark symbol
  5. In the tag <a href="index.htm">, what is the href an example of?

    a. The closing tag
    b. An attribute
    c. The link text
    d. A tag
    An attribute
Author
jdavis123
ID
353583
Card Set
Web Development Lesson 3
Description
Formatting Text
Updated