+ 1
How i can save the html and css file in notepad++
5 ответов
+ 5
choose file save then
write the file name with .html .css then choose webpage or cascading style sheet on type let the character be default if it is normal code
check the path too I think you are getting problem with path it is generally saved in notepad++ folder
you can get it there where it is
+ 2
click file menu and then save.
choose your address in PC and enter the file name.
usually index.html for HTML files and style.css for CSS files
+ 2
Ctrl + s
+ 1
Ctrl + s
- 1
open your note pad and click save as
then rename your file name with .html or .css in new folder (remember the place where you save)
for eg.myweb.html or myweb2.css
then for accessing the files:
go to the browser and type your address in address bar
for eg: c:/desktop/html/myweb.html