What is by ID in Selenium?

How to find an element by ID in Selenium

The most common strategy for finding an element is to use "id ". If the webpage employs dynamically generated ids, this strategy will return the first web element that matches the id.