Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How do you refer to the .css file in a web page?

user-image
Question ajoutée par Syed Kamran Hyder , Senior UI/UX / Web & Graphic Designer / SharePoint Designer , Saudi Basic Industries Corporation (SABIC)
Date de publication: 2012/12/18
Fadi Alkhateeb
par Fadi Alkhateeb , Senior Front End Developer , NexTwo

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";

Roba Al-Assi
par Roba Al-Assi , Brand and Communications Director , Bayt.com

Use the tag.
Do you know it?

Like this for example:<link href="css/screen.css" rel="stylesheet" type="text/css" />

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?