I have a page (/categories.html) with about 50 p elements :
<p id='BCI'>Blue_colored_items</p>
<p id='RCI'>Red_colored_items</p>
...
Now, I want the page to only show
Blue_colored_items
if
/categories.html#BCI
is the requested url, and so on.
How should I get that working? I can change the entire html.