Can anyone tell me how to save html and css programming in notepad++ ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me how to save html and css programming in notepad++ ??

4th Aug 2019, 4:59 PM
Sameer Pandey
Sameer Pandey - avatar
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">
4th Aug 2019, 5:21 PM
elias sharafi
elias sharafi - avatar
+ 2
What your problem with saving?
4th Aug 2019, 5:03 PM
elias sharafi
elias sharafi - avatar
+ 1
CTRL+S, not exactly sure what you mean by saving.
4th Aug 2019, 5:00 PM
Aykut Saraç
Aykut Saraç - avatar
+ 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 ??
4th Aug 2019, 5:03 PM
Sameer Pandey
Sameer Pandey - avatar
0
Check my cmt ..
4th Aug 2019, 5:06 PM
Sameer Pandey
Sameer Pandey - avatar