926). What is the initial step to set up a CSS Lazy Loading?

[A]Fetching data
[B]Loading the script
[C]Loading the page
[D]Adding the event listener

Show Answer

927). What is being done in the following JavaScript code?

[A]Event and EventListener is created according to the if-else
[B]The values are updated
[C]The value is called
[D]The values are stored

Show Answer

928). What is the purpose of holding whatever tag you create in the attribute type?

[A]To have more information
[B]To identify the scripting language
[C]To store data
[D]To store variable name

Show Answer

929). What does the appendChild() method perform?

[A]Appends a node in the middle of the index taken as the parameter
[B]Appends a node as the first child
[C]Appends a node as the last child
[D] Replaces and appends at the last node

Show Answer

930). What is being done in the following JavaScript code?

[A]JS and CSS files are deleted
[B] CSS is replaced with JS
[C]JS is replaced with CSS
[D]JS and CSS files are loaded

Show Answer

931). What should be the value of the type attribute of a variable if the type of file is CSS?

[A]text/js/css
[B]text/js
[C] text/css
[D] text

Show Answer

932). How to lazy load images?

[A]Remove the rel attribute
[B]Remove the src attribute
[C] Make rel = src
[D]Make src = rel

Show Answer

933). What does the rel attribute of a variable have when the type of file is CSS?

[A]css
[B]stylesheet
[C]text/css
[D]plainsheet

Show Answer

934). What is the parameter of the method getElementsbyTagName() if we need to get an image?

[A]image
[B]src
[C]img
[D]imageurl

Show Answer

935). How do we stop blocking of loading and executing the perfLogger, a logging type data?

[A]Inlining the perfLogger
[B]Removing the perfLogger
[C]Placing the perfLogger before the “script” tag
[D]Placing the perflogger after the “script” tag

Show Answer