Linking CSS stylesheet
已回答

How do I link my CSS stylesheet? I have tried typing / before it but it cant find it or doesnt recognise it. Why is this?
请先登录再写评论。
URLs without a leading slash are resolved relative to the current
.htmlfile. As the.cssfile is located in a different folder, you need changing the path to"css/_navbar.css":