InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is not a step to install a library you need to perform the compatibility in browsers?(a) Download the library from the github location(b) Uncompress the file(c) Insert the following code inside the head tag(d) None of the mentionedI got this question in an interview.Question is taken from Compatibility Libraries in chapter HTML Fundamentals of HTML |
|
Answer» CORRECT CHOICE is (d) NONE of the mentioned Explanation: All STEPS are REQUIRED. |
|