How to determine the active HTML Element in Google Chrome

Active HTML Element : When the user clicks on a control such as Button, label or Textbox, then then focus is set on this control. For example, if the user has clicked on a button. Then the active HTML Element is the Button.

The active HTML Element can be determined by typing the command document.activeElement in the console after selecting the control of interest. Please see below image as an example.