InterviewSolution
Saved Bookmarks
| 1. |
For External Style Sheets in some cases when @import is used, the browser may cause a rendering “flash” under slow loading conditions.(a) True(b) FalseThe question was asked in a national level competition.I want to ask this question from The Specification of CSS in division CSS Fundamentals, Colors and Styling of CSS |
|
Answer» RIGHT option is (a) True The explanation is: External STYLE Sheets in some CASES when @import is used the browser may cause a RENDERING “flash” under slow loading conditions. |
|