Currently, I am enrolled in a beginner's web design course and I have encountered a roadblock. The assignment requires me to create a multi-link at the bottom of the page. Although I have successfully created it, I'm struggling with preventing a page from linking back to itself. The goal is to achieve a layout similar to this: https://i.sstatic.net/L1Nsl.png
Here is the code that I've come up with so far: https://i.sstatic.net/uVQ1V.png
Even when I try using "#" as a link for one of the options, it still behaves as a clickable link. How can I format it to be italicized and non-clickable within the navigation block?