- 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
2 Antworten
+ 1
regarding sololearn editor you dont have to link the css its automatically linked
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