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 3


Start tag to End tag and name="value"



      Multiple Choice. Choose the letter of the correct answer.

  1. What does start tag often called?

    A. First tag
    B. Right tag
    C. Opening tag
    D. Front tag

  2. What does closing tag often called?

    A. Last tag
    B. Back tag
    C. Left tag
    D. Closing tag

  3. It is everything between the start and the end tag.

    A. Element tag
    B. Element content
    C. Content tag
    D. HTML values

  4. Most HTML elements can have ________.

    A. names
    B. numbers
    C. attributes
    D. pages

  5. What element defines the whole HTML document?

    A. <html> element
    B. <body> element
    C. <p> element
    D. <form> element

  6. What do you call HTML elements with no content?

    A. void
    B. no use
    C. empty elements
    D. null element

  7. Attributes provide __________ about an element.

    A. communication
    B. design
    C. secrets
    D. additional information

  8. Attributes are always specified in what tag?

    A. Start tag
    B. End tag
    C. Middle tag
    D. All of the above

  9. How does attributes come in name/value pair?

    A. <name><value>
    B. <name> value </name>
    C. name="value"
    D. name=<value>

  10. What does the World Wide Web Consortium recommend about tags, attributes, and values?

    A. It should be uppercase
    B. It should be lowercase
    C. It should be without space
    D. It should start with a capital letter