adplus-dvertising
11. The special formatting codes in HTML document used to present conten tare
a. tags
b. attributes
c. values
d. None of above
Discuss
Answer: (a).tags

12. There are ____ different of heading tags in HTML.
a. 4
b. 5
c. 6
d. 7
Discuss
Answer: (c).6

13. HTML supports
a. ordered lists
b. unordered lists
c. both of the above
d. none of the above
Discuss
Answer: (c).both of the above

14. Which of the following selector matches a particular element only when it lies inside a particular element?
a. The Type Selector
b. The Descendant Selector
c. The Universal Selector
d. The Class Selector
Discuss
Answer: (b).The Descendant Selector

15. Which of the following property is used to increase or decrease how bold or light a font appears?
a. font-family
b. font-style
c. font-variant
d. font-weight
Discuss
Answer: (d).font-weight

16. Which of the following is correct about Hex Code format of CSS colors?
a. The first two digits(RR) represent a red value.
b. The next two are a green value(GG).
c. The last are the blue value(BB).
d. All of the above.
Discuss
Answer: (d).All of the above.

17. Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?
a. %
b. cm
c. em
d. ex
Discuss
Answer: (a).%

18. Which of the following property is used as a shorthand to specify a number of other background properties?
a. background-attachment
b. background
c. background-repeat
d. background-position
Discuss
Answer: (b).background

19. Which of the following property is used to set the opacity of an image?
a. border
b. height
c. width
d. moz-opacity
Discuss
Answer: (d).moz-opacity

20. Which of the following property specifies whether a long point that wraps to a second line should align with the first line or start underneath the start of the marker of a list?
a. list-style-type
b. list-style-position
c. list-style-image
d. list-style
Discuss
Answer: (b).list-style-position

Page 2 of 15