Multiple Choice Questions and Answers on HTML | Page-6

Questions
26 What kind of list will <ol> tags create ?
A Numbered list
B Bulleted list
C Unordered list
D None of the above

Answer: Option [A]
27 Increasing the cellpadding means
A Increase the softness of your site
B Increase the space between cells
C Increase the distance between cell and content
D All of the above

Answer: Option [C]

⭐ Make GKSeries Your Preferred Source on Google

Add GKSeries as Preferred Source
28 The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links
A <BODY>
B <TITLE>
C <BASE>
D <BR>

Answer: Option [C]
29 The <BASE> tag is designed to appear only between
A <BODY>
B <HEAD>
C <TITLE>
D <PRE>

Answer: Option [B]
30 A much better approach to establish the base URL is to use the ______ element.
A HEAD
B BODY
C BASE
D None of the above

Answer: Option [C]