Linking HTML to CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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