0
Question about CSS
Good morning, I have a question. The CSS code can be perfectly inside <style> </style> or must it be in a separate file? What do you recommend? If that's the case. I am using to practice the "Visual Studio Core" program. How would you place it? From already thank you very much.
2 Answers
+ 2
Seperate file allows you to apply same css style to multiple html files ,while placing css inside style tag limits it's scope to that file only ,
About visual code I have no idea ,but you just need to specify the correct path wherever the file is stored
+ 2
HTML is used to create the structure of a website. Long gone are the days when formatting instructions were included directly in the HTML code. Only CSS is used for this.