3. Cascading Style Sheets can be created in a separate file with extension .csc.
Answers
Answered by
1
Breaking down your statement ,
Cascading Style Sheets are of three types -
•Inline CSS
•Internal CSS
•External CSS
You are talking about External CSS here which is written on a separate file.
You can link your CSS file to your HTML file using this syntax within the <head> tag
<link rel="stylesheet" href="style.css">
Answered by
0
Answer:
true it's really right
Explanation:
because it's work on cascading
Similar questions