+ 4
Does CSS go in the script section of an HTML document like JS does?
^^^
2 Answers
+ 6
if u want to include css inside ur html u can use <style></style>
+ 2
Include the
<link rel="stylesheet" href="/path/to/file.css" type="text/css" />
in the head tags.