Currently, I am in the process of creating an external CSS file specifically for my homepage. The only issue I am encountering is that while I know how to resolve this problem for one HTML page, I am uncertain about how to address it for other pages.
For instance, on the "Contact" page, I have included the following code in the head section:
<link rel="stylesheet" type="text/css" href="test.css"/>
However, I would like to link the other pages to this CSS file as well. Could you please provide guidance on how to achieve this?