72. | Which is smallest Heading Tag ? |
Discuss |
Answer: (c).H6
|
73. | In HTML we have _________ type of heading tags. |
Discuss |
Answer: (c).6
|
74. | __________ automatically add some empty space (a margin) before and after each heading. |
Discuss |
Answer: (a).Browser
|
75. | Which of the Style is applied to the H1 heading by default ? |
Discuss |
Answer: (c).Bold
|
76. | Which tag is used to divide the HTML document into the paragraphs ? |
Discuss |
Answer: (d).p
|
77. | Text written inside the following pair of tags is considered as paragraph. |
Discuss |
Answer: (a).<p></p>
|
78. | Browsers automatically add an __________ before and after a paragraph. |
Discuss |
Answer: (a).empty line
|
79. | To create a link to an e-mail address following syntax is used - |
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. |
Discuss |
Answer: (b).mailto
|