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 6


<a href=>



      Multiple Choice. Choose the letter of the correct answer.

  1. What tag defines a hyperlink?

    A. <a>
    B. <h>
    C. <hl>
    D. <hyperlink>

  2. A hyperlink is a word, group of words, or image that you can _____ on to jump to another document.

    A. touch
    B. click
    C. ride
    D. copy

  3. What happens to the cursor when you move it over a link in a web page?

    A. You will jump into another web site
    B. It will create a sound
    C. The arrow will turn into a little hand
    D. It will delete the link

  4. What is the most important attribute of the hyperlink tag?

    A. style
    B. color
    C. size
    D. href

  5. What does the most important attribute indicates?

    A. The link's destination
    B. The font size of the link
    C. The style of how it appears
    D. The color of the link

  6. By default, how does the unvisited link will appear?

    A. underlined and blue
    B. underlined and purple
    C. underlined and red
    D. underlined and black

  7. By default, how does the visited link will appear?

    A. underlined and blue
    B. underlined and purple
    C. underlined and red
    D. underlined and black


  8. The ______ doesn't have to be a text. It can be an image or any other HTML element.
    A. link image
    B. link text
    C. link name
    D. link

  9. What attribute specifies where to open the link document?

    A. linkdoc
    B. target
    C. open
    D. ldopen

  10. What attribute is can be used to create a bookmark inside an HTML document.

    A. bm
    B. id
    C. bookmark
    D. creatbm