adplus-dvertising
71. For Showing heading in HTML web page we use ____________ tag.
a. Strong
b. Article
c. Paragraph
d. Heading
Discuss
Answer: (d).Heading

72. Which is smallest Heading Tag ?
a. H3
b. H5
c. H6
d. H4
Discuss
Answer: (c).H6

73. In HTML we have _________ type of heading tags.
a. 7
b. 4
c. 6
d. 5
Discuss
Answer: (c).6

74. __________ automatically add some empty space (a margin) before and after each heading.
a. Browser
b. Interpreter
c. Server
d. Compiler
Discuss
Answer: (a).Browser

75. Which of the Style is applied to the H1 heading by default ?
a. Italic
b. Bold and Underline
c. Bold
d. Underline
Discuss
Answer: (c).Bold

76. Which tag is used to divide the HTML document into the paragraphs ?
a. paragraph
b. par
c. para
d. p
Discuss
Answer: (d).p

77. Text written inside the following pair of tags is considered as paragraph.
a. <p></p>
b. <paragraph></paragraph>
c. <para></para>
d. None of These
Discuss
Answer: (a).<p></p>

78. Browsers automatically add an __________ before and after a paragraph.
a. empty line
b. underline
c. empty space
d. None of these
Discuss
Answer: (a).empty line

79. To create a link to an e-mail address following syntax is used -
a. <a email="name@example.com">email</a>
b. <a href="mail:name@example.com">email</a>
c. <a href="mailto:name@example.com">email</a>
d. None of these
Discuss
Answer: (c).<a href="mailto:name@example.com">email</a>

80. In HTML , If we need to send the email then href attribute of anchor tag starts with _________ keyword.
a. email
b. mailto
c. mail
d. None of these
Discuss
Answer: (b).mailto