تم إضافة السؤال من قبل
Syed Kamran Hyder
, Senior UI/UX / Web & Graphic Designer / SharePoint Designer , Saudi Basic Industries Corporation (SABIC)
تاريخ النشر: 2012/12/18
To refer .css file in the web page, use tag. Generally it is suggested to keep this inside the tag.
Notice that the type attribute value should be "text/css" and rel attribute value should be "stylesheet".
Also you can use "@import" like this:
@import "mystyle.css";