<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
A general question:
Now that I can make my own Website, where do I actually make it? Where do I go?
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
You can also use a website like GitHub so you can share your website & projects with others
As jibbly said you can use an editor to type out your code codecademy has an article for you to read on a text editor called Sublime Text
Download a text editor. You can find one by typing in google. Some popular ones: Sublime Text, Notepad++
Open your text editor and write code. Save it with either the .html extensions for HTML pages or .css extensions for CSS pages.
Test it locally on your browser. Right-click on your file and open it with Internet Explorer, Google Chrome, Mozilla Firefox or Safari (in fact, whatever browser you use)
Publish your website. Download FTP and transport all your files in it. Choose a web host for your server.