button
button

Week 3 HTML for Beginners

Week 1
Week 2
Week 4
Week 5

This week we were given a quiz. Here are my answers. I passed with 10 correct answers out of 10!


  1. In this class to UPLOAD a page means you will need to...

    1. Use your browser to take the page from a web server or another computer and bring it to yours.
    2. Print a copy of the web page to study the layout.
    3. Use special software to send your page to a web server for viewing on the Web.

      The answer to Question 1 is C


  2. Which of the below is </B> an example of:

    1. The opening half of an HTML tag set.
    2. The closing half of an HTML tag set.
    3. The only tag you would use to create bold text.

      The answer to Question 2 is B


  3. Do the words typed in between the opening and closing tags of the TITLE tag set appear on the web page itself?

    1. Yes.
    2. No.

      The answer to Question 3 is B


  4. Which of the examples below would be the correct way to write the HTML indicated:

    1. <P><B><I>This paragraph contains bold, italicized text.</I></B></P>
    2. <P><I><B>This paragraph contains bold, italicized text. </B></I></P>
      <P><B><I>This paragraph contains bold, italicized text. </B></I></P>

      The answer to Question 4 is A


  5. Is it acceptable to write HTML tags in lowercase letters?

    1. No, never.
    2. Yes, it is mandatory to type the HTML tags in all lowercase letters.
    3. Yes, it is okay to write HTML tags in lowercase but it is preferred by some to use all uppercase letters.

    The answer to Question 5 is C


  6. If you want your text to be seen on your web page, you should make sure it is entered between the opening and closing tags of which of the following tag sets.

    1. The <P> </P> tag set.
    2. The <TITLE> </TITLE> tag set.
    3. The <BODY> </BODY> tag set.

    The answer to Question 6 is C


  7. What does FTP stand for?

    1. Full Text Parameters.
    2. File Transfer Protocol.
    3. File Transfer Parameters.

    The answer to Question 7 is B


  8. Do you need a special HTML editor to create a web page?

    1. No.
    2. Yes.

    The answer to Question 8 is A


  9. How do you make text Italicized in HTML?

    1. Place the text to be italicized after the <I> tag.
    2. Place the text to be italicized between the opening <I> and closing </I> tags.
    3. Place the text to be italicized between the <ITALICS> </ITALICS> tags.

    The answer to Question 9 is B


  10. All HTML tags come in pairs or sets.

    1. True.
    2. False.

    The answer to Question 10 is B


  11. An HTML document should have a <BODY> tag for each attribute you wish to change in the overall body of the document.

    1. True.
    2. False.

    The answer to Question 11 is B