Does CSS go in the script section of an HTML document like JS does? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Does CSS go in the script section of an HTML document like JS does?

^^^

5th May 2018, 10:50 PM
DrChicken24
DrChicken24 - avatar
2 Answers
+ 6
if u want to include css inside ur html u can use <style></style>
6th May 2018, 1:23 AM
Kawaii
Kawaii - avatar
+ 2
Include the <link rel="stylesheet" href="/path/to/file.css" type="text/css" /> in the head tags.
5th May 2018, 11:54 PM
Adam
Adam - avatar