Quiznetik

HTML | Set 2

1. Which tag is used to lists the items with bullets?

Correct : C. <ul>…</ul>

2. Is it possible to insert a table within another table?

Correct : B. Yes, table can be inserted into cell of another table.

3. What is the usage of alt value in <img> tag?

Correct : A. Alternative text for an Image

4. Which of the following is the correct regarding meta tag in HTML?

Correct : B. <meta name = " " />

5. Which of the following is correct to set "Black" color as Background of page?

Correct : A. <body bgcolor = "#000000">

6. Which of the following is correct to align H1 tag to Right Alignment

Correct : A. <h1 align = "right"> … </h1>

7. Which of the following is correct to change font face in Web Page

Correct : C. <font face = "font name"> … </font>

8. Which of the following is incorrect regarding Logical styles?

Correct : D. Variable looks like teletype

9. Which of the following is correct character entities for "Copyright" symbol?

Correct : C. &#169;

10. Which tag is used to display Preformatted texts?

Correct : A. <pre> … </ pre>

11. Which is the correct to create an Arabic numeral list

Correct : B. <ol type="1">

12. How to add alternative text for an Image?

Correct : D. <img src = "http://www.mcqmate.com/brand.png" alt = "Brand of website" />

13. How to embedded Audio Files in HTML?

Correct : A. <embed src = "mysong.mid" width = "100" height = "15">

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?

Correct : B. Pixels