'getElementById()' Syntax, Parameters and Note
Note: Get the element by id. Syntax: document.getElementById(param1) Parameters: param1 Required; the element's id value.