Web Technologies Objective Questions & Answers - ObjectiveBooks

Web Technologies Objective Questions & Answers

Practice Test: Question Set - 07


1. <DT> tag is designed to fit a single line of our web page but <DD> tag will accept a
    (A) Line of text
    (B) Full paragraph
    (C) Word
    (D) Request

2. The attribute of <form> tag
    (A) Method
    (B) Action
    (C) Both (a) & (b)
    (D) None of these

3. The web standard allows programmers on many different computer platforms to dispersed format and display the information server. These programs are called
    (A) Web Browsers
    (B) HTML
    (C) Internet Explorer
    (D) None of these

4. Which of the following attributes of text box control allow to limit the maximum character?
    (A) size
    (B) len
    (C) maxlength
    (D) All of these

5. The tag which allows you to rest other HTML tags within the description is
    (A) <TH>
    (B) <TD>
    (C) <TR>
    (D) <CAPTION>

6. Which of the following statements is true regarding HTTP?
    (A) Web browsers use only HTTP as a communication protocol with servers
    (B) It does not maintain any connection information on previous transactions
    (C) It is designed to route information based on content
    (D) It refers to resources using their Universal Resource Identifier (URI)

7. The tag used to create a new list item and also include a hyperlink is
    (A) <LI>
    (B) <DL>
    (C) <DD>
    (D) <UL>

8. Which of the tag is used to creates a number list?
    (A) <LI>
    (B) <OL>
    (C) <LI> and <OL>
    (D) None of these

9. Main container for <TR>, <TD> and <TH> is
    (A) <TABLE>
    (B) <GROUP>
    (C) <DATA>
    (D) All of these

10. Which of the following is a Valid Name?
    (A) <_person>
    (B) <123 person>
    (C) Both (a) and (b)
    (D) None of these

Show and hide multiple DIV using JavaScript View All Answers

 Next Tests: