+ 1
After creating a stylesheet can you use it for for different html files?
4 odpowiedzi
+ 2
Yes, you can use the same stylesheet file across multiple html files. make sure you import it in your html files you want
+ 2
Following up on the above comment.
It’s better to use the same stylesheet for multiple webpages if possible. That way if you need to change the look or functionality of multiple pages, you only have to change the one stylesheet and not every html file.
+ 1
You definitely can! Just keep in mind that you must link them in each new HTML file, and any changes you make will affect all of the HTML pages.
0
Yes