HTML and Web Page Designing MCQ Practice Test - Set 01 - ObjectiveBooks

HTML and Web Page Designing MCQ Practice Test - Set 01

Practice Test: Question Set - 01


1. How can you make a bulleted list?
    (A) <list>
    (B) <nl>
    (C) <ul>
    (D) <ol>

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

3. Which attribute is used to name an element uniquely?
    (A) class
    (B) id
    (C) dot
    (D) All of above

4. The special formatting codes in HTML document used to present content are
    (A) tags
    (B) attributes
    (C) values
    (D) None of above

5. Which of the following is not a style tag?
    (A) <b>
    (B) <tt>
    (C) <i>
    (D) All of above are style tags

6. When should you use path along with file name of picture in IMG tag?
    (A) Path is optional and not necessary
    (B) When the location of image file and html file are different
    (C) When image file and html file both are on same location
    (D) Path is always necessary when inserting image

7. A webpage displays a picture. What tag was used to display that picture?
    (A) picture
    (B) image
    (C) img
    (D) src

8. What should be the first tag in any HTML document?
    (A) <head>
    (B) <title>
    (C) <html>
    (D) <document>

9. Choose the correct HTML tag to make a text italic
    (A) <ii>
    (B) <italics>
    (C) <italic>
    (D) <i>

10. What does vlink attribute mean?
    (A) Visited link
    (B) Virtual link
    (C) Very good link
    (D) Active link

11. Which tag inserts a line horizontally on your web page?
    (A) <hr>
    (B) <line>
    (C) <line direction=”horizontal”>
    (D) <tr>

12. What is the correct HTML for making a hyperlink?
    (A) <a href=”http://objectivebooks.com”>Objective Books</a>
    (B) <a name=”http://objectivebooks.com.com”> Objective Books </a>
    (C) <http://objectivebooks.com.com</a>
    (D) url=”http://objectivebooks.com.com”> Objective Books

13. Which attribute is used to name an element uniquely?
    (A) class
    (B) d
    (C) dot
    (D) All of above

14. HTML document start and end with which tag pairs?
    (A) <HEAD>….</HEAD>
    (B) <BODY>….</BODY>
    (C) <HTML>….</HTML>
    (D) <WEB>….</WEB>

15. Which tag is used to display the numbered list?
    (A) <OL></OL>
    (B) <DL></DL>
    (C) <UL></UL>
    (D) <LI></LI>

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: