Computer Science, asked by rkpathak417, 5 months ago

3. Cascading Style Sheets can be created in a separate file with extension .csc.

Answers

Answered by amrikhoreAmrik
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 rabibaliar86094
0

Answer:

true it's really right

Explanation:

because it's work on cascading

Similar questions