Uploading HTML and CSS files from notepad to server

iPhonefreak

Paragon
Joined
Apr 7, 2012
Messages
1,521
Reaction score
0
FP$
6
Hi, I am trying to upload some HTML and CSS files I made in notepad to a web server. It is for a school presentation. I need help, as I need to link them once I get them uploaded. I am sure I could figure out how to upload a single HTML file, but multiple of them and a CSS file will be tricky.

And, any good free web hosts? I have tried using x10, 000, 1freehosting but they are not any good.

Thanks
 
To upload them to a webserver, the best program is filezilla; as for a good free webhost - you wont find one cause they are FREE and they do not have very good support for free users.
 
Yes you simply upload each file in your file manager. FTP is easier though as you can simply drag and drop multiple files to upload.
 
FTP(File Transfer Protocol) is how you transfer files from your local computer to the web server where you want the files to be, so if you don't want to use FTP, you CANNOT upload the files (unless there is some other way to transfer the files which I am not aware of). FileZilla is like THE program for FTP. I do not mean that it is the only client, but rather that it is the best and the most intuitive, at least in my opinion. If it doesn't suit you, you can use another client, it's up to you.
You could also use github pages for it if you do not want to use any of the free options (you need to upload the files to a github repo for that)
 
Back
Top Bottom