Internet and Web Technology MCQ Questions - Set 06 - ObjectiveBooks

Internet and Web Technology MCQ Questions - Set 06

Practice Test: Question Set - 06


1. From which tag the descriptive list starts?
    (A) <LL>
    (B) <DD>
    (C) <DL>
    (D) <DS>

2. The elements and have the following characteristics
    (A) Element inherits properties defined for in a stylesheet
    (B) And have no real meanings as html tags unless stylesheet is applied
    (C) Elements and define content to be inline or block-level
    (D) And are used as alternatives for the element

3. The latest HTML standard is
    (A) XML
    (B) SGML
    (C) HTML 4.0
    (D) HTML 5.0

4. While working on a JavaScript project, in your JavaScript application, which function would you use to send messages to users requesting for text input?
    (A) Display()
    (B) Prompt()
    (C) Alert()
    (D) GetInput()

5. HTML stands for?
    (A) Hyper Text Markup Language
    (B) High Text Markup Language
    (C) Hyper Tabular Markup Language
    (D) None of these

6. The function returns a Boolean value that indicates whether a specified expression can be evaluated as a number; in ASP is
    (A) IsNumeric()
    (B) IsNumber()
    (C) IsNotNumeric()
    (D) IsNotNumber()

7. HTML is a subset of
    (A) SGMT
    (B) SGML
    (C) SGMD
    (D) None of these

8. Any part of the graphic that is not included in another hot zone is considered to be part of
    (A) Rect
    (B) Point
    (C) Default
    (D) Polygon

9. The body tag usually used after
    (A) Title tag
    (B) HEAD tag
    (C) EM tag
    (D) FORM tag

10. Which of the following tag is used to mark a beginning of paragraph?
    (A) <TD>
    (B) <br>
    (C) <P>
    (D) <TR>

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: