^.^ Looking for sexy local singles ? TRY FREE :)
Saving is a tricky area, and it helps if you know what you're doing on a computer for this part. But even if you don't, do not fret; I'll explain the process thoroughly.
You need to give your document a file-extension, to tell your computer what type of file this is. You are editing the page in a text-editor (at least, you should be), which saves in the format .txt (TeXT file) . You have written some text, and you want a file that is in the .html format. So click File | Save As... Find the place on your hard drive where you want to keep all your pages (I would recommend you create a new folder
and keep all of your documents together). Then in the box labelled 'save as type' change it to 'all files *.*'. This means that you can save the data (in this case, some text) into any format. So, now name your file wikid.html and click save. Finito.
After you have done this once, if you ever change your code, you only need to press save, not save as, because the computer now knows this is a html file.
Your page's filename can consist of any combination of letters, numbers or _ and - characters. It is a good practice to start the filename with a letter and use lowercase letters at all times. This will make sure that few capitalisation-caused errors will occur by people trying to type your page's address into their browser. You should call your homepage index.html — this will be important later on.
