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 1


Hyper Text Markup Language



      Multiple Choice. Choose the letter of the correct answer.

  1. HTML is a ________ for describing web pages.

    A. process
    B. tutorial
    C. language
    D. adjective

  2. What does HTML stands for?

    A. Hyper Text Markup Language
    B. Hyper Text Monitor Language
    C. Hyper Text Markup Location
    D. Hyper Text Monitor Location

  3. HTML documents contain HTML ____ and plain text.

    A. tags
    B. uniform
    C. numbers
    D. verbs

  4. What is the other term for HTML documents?

    A. internet
    B. blog
    C. facebook
    D. web pages

  5. HTML tags are keywords or tag names surrounded by what?

    A. colon
    B. semi-colon
    C. angle brackets
    D. period

  6. In an end tag, what is written before the tag name?

    A. plus sign
    B. forward slash
    C. equal sign
    D. underscore

  7. It is everything between the start tag and the end tag, including the tags.

    A. hypertext
    B. HTML elements
    C. HTML signs
    D. HTML compounds

  8. What is the purpose of a web browser, such as Google Chrome, Internet Explorer, Firefox, and Safari?

    A. To read HTML documents and display them as web pages
    B. To be an inspiration in making an HTML document
    C. To provide us Notepad
    D. To be able to use facebook while doing your HTML

  9. Among the following, what is the correct visualization of an HTML page structure?

    A. <body> <html> </html> </body>
    B. <html> <body> </body> </html>
    C. </html> </body> <body> <html>
    D. <html> </html> <body> </body>

  10. What is the latest version of HTML?

    A. XHTML
    B. HTML
    C. HTML+
    D. HTML5