Where to do your coding

<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.>

```

Replace this line with your code.

<do not remove the three backticks above>

You can make your HTML, CSS and other files in normal text editors. This means notepad/textedit etc.

You CAN use specialized editors though, I suggest Brackets.

Hi,

You can also use a website like GitHub so you can share your website & projects with others :slight_smile:
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

@velazquezdeyahoo.com

So you want to create a website?

  1. Download a text editor. You can find one by typing in google. Some popular ones: Sublime Text, Notepad++
  2. Open your text editor and write code. Save it with either the .html extensions for HTML pages or .css extensions for CSS pages.
  3. 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)
  4. Publish your website. Download FTP and transport all your files in it. Choose a web host for your server.
1 Like