HTML and Web Page Designing Objective Questions - ObjectiveBooks

HTML and Web Page Designing Objective Questions

Practice Test: Question Set - 13


1. Which HTML tag would be used to display power in expression (A+B)2 ?
    (A) <SUP>
    (B) <SUB>
    (C) <B>
    (D) <P>

2. Which of the following is correct to set “Black” color as Background of page?
    (A) bgcolor = “#000000”>
    (B) <body background = “#000000”>
    (C) <body Background color = “#000000”>
    (D) All of Above

3. HTML document contain one root tag called _________
    (A) HEAD
    (B) Title
    (C) Body
    (D) HTML

4. DNS translates __________
    (A) Domain name into IP
    (B) IP into domain name
    (C) Both a & b
    (D) Domain name into physical address

5. Which of the following web elements should you know about before building your web site?
    (A) The web audience
    (B) The operating environment of your ISP
    (C) The operating system of your visitor
    (D) Each consideration should determine your web design choices

6. What is the correct HTML tag for inserting a line break?
    (A) <br>
    (B) <lb>
    (C) <break>
    (D) <newline>

7. How can you make a numbered list?
    (A) <dl>
    (B) <ol>
    (C) <list>
    (D) <ul>

8. Text within <EM> … </EM> tag is displayed as _________
    (A) Bold
    (B) Italic
    (C) List
    (D) Indented

9. How to define the link should open in new page in HTML?
    (A) <a href = “http://www.objectivebooks.org/” target = “blank”>Click Here</a>
    (B) <a href = “http://www.objectivebooks.org/” target = “_blank”> Click Here </a>
    (C) <a href = “http://www.objectivebooks.org/” target = “#blank”> Click Here </a>
    (D) <a href = “http://www.objectivebooks.org/” target = “@blank”> Click Here </a>

10. HTML language is a set of markup __________
    (A) Attributes
    (B) Tags
    (C) Sets
    (D) Groups

11. _________ is suitable for remote administration of a computer.
    (A) FTP
    (B) Shell
    (C) Remote Procedure Call
    (D) Telnet

12. In order to upload a HTML file to a web server, you use
    (A) HTTP
    (B) SMTP
    (C) SIP
    (D) FTP

13. To create a combo box (drop down box) which tag will you use?
    (A) <select>
    (B) <list>
    (C) <input type=”dropdown”>
    (D) All of above

14. The __________ character tells browsers to stop tagging the text
    (A) ?
    (B) /
    (C) > 
    (D) %

15. What is an ISP?
    (A) Internet System Protocol
    (B) Internal System Program
    (C) Internet Service Provider
    (D) None of the above

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: