14. Whichg of the following is used to create web pages?
Correct : A. HTML
15. HTML is considered as ___ language
Correct : D. Markup Language
16. HTML language is a set of markup ___
Correct : B. Tags
17. HTML tags are used to describe document ____
Correct : C. Content
18. HTML document can contain
Correct : D. All of these
19. Page designed in HTML is called a
Correct : B. Web Page
20. We can write HTML code using ____. Select appropriate option(s).
Correct : B. Notepad++
21. HTML document is saved using ____ extension.
Correct : B. .html
22. The software that can read and render HTML documents is
Correct : D. Browser
23. PCs running Windows 3.x will have ____extension for html pages
Correct : C. .htm
24. Which of the following is not an example of browser?
Correct : B. Microsoft Bing
25. Who is the primary author of HTML?
Correct : B. Tim Berners-Lee
26. HTML was first proposed in year ___.
Correct : B. 1990
27. HTML tags are surrounded by ___ brackets
Correct : A. Angle
28. Opening tag of HTML is called
Correct : B. Starting tag
29. HTML document contain one root tag called ____
Correct : D. HTML
30. Basic fundamental block is called as ___
Correct : A. HTML tag
31. Pick the odd out
Correct : D. Form
32. The first page of a website is called
Correct : B. Home page
33. The version of HTML is
Correct : D. All of these
34. Head tag is used for?
Correct : D. All of these
35. How many heading tags are supported by HTML?
Correct : D. 6
36. Which is the largest heading tag?
Correct : A. H1
37. Which of the following are attributes of Font tag?
Correct : D. All of above
38. ......................... connects web pages.
Correct : C. Hyperlink
39. Internet is ...............................
Correct : D. all of the above
40. .................. is suitable for remote administration of a computer.
Correct : D. Telnet
41. Title tag is nested within the ....................... tag.
Correct : B. Head
42. .................... is a web's native protocol.
Correct : C. HTTP
43. The Internet uses the ........................ as the protocol engine.
Correct : C. TCP/IP
44. A ............................. is a symbolic name a network administrator assigns to a machine.
Correct : D. Host name
45. Which of the following protocol is used for e-mail services.
Correct : B. SMTP
46. ...................... is the incoming e-mail server.
Correct : A. POP
47. ....................... is a uniform naming scheme for locating resources on the web.
Correct : A. URI
48. The attribute .................. of <BODY> tag sets color of hypertext links.
Correct : A. link
49. Default font size of HTML is .......................
Correct : D. 3
50. This is a networking device that passes data between networks having similar functions but dissimilar implementations.
Correct : C. Gateway
51. In order to connect to ISP's server you need .......
Correct : C. User name and Password
52. DNS translates .........
Correct : C. both a & b
53. In order to upload a HTML file to a web server, you use
Correct : D. FTP
54. IEEE stands for ........
Correct : D. Institute of electrical and electronics engineers
55. The regional networks are connected to the corporate networks, this is also called as ........
Correct : A. Backbone
56. Once the email is sent, the message is broken into pieces called ..................
Correct : A. Packets
57. ................... is known as father of World Wide Web.
Correct : D. Tim Berners-Lee
58. ................ are the physical meeting points of backbones.
Correct : A. Gateways
59. WSFTP is an example of ........................... program.
Correct : A. FTP
60. Which of the following is best suitable for remote administration of a computer?
Correct : A. Telnet
61. The leading bit pattern of class B network is ..................
Correct : B. 10
62. The ...................... attribute adds space within each cell.
Correct : B. CELL PADDING
63. Which of the following are two popular protocols that allow home computer users to connect their computers to the internet as per hosts? i) SLIP ii) PPPiii) HTTP iv) SMTP
Correct : C. i and ii
64. A computer that translates ........................ of another computer into an ............... and vice versa, upon request is known as DNS server.
Correct : A. Domain name and IP address
65. Identify the uses of URI in HTML.: i) Link to another document or resource ii) Link to external style sheet or script iii) Create an image map
Correct : D. i , ii and iii
66. An ordered list is a ...................... list and an unordered list is a ................. list.
Correct : D. numbered & bulleted
67. Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the .................. attribute and the second the ...................attribute.
Correct : C. HREF & NAME
68. What type of information should you avoid including on your Web site?
Correct : B. Private personal information
69. Which of the following web elements should you know about before building your web site?
Correct : A. The web audience
70. What is the language of the Web?
Correct : D. HTML
71. What does an HTML tag do?
Correct : A. It specifies formatting and layout instructions for your web page.
72. A Web document is broken into sections. What are the tags called that create these sections?
Correct : A. Structure tags
73. What should be the first and last pair of tags in your Web document?
Correct : A. <html></html> and <body></body>
74. When you use a heading tag in a document, what does the Web browser assumes?
Correct : B. Heading information is to appear on its own line
75. For every Web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to provide this information?
Correct : D. <title></title>
76. If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
Correct : B. Basic formatting
77. When creating a Web document, what format is used to express an image's height and width?