code containing HTML and CSS, all I want to do is navigate from the home page to the about page and yes I added JavaScript to it, so please how do I do it?
use relative path. if you have a folder called test and inside test you have these files index.html blog.html folder/article.html style.css script.js //other files <a href="/blog.html"> go to blog </a> <a href="/folder/article.html"> go to article </a>
Обсуждают сегодня