Just starting out here. Imagine I have 4 distinct links leading to the same webpage - is there a way to modify the properties of the destination page depending on which link was clicked? For instance, clicking on link1 changes the background color of the destination page to yellow, while link2 turns it black.
My query is: do I need to create separate copies of the website for each of the 4 different links, or is there a CSS trick or alternative method that can achieve this without duplicating the site multiple times?