1.

Which one of the following is the correct syntax for importing a style sheet in CSS?

A. @import url (“example.css”);
B. @import – css url (‘example.css’);
C. @import – style url (“example.css”);
D. @import – style sheet url (“example.css”);
Answer» B. @import – css url (‘example.css’);


Discussion

No Comment Found