0
Just exclude <style></style>
+ 2
you can't link stylesheet, js and other files from your computer, only from internet
but u can do it on ur computer, when u write site or game using notepad or Atom, or other programs
+ 1
in sololearn, no
0
Just put your CSS definitions of Tags into CSS tab.
0
No. For example, tag <p> was . p {
some_code;
};
0
Or define class . red {color: #some hex of color like rrggbb};
0
And use it like <p class="red"></p>
0
For RR GG BB use GIMP for example.
0
No, you do not linked CSS file. Just write CSS command in CSS tab on SoloLearn.
0
You know, CSS file must be in some Cloud server on internet, not in your local Hard Drive.
0
I recommend you to upload CSS file in some Cloud server, get the link to your CSS file and paste them in HTML code.
0
<link href="web address to file">
0
OK then. Just use internal.
0
Or, just insert link to css file on Google drive. I repeat: css file must be on some server and you can able to use them after that.
0
OK then ✌️
0
You are welcome man 👍
0
If you write code in your PC or laptop, put your css file in <root folder>/css or <root folder><any_folder_name> and link it to HTML. You know, there are two path: absolute and relative. You must use relative path.
0
If you use DreamVeawer, define Root folder from Properties.
0
Example HTML line:
<link rel="stylesheet" type="css" href="css\style.css" >