InterviewSolution
Saved Bookmarks
| 1. |
Identify the CSS property that specifies the length of the space used for the tab character.(a) size(b) tab-size(c) tab-space(d) all of the mentionedThis question was addressed to me in my homework.The origin of the question is CSS Miscellaneous Property in division CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT answer is (B) tab-size To EXPLAIN: The tab-size CSS property is used to customize the width of a tab. |
|