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).
To find the HTML ID or Name for a specific element you can:
- Right-click on the element.
- Click on Inspect within the popup menu.
- A preview window will popup highlighting the webpage's HTML. There you'll be able to find the HTML ID or Name for that element.