Web Technology Quiz 1
Web Technology Quiz 1
Quiz 1
1. How many sizes of headers are available in 12. Identified among the following which creates push
HTML by default? button
a. 5 a. RESET
b. 1 b. CHECK BOX
c. 3 c. INPUT
d. 6 d. RADIO
2. The latest HTML standard is 13. On which model is www based upon
a. HTML 4.0 a. client-server
b. HTML 5.0 b. local server
c. XML c. 3 tier
d. SGML d. none of this
3.Which one of the following is an example of an 14. When is the body tag used?
‘internet search engine? a. after FORM tag
a. LINUX b. after Title tag
c. after EM tag
b. Google
d. after HEAD tag
c. MS Word
d. Windows
4. Which of the following is not an HTML tag? 15. Among which of the following is HTML a subset.
a. < select > a. SGMD
b. SGMT
b. < input >
c. SGML
c. < textarea > d. None
d. < list >
5. At which port number, Simple Network Management 16. Which of the following attribute is used for merging
Protocol (SNMP) operates two or more adjacent columns?
a. 160 a. ROWSPAN
b. CELLSPACING
b. 163
c. COLSPAN
c. 164 d. CELLPADDING
d. 161
8. What does W3C stand for? 19. Which tag creates a number/order list?
a. World Wide Web Consortium a. <UL>
b. World Wide Website Consortium b. <OL>
c. World Wide Website Community c. <OT>
d. World Wide Web Community d. None of these
9. Which of the following is a container? 20. How can you open a link in a new
a. <SELECT> browser window?
b. <BODY> a. < a href = “url” target = “new”>
c. <INPUT> b. <a href = “url” target= “_blank”>
d. Both (a) and (b) c. <a href = “url”.new>
d. <a href = “url” target =”open”>