Html on windows 10
I’m trying to build a site on my Asus computer running windows 10, so in order to be organized I made separate folders for each webpage and its css file, like I have one for the body, and one for accounts (in the accounts I have two, one for sign up and one for sign in) so I want to link one to another one, specifically the sign in to sign up, which are in different folders, so I did <p> if you don’t have an account, <a href = “thesignulfile.html”>click here</a></p> inside the sign in file, so basically I opened the sign in file in chrome and clicked the link but it couldn’t find the file, and I noticed the chrome url was for the sign in folder when my file for the hyperlink was in the other folder, so my question is: 1. Can I make the hyperlink open by making chrome look in the signup folder? 2. Do I need to have all the html files in one folder?