Question: What is the definition of the phrase ?Time to Interactive??
- when the browser displays the first bit of content from the DOM
 - when the user can consistently interact with all of the page elements
 - when HTML has loaded, but not necessarily JavaScript, CSS, or images
 - when the user can see the webpage on the screen
 
Answer: The correct answer of the above question is Option B:when the user can consistently interact with all of the page elements