Hey Bruce, to identify a web element you can use it's Class and ID as CSS Selector. We can use the below syntax to access elements using the class CSS selector. This can help to select all elements related to the specified class.
.<class>
For eg .container
We can also use ID as the CSS selector to access elements:
#<ID>
For eg. #name