adplus-dvertising
61. _________ attribute is used to specify , where to open the linked document.
a. target
b. coords
c. rel
d. pos
Discuss
Answer: (a).target

62. Which of the Anchor Attribute is used to specify the language of the linked document ?
a. alang
b. lang
c. hreflang
d. None of these
Discuss
Answer: (c).hreflang

63. Relationship Between the Current document and the Linked document is specified using ___________ attribute.
a. href
b. relation
c. rel
d. target
Discuss
Answer: (c).rel

64. Which of the following is used to open document in new window ?
a. <a target="_self">Link</a>
b. <a target="_blank">Link</a>
c. <a target="_top">Link</a>
d. <a target="_parent">Link</a>
Discuss
Answer: (b).<a target="_blank">Link</a>

65. ________ attribute is used to specify MIME type of linked document ?
a. Rev Attribute
b. Type Attribute
c. Media Attribute
d. MIME Attribute
Discuss
Answer: (b).Type Attribute

66. _________ attribute specifies what media/device the linked document is optimized for ?
a. device
b. media
c. name
d. href
Discuss
Answer: (b).media

67. Default attribute value of "target" is ______________ in HTML.
a. _top
b. _blank
c. _self
d. _parent
Discuss
Answer: (c)._self

68. HTML Links can be styled using ___________.
a. CSS
b. JavaScript
c. XML
d. PHP
Discuss
Answer: (a).CSS

69. Which is largest Heading tag ?
a. H3
b. H4
c. H2
d. H1
Discuss
Answer: (d).H1

70. _________ defines the most important heading ?
a. H1
b. H4
c. H6
d. H2
Discuss
Answer: (a).H1