I want to import style3.css in my html code. Thanks you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

I want to import style3.css in my html code. Thanks you.

import style3.css in head with open and close tag style. https://code.sololearn.com/WxShOgm387M3/?ref=app

24th Jul 2021, 12:29 PM
Malick Diagne
Malick Diagne - avatar
2 Answers
+ 1
regarding sololearn editor you dont have to link the css its automatically linked
24th Jul 2021, 12:33 PM
Jad Yahya
Jad Yahya - avatar
0
is it in the same file where your html file is located? if yes : <link rel="stylesheet" href="./style3.css" > you dont need closing tag
24th Jul 2021, 12:32 PM
Jad Yahya
Jad Yahya - avatar