MCQS FROM HTML AND WEBPAGE DESIGNING
76. Which tag is used to display the large font size?
a. <LARGE></LARGE>
b. <BIG></BIG>
c. < SIZE ></SIZE>
d. <FONT></FONT>
77. <SCRIPT> … </SCRIPT> tag can be placed within ________
a. Header
b. Body
c. both A and B
d. none of the above
78. using <P> tag will
a. start a new paragraph
b. break the line
c. end the current paragraph
d. none of the above
79. <TD> … </TD> tag is used for ________
a. Table heading
b. Table Records
c. Table row
d. none of the above
80. Which is true to change the text color to red?
a. <BODY BGCOLOR=RED>
b. <BODY TEXT=RED>
c. <BODY COLOR=RED>
d. none of the above
81. With regards to e-mail addresses:
a. They must always contain an @ symbol
b. hey can never contain spaces
c. they are case-insensitive
d. all of the above
82. A homepage is __________
a. an index of encyclopedia articles
b. where all Internet data is stored
c. required for access to the Internet
d. the first page of a website
83. Which of the following is used to explore the Internet?
a. Browser
b. Spreadsheet
c. Clipboard
d. Draw
84. What is Internet Explorer?
a. An Icon
b. A File Manager
c. A Browser
d. The Internet
85. What do I need to get onto the Internet?
a. Computer
b. Modem
c. Browser
d. All of the above
86. What is an ISP?
a.nternet System Protocol
b.nternal System Program
c. Internet Service Provider
d. None of the above
87. Which of the following is valid IP address?
a. 984.12.787.76
b. 192.168.321.10
c. 1.888.234.3456
d. 192.168.56.115
88. Which is not a domain name extension
a. mil
b. org
c. .int
d. .com
89. What is a FTP program used for?
a. Transfer files to and from an Internet Server
b. Designing a website
c. Connecting to the internet
d. None of the above
90. Which of the following are commonly found on web pages?
a. internet
b. hyperlinks
c. intranet
d. all of the above
91. What is the correct syntax in HTML for creating a link on a webpage?
a. <LINK SRC= "domain.html">
b. <BODY LINK = "domain.html">
c. <A SRC = "domain.html" >
d. < A HREF = "domain.html">
92. Which of the following is an attribute of <Table> tag?
a. SRC
b. LINK
c. CELLPADDING
d. BOLD
93. Choose the correct HTML tag to make the text bold?
a. <B>
b. <BOLD>
c. <STRONG>
d. Both A) and C)
94. Which HTML tag would be used to display power in expression (A+B)2 ?
a. <SUP>
b. <SUB>
c. <B>
d. <P>
95. Choose the correct HTML code to create an email link?
a. <A HREF = "name@domain.com"></A>
b. <A HREF = "mailto:"name@domain.com"></A>
c. <MAIL>"name@domain.com" </MAIL>
d. MAILHREF = "name@domain.com">
96. Choose the correct HTML tag for the largest heading?
a. <H1>
b. <H6>
c. <H10>
d. <HEAD>
97. Output of XML document can be viewed in a
a. Word Processor
b. Web browser
c. Notepad
d. None of the above
98. What is the correct way of describing XML data?
a. XML uses a DTD to describe data
b. XML uses a description node to describe data
c. XML uses XSL to describe the data
d. XML uses a validator to describe the data
99. Comments in XML document is given by:
a. <?-- _ _-->
b. <!_ _ _ _!>
c. <!_ _ _ _>
d. </_ _ _ _>
100. Which statement is true?
a. An XML document can have one root element
b. An XML document can have one child element
c. XML elements have to be in lowercase
d. All of the above