Question:How can you import basic.css file to another.css file?
A <link href="another.css" rel="stylesheet" type="text/css" /> B import url(another.css); C <style>import url(another.css);</style> D none
+ AnswerD
+ Report