Web Programming (3160713) MCQs

MCQs of Basics of HTML andCSS

Showing 31 to 40 out of 73 Questions
31.
The <ADDRESS> tag is used to .......................
(a) store user addresses
(b) enter user address
(c) indicate information about the web page author
(d) None of the above
Answer:

Option (c)

32.
The <TT> tag indicates ............................
(a) truetype font
(b) transaction type
(c) total type
(d) teletype text
Answer:

Option (d)

33.
The default alignment of a text is ...................
(a) left
(b) top left
(c) center
(d) right
Answer:

Option (a)

34.
The default face is .........................
(a) Ariel
(b) Times Roman
(c) Monotype Sorts
(d) Courier New
Answer:

Option (b)

35.
What does vlink mean ?
(a) virtual link
(b) vlink
(c) active link
(d) visited link
Answer:

Option (d)

36.
You have to add a list of products in a drop-down list. What will you use to group the identical products under a category?
(a) option
(b) menu
(c) Optgroup
(d) Vargroup
Answer:

Option (c)

37.
What is the REFRESH meta tag used for ?
(a) Refresh your page
(b) Redirect to a new domain
(c) rewrite url
(d) None of the above
Answer:

Option (a)

38.
You want to provide a form field to the users for writing lengthy comments on the quality of the services provided by you. Which of the following tags will you use?
(a) <textarea rows="8" cols="20"> Your comments ....</textarea>
(b) <textarea row="8" col="20"> Your comments ....</textarea>
(c) <textarea rowcount="8" colcount="20"> Your comments ....</textarea>
(d) <input type="text" maxlength="100" />
Answer:

Option (a)

39.
What does CSS stand for?
(a) Cascading Style Sheets
(b) Colorful Style Sheets
(c) Computer Style Sheets
(d) Creative Style Sheets
Answer:

Option (a)

40.
Which HTML attribute is used to define inline styles?
(a) id
(b) style
(c) styles
(d) class
Answer:

Option (b)

Showing 31 to 40 out of 73 Questions