I am attempting to conceal specific tags by utilizing a single ID
element, but it appears that it only hides the first tag associated with the ID
element I used.
Here is a demonstration: http://jsfiddle.net/mgm3j5cd/
How can I resolve this problem? I want to hide only the tag with the ID
element that I have specified. Thank you for any assistance.