+ 1
HTML
Hi guys. I made this page in html.The problem is that the link are not working. This is the code of the nav bar: <li class="li"><a href="Home_page" class="active">Home</a></li> <li class="li"><a href="Electronic">Electronic</a></li> The first one html file's name is Home_page exactly like there and the second one is Electronic. When I run the web site on google , they say the the file is not found. What Can I Do?
2 Antworten
+ 4
Probably Home_Page.html and Electronic.html
+ 2
ad the full url as to best results from page to page...
<a href="https://xyz.com/Home_page">
<a href="https://xyz.com/Electronic">
otherwise if this is a one page website then you would possibly use links to various locations on the page...