As I embark on my first website building journey, I am faced with a dilemma regarding internal links. While everything runs smoothly locally, none of the internal links seem to work once the site is live. Take for instance this internal link:
<a href ="file:///C:/Users/17249/OneDrive/Dive%20Platform/National%20Popular%20Vote.html">Read More</a>
I am aware of why this particular link doesn't function, but what can I do in place of it if the intended link does not exist yet? How exactly can I go about creating sub pages for my website?
Thank you in advance for your insights!