MCQ Theory Practice HTML and Web Page Designing - Set 12 - ObjectiveBooks

MCQ Theory Practice HTML and Web Page Designing - Set 12

Practice Test: Question Set - 12


1. Which of the following is an attribute related to font tag?
    (A) Size
    (B) Face
    (C) Color
    (D) All of above are style tags

2. Which attribute you’ll use with TD tag to merge two cells horizontally?
    (A) merge=colspan2
    (B) rowspan=2
    (C) colspan=2
    (D) merge=row2

3. What is the correct HTML for adding a background color?
    (A) <body color=”yellow”>
    (B) <body bgcolor=”yellow”>
    (C) <background>yellow</background>
    (D) <body background=”yellow”>

4. What does the .com domain represents?
    (A) Education domain
    (B) Commercial domain
    (C) Network
    (D) None of the above

5. Which of the following is valid IP address?
    (A) 984.12.787.76
    (B) 192.168.321.10
    (C) 1.888.234.3456
    (D) 192.168.56.115

6. Choose the correct HTML tag to make the text bold?
    (A) <B>
    (B) <BOLD>
    (C) <STRONG>
    (D) Both (A) and (C)

7. What is <tt> tag in HTML?
    (A) It renders fonts as teletype text font style
    (B) It renders fonts as true type text font style
    (C) It renders fonts as truncate text font style
    (D) None of the Above

8. Which organization defines the Web Standards?
    (A) Microsoft Corporation
    (B) IBM Corporation
    (C) World Wide Web Consortium
    (D) Apple Inc.

9. Which of the following is correct HTML for inserting an image?
    (A) <image source= “www.objectivebooks.com/admin.jpg” alt= “Objective Books” />
    (B) <img src= “www.objectivebooks.com/admin.jpg” alt= “Objective Books” />
    (C) <img source= “www.objectivebooks.com/admin.jpg” alt= “Objective Books” />
    (D) <img alt= “Objective Books”>www.objectivebooks.com/admin.jpg

10. HTML tags are used to describe document _________
    (A) Definition
    (B) Language
    (C) Content
    (D) None of these

11. Basic fundamental block is called as _________
    (A) HTML tag
    (B) HTML body
    (C) HTML Attribute
    (D) HTML Element

12. Head tag is used for?
    (A) Writing style
    (B) Writing Java Script
    (C) Including CSS, JS Files
    (D) All of these

13. Which of the following protocol is used for email services?
    (A) SMAP
    (B) SMTP
    (C) SMIP
    (D) SMOP

14. The _________ attribute adds space within each cell.
    (A) CELL SPACING
    (B) CELL PADDING
    (C) WIDTH
    (D) ALIGN

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: