How to style multiple files

Hi, I’m fairly new to html and css, so I don’t know much about them. I need help figuring out how to style multiple files, because so far I have multiple files but I can only style index.html. Please help!

You can link the same CSS document to multiple pages.

<link href="example.css" rel="stylesheet" />

1 Like