Comments, Questions, Suggestions, or Opinions












Tutorials
Lesson:

  1. What is HTML?

  2. HTML Editors

  3. HTML Elements and Attributes

  4. HTML Headings and Paragraphs

  5. HTML Formatting

  6. HTML Links

  7. HTML Images

  8. HTML Tables

  9. HTML Lists

  10. HTML Forms



Exercises
For every lesson:

  1. Hyper Text Markup Language

  2. Notepad

  3. Start tag to End tag and name="value"

  4. <h1> and <p>

  5. <b> and <i>

  6. <a href=>

  7. <img src=>

  8. <th> <tr> and <td>

  9. <OL> and <UL>

  10. <form>



My accounts:







Exercise 9


<OL> and <UL>



      Multiple Choice. Choose the letter of the correct answer.

  1. The most _____ HTML list are ordered and unordered list.

    A. important
    B. common
    C. latest
    D. oldest

  2. An unordered list starts with the ____ tag.

    A. <unordered>
    B. <ul>
    C. <ulist>
    D. <uol>

  3. Each list item starts with the ____ tag.

    A. <li>
    B. <list>
    C. <ul>
    D. <ol>

  4. An ordered list starts with the ____ tag.

    A. <ordered>
    B. <olist>
    C. <ol>
    D. <ul>



  5. A.
    B.
    C.
    D.

  6. A description list is a list of terms, with a _______ of each term.

    A. picture
    B. number
    C. description
    D. delegation

  7. Inside a _______ you can put text, line breaks, images, links, other lists, etc.

    A. heading
    B. list item
    C. table
    D. link

  8. What list tag defines a description of a term or name in a description list?

    A. <dl>
    B. <dt>
    C. <dd>
    D. <li>

  9. What list tag defines a description list?

    A. <dl>
    B. <dt>
    C. <dd>
    D. <il>

  10. What list tag defines a term or name in a description list?

    A. <li>
    B. <dt>
    C. <dl>
    D. <dd>