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 5


<b> and <i>



      Multiple Choice. Choose the letter of the correct answer.

  1. What do you call tags used for formatting output?

    A. bold
    B. font tags
    C. formatting tags
    D. formatting elements

  2. What tag defines bold text?

    A. <b>
    B. <i>
    C. <small>
    D. <em>

  3. What tag defines emphasized text?

    A. <b>
    B. <i>
    C. <small>
    D. <em>

  4. What tag defines a part of text in an alternate voice or mood?

    A. <b>
    B. <i>
    C. <small>
    D. <em>

  5. What tag defines smaller text?

    A. <b>
    B. <i>
    C. <small>
    D. <em>

  6. What tag defines subscripted text?

    A. <ss>
    B. <subscript>
    C. <subs>
    D. <sub>

  7. What tag defines superscripted text?

    A. <ss>
    B. <superscript>
    C. <super>
    D. <sup>

  8. What tag defines inserted text?

    A. <ins>
    B. <insert>
    C. <in>
    D. <i>

  9. What tag defines marked or highlighted text?

    A. <mh>
    B. <high>
    C. <mark>
    D. <mhl>

  10. <strong> or <em> means that you want the text to be rendered in a way that the user understands as "_______".

    A. picture
    B. nothing
    C. important
    D. unimportant