is the css located in the head element of the html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is the css located in the head element of the html

css

16th Jul 2022, 5:19 PM
Tamoha Ralison Rhino Françisco
Tamoha Ralison Rhino Françisco - avatar
2 Answers
+ 2
if you put it there – yes.
16th Jul 2022, 5:34 PM
Lisa
Lisa - avatar
+ 1
Tamoha Ralison Rhino Françisco CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements Internal - by using a <style> element in the <head> section External - by using a <link> element to link to an external CSS file In this app you may also put your CSS in the CSS tab
16th Jul 2022, 7:28 PM
Chris Coder
Chris Coder - avatar