Q. How do you focus a particular part of the HTML page in JavaScript?
β
Correct Answer: (B)
focus()
Explanation: The focus() function can be used to focus a particular part of the HTML page in JavaScript.