+ 1
Where do I put the html and where do I put the css? different files? different doc parts?
4 ответов
+ 1
Same file will do the job.
0
anywhere you want to but you need to link css file to html with this code:
<link type=""text/css" rel="stylesheet" href="#"></link>
0
IF YOU WANT in same file.html  : html tag is very important  first thing to write, then inside it you write all tags.  The css the style tag  you write it inside head tag 
0
also, You can write css code in  separated file     file.css    then call it inside html  file.html ,  I thik is written like this <link rel="stylesheet" type="text/css" href="file.css">



