Javascript Methods JavaScript Reference

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