J aimerais faire un lien sur ma feuille de style ainsi:
Code : Tout sélectionner
<link href="style.css" rel="stylesheet" type="text/css">merci
Code : Tout sélectionner
<link href="style.css" rel="stylesheet" type="text/css">ton lien sur la feuille de style se trouve bien entre les balises <head> et </head> ?
Code : Tout sélectionner
<html dir="rtl" lang="ar" xml:lang="ar">
<head>
<title>
<link rel="stylesheet" type="text/css" href="style.css" title="Maroc Islam">
</title>
</head>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">Code : Tout sélectionner
<html dir="rtl" lang="ar" xml:lang="ar">
<head>
<title>titre</title>
<link rel="stylesheet" type="text/css" title="" href="css/style.css" title="Maroc Islam">
</title>
</head>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">