Although this question has been asked millions of times on the internet, my English skills are not great and I struggle to find the right words to search.
I have a table with a specific ID set up like this:
<table class="tableClass">
<tr id="oneID">
</tr>
<tr id="secondID">
</tr>
</table>
I have styled my css as follows:
.tableClass #oneID{}
This method is effective for me.
However, I am looking to achieve something like this:
.tableClass tr[@id="oneID"]