Return the element with the specified ID:
The getElementById() method returns the element that has the ID attribute with the specified value.
Read more about the Element Node object in our Element Node object reference.
This method is one of the most common methods in the HTML DOM, and is used almost every time you want to manipulate, or get info from, an element on your document.
Returns null if no elements with the specified ID exists.
Returns undefined if more that one element with the specified ID exists.
![]()
The getElementById() method is supported in all major browsers.
| Parameter | Type | Description |
|---|---|---|
| elementID | String | Required. The ID attribute's value of the element you want to get |
| Type | Description |
|---|---|
| Element object | The element with the specified ID |
| DOM Version | Core Level 2 |
|---|
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.