+ 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.
7 Answers
+ 27
<link href=path rel=stylesheet>
or
<style>
css
</style>
+ 5
in the head or body element add the style tag and add all your css code there.This is very simple
+ 2
just write codes and name it with html extensions. hope it works
+ 1
ummmm it doesnt work it just print the css code into the output page
+ 1
thx u guys u really helped me ^^ thx
+ 1
and in java script putting <script>...</script>
+ 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.