How can you include a css file in an html doc. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can you include a css file in an html doc.

I want to know how to include css file in an html document

27th Jun 2019, 9:08 PM
Victorious Ben Otoo
Victorious Ben Otoo - avatar
3 Answers
+ 5
<head> <link rel="stylesheet" href="example.css"> </head> https://www.sololearn.com/learn/CSS/1079/
27th Jun 2019, 9:11 PM
Maxim Balakirev
Maxim Balakirev - avatar
+ 4
<style> CSS goes here </style>
27th Jun 2019, 11:10 PM
Ginfio
Ginfio - avatar
+ 4
Ginfio, not Embedded, but External CSS(file.css).
28th Jun 2019, 6:59 AM
Maxim Balakirev
Maxim Balakirev - avatar