Context
Most browsers come with an inspector tool built in that allows you to view a specific element within the webpage's HTML. If you have a browser such as Chrome, Firefox, or Safari, Inspect element is available from the context menu when you right click on the webpage (shown here in Chrome).
Steps
- Right-click on the element.
- Click on Inspect within the popup menu.
Outcome
A preview window pops up, highlighting the webpage's HTML, where you can find the HTML ID or Name for that element.