HTML Questions and Answers Multiple Choice - Set 02 - ObjectiveBooks

HTML Questions and Answers Multiple Choice - Set 02

Practice Test: Question Set - 02


1. Choose the correct HTML tag to make a text bold?
    (A) <b>
    (B) <bold>
    (C) <bb>
    (D) <bld>

2. Which tag creates a check box for a form in HTML?
    (A) <checkbox>
    (B) <input type=”checkbox”>
    (C) <input=checkbox>
    (D) <input checkbox>

3. What is the full form of HTML?
    (A) Hyper text markup language
    (B) Hyphenation text markup language
    (C) Hyphenation test marking language
    (D) Hyper text marking language

4. Which tag is used to create body text in HTML?
    (A) <HEAD>
    (B) <TEXT>
    (C) <TITLE>
    (D) <BODY>

5. Outlook Express is a _________
    (A) E-Mail Client
    (B) Browser
    (C) Search Engine
    (D) None of the above

6. Which tag is used to display the large font size?
    (A) <LARGE></LARGE>
    (B) <BIG></BIG>
    (C) <SIZE ></SIZE>
    (D) <FONT></FONT>

7. With regards to e-mail addresses:
    (A) Hey must always contain an @ symbol
    (B) Hey can never contain spaces
    (C) They are case-insensitive
    (D) All of the above

8. What do I need to get onto the Internet?
    (A) Computer
    (B) Modem
    (C) Browser
    (D) All of the above

9. What is the correct syntax in HTML for creating a link on a webpage?
    (A) <LINK SRC= “mcqsets.html”>
    (B) <BODY LINK = “mcqsets.html”>
    (C) <A SRC = “mcqsets.html”>
    (D) <A HREF = “mcqsets.html”>

10. Choose the correct HTML code to create an email link?
    (A) <A HREF = “support@objectivebooks.com”></A>
    (B) <A HREF = “support@objectivebooks.com”></A>
    (C) <MAIL> support@objectivebooks.com</MAIL>
    (D) MAILHREF = “support@objectivebooks.com”>

11. What is Internet Explorer?
    (A) An Icon
    (B) A File Manager
    (C) A Browser
    (D) The Internet

12. Which of the following is an attribute of <Table> tag?
    (A) SRC
    (B) LINK
    (C) CELLPADDING
    (D) BOLD

13. What is the correct way of describing XML data?
    (A) XML uses a DTD to describe data
    (B) XML uses a description node to describe data
    (C) XML uses XSL to describe the data
    (D) XML uses a validator to describe the data

14. CSS is an acronym for
    (A) Cascading Style Sheet
    (B) Costume Style Sheet
    (C) Cascading System Style
    (D) None of the Above

15. Which HTML Tag will use to scroll a text in web page?
    (A) <marquee> … </marquee>
    (B) <scroll> … </scroll>
    (C) <round> … </round>
    (D) <go> … </go>

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: