How to go back to the directory in html. Firstly I will show by folders.
My website
├ Pages (folder name)
│ └ about-us.html
├ Css (folder name)
│ └ Style.css
└ index.html
Let us assume that we are working on about-us.html. Now I want to connect style.css to about-us.html. If anyone know the answer thanks in advance.