0
I am using notepad to write html but where to code for css in pc ?
platform for writing css?
5 ответов
+ 2
Use visual studio code, not visual studio to edit html, css and JavaScript.
Go here
https://code.visualstudio.com/download
to download and install Visual Studio Code.
Never use Notepad for code editing.
+ 1
You can use notepad for css and js as well.
I personnaly prefer to use visual studio code
+ 1
Put the css between style tags inside the head tags of your HTML file, or create a separate file and use the link tag
0
I do have visual studio but i was unable to use it for css .can u give small demo how to use in visual studio
0
and how to connect CSS and HTML as they did in this application