أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
If you have10 stylesheets, in your page you have to write10 times like this:<link href="css/screen.css" rel="stylesheet" type="text/css" />
But if you use @import option, you call only1 stylesheet and in the top of this stylesheet you call remaining9 stylesheets.