Hello,
After I made few tutorials on w3schools.com, I am running on my first project. For now I need to create sub pages for my website. So, I would like to ask you, what is the best way to to this?
I watched few video tutorials on Youtube. One way is to create with links, using <a href="link to the page">link</a>.
So, my question here is the following: what about CSS? For each HTML page I need CSS code to style the HTML code. So, when you create maybe 20 (or more) sub pages, for each HTML you need CSS code too (20 or more). Whether it will be too much code?