New to Coding. I've already started freecodecamp and I finished with HTML

Before I move on to CSS I want to practice HTML. How exactly do you set up your browser to your text editor? I’m using sublime text. I want to be able to see the changes/additions I’m making so I can see them in real time.

Just refresh the browser every time you save a change to your html file.

Hi man, how are you?

You can see your changes in real time using 3 options:

  1. You can install the Brackets editor, which comes with this function natively.

  2. You can install vscode and install the livereload plugin.

  3. You can do this with sublime text by installing the livereload plugin, but, you will also have to install this extension on your chrome browser. Personally, I don’t think it’s very usual. Options 1 and 2 are better.

1 Like