I have set up navigation tabs on my website using anchor tags, but they are currently not linked to any specific paragraphs. I want the corresponding paragraph to be displayed when a tab is clicked, but I'm unsure how to add this functionality using jQuery or JavaScript.
This is an excerpt of my code:
.PHP file:
<!DOCTYPE html>
<html lang="en>
...
.CSS file:
*{
margin:0px;
padding:0px;
...