InterviewSolution
Saved Bookmarks
| 1. |
How to lazy load images?(a) Remove the rel attribute(b) Remove the src attribute(c) Make rel = src(d) Make src = relThe question was asked during an interview.I would like to ask this question from Lazy Loading in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» Correct answer is (b) Remove the SRC ATTRIBUTE |
|