Home / CSS Tips Generated By ChatGPT / Using :target for Navigation Highlighting in CSS Highlight elements based on the current URL fragment identifier. Source Code :target { background-color: yellow; }