Linking HTML to CSS | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Linking HTML to CSS

please how do I link my HTML code to my CSS code?

31st Oct 2017, 9:17 AM
Sage King
Sage King - avatar
1 Réponse
+ 5
Just use a link tag: <link style="text/css" rel="stylesheet" href="pathOfTheFile">
31st Oct 2017, 9:27 AM
Cool Codin
Cool Codin - avatar