+ 1

How to?....

How to mix html and css in a notepad in sololearn there's a 3 places for web dev. but in notepad its only one place not like sololearn.

27th Apr 2017, 1:35 PM
Mark
Mark - avatar
7 Answers
+ 27
<link href=path rel=stylesheet> or <style> css </style>
27th Apr 2017, 1:53 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
in the head or body element add the style tag and add all your css code there.This is very simple
27th Apr 2017, 1:58 PM
Siddharth Saraf
+ 2
just write codes and name it with html extensions. hope it works
27th Apr 2017, 1:38 PM
shobhit
shobhit - avatar
+ 1
ummmm it doesnt work it just print the css code into the output page
27th Apr 2017, 1:47 PM
Mark
Mark - avatar
+ 1
thx u guys u really helped me ^^ thx
27th Apr 2017, 2:03 PM
Mark
Mark - avatar
+ 1
and in java script putting <script>...</script>
27th Apr 2017, 2:05 PM
Mark
Mark - avatar
+ 1
if you have a bigger website it is better to make a separate CSS file. You have to use .css extension on that file and then link to it from the HTML file.
27th Apr 2017, 9:32 PM
Shi Ra
Shi Ra - avatar