I am a new web designer, i have recently uploaded my 1st website.
i use note pad to develop my website & use div tag to creat the site.
To promote the seo on my site, i have placed every single page in the folders with its css & images & i have checked the links manually . All the links are working fine. When i check the links on the w3 link checker, it almost shows all the links broken.
my website url pages are as below
htt://www.mywebsite/folder_folder/folder_folder.html
if checked manually the page opens fast without any problem.
The links for the other pages have been placed in span tag as below
<span class="contact"><a href="htt://www.mywebsite/folder_folder/folder_folder.html">Contact us</a></span>
The same pages broken link shown on w3 link checker as
htt://www.mywebsite/folder_folder%5Cfolder_folder.html
Status: 404 Not Found
The link is broken. Double-check that you have not made any typo, or mistake in copy-pasting. If the link points to a resource that no longer exists, you may want to remove or fix the link.
where does the problem lie.