0
Can anyone tell me how to save html and css programming in notepad++ ??
5 Answers
+ 1
For example create a directory. name => myFirstProject.
Then save html file with extension .html or .htm in that directory;
Then save css file with extension .css in that directory.
Then create tag link in tag head nameCssFile.css
Like this :  <link rel="stylesheet"href="styles.css">
+ 2
What your problem with saving?
+ 1
CTRL+S, not exactly sure what you mean by saving.
+ 1
I do a pragram of html in one tab and another program in css in notepad++ but I can't understand how to combine them together to get output ??
0
Check my cmt ..