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 7


<img src=>



      Multiple Choice. Choose the letter of the correct answer.

  1. What does the <img> tag defines?

    A. italic
    B. inside message
    C. images
    D. None of the above

  2. The <img> tag is _____, which means that it contains attributes only, and has no closing tag.

    A. zero
    B. null
    C. empty
    D. different

  3. What attribute will you need to use if you want to display an image on a page?

    A. src
    B. source
    C. dis
    D. display

  4. What is the value of the attribute in number 3?

    A. color
    B. integers
    C. URL of the image you want to display
    D. title

  5. The ___ points to the location where the image is stored.

    A. link
    B. URL
    C. LUR
    D. LRU

  6. What attribute specifies an alternate text for an image, if the image is cannot be displayed?

    A. text
    B. alternate
    C. alt
    D. at

  7. Below are some reasons why a user cannot view an image EXEPT:

    A. slow connection
    B. error in the src attribute
    C. the user uses a screen reader
    D. the user has a fever

  8. The attribute values of height and width are specified in _____ by default.

    A. inches
    B. pixels
    C. centimeters
    D. meters

  9. What image tag defines an image-map?

    A. <map>
    B. <im>
    C. <imgmap>
    D. <imap>

  10. What image tag desines a clickable area inside an image map?

    A. <a>
    B. <area>
    C. <clickable>
    D. <ca>