Write codes that implement inline, embedded, external and imported style sheets. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write codes that implement inline, embedded, external and imported style sheets.

14th Jan 2023, 12:38 PM
Hazel Flores
Hazel Flores - avatar
2 Answers
+ 2
From your profile I can see that you finished the CSS course. I would assume that you have the skills to accomplish this yourself. If you need help, please describe the problem specifically and show a minimal working example so we can check on it.
14th Jan 2023, 1:35 PM
Lisa
Lisa - avatar
0
//external: <link rel="stylesheet" href="style.css"> //imported: <link rel"stylesheet" href="link for style"> //embedded: <h1 style="background: black;">Heading</h1>
14th Jan 2023, 6:18 PM
nprNikita
nprNikita - avatar