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:
-
You can install the Brackets editor, which comes with this function natively.
-
You can install vscode and install the livereload plugin.
-
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