If I build an HTML and CSS website using notepad, is there a way I can get it to another persons computer? I am building a website for am project presentation, and I need to get it onto my teachers computer. I will be linking them to each other, and the file paths need to be the same.
Put it all in one folder or sub-folders, and then send that main folder to whomever. But more importantly, you will need to ensure your links are in the form site.html or folder/site.html as opposed to /site.html or /folder/site.html. This will allow links to attach onto the location of the directory, so it doesn't matter where you move the main folder, all links will latch onto where it's being stored.
Save the pages as .html files, then send the pages and embedded content to a folder and put it in a zip folder. Then just send it via email or a USB drive.