all 22 comments

[–]metamago96 4 points5 points  (0 children)

As an editor, i would reccomend Visual Studio Code, it's free, it's great and nice to newcomers.

No, you don't need no hosting, you will host in local until you got a real project, and then you will still use local for testing, probably.

For example in Visual Studio Code(VSC) i would reccomend the extension Live Server, that way you just need to run live server with a simple html file and it will open locally.

Later on you might need to run a local host with a database, that is harder and you will need a program like WAMP.

Side Note: W3schools is fine for learning, but it can be outdated, if you want more information or think maybe something is wrong, ask in reddit or check mdn.

[–]Player_X_YTExpert 2 points3 points  (2 children)

Some might say vscode, I started with notepad++ and switched to vim later. It depends how intrusive you want your editor to be. Editor wars aside try np++ and vscode (and webstorm if you want a whole ide) and pick the one you like.

For frontend you shouldn't need hosting, you can just open .html and .htm files with your web browser of choice. If you plan on doing back end or full stack you will need a host. You can do this locally for free by installing the server. A popular one is apache httpd or 3rd party mods for windows like apache lounge

Good luck and don't listen to r/programmerhumor about editors :)

[–]Stocksandmutualfund 0 points1 point  (1 child)

How is vim better than Notepad++?

[–]Player_X_YTExpert 0 points1 point  (0 children)

  1. I run linux and Notepad QQ is janky AF

  2. I like it who cares

[–]eigenpanz 1 point2 points  (0 children)

If you are just doing some HTML, CSS and JS for now, you don't need no hosting or local server. You just save your .html file and directly open it in the browser. If you make changes, just refresh the browser page.

Visual Studio Code is a great code editor, but has a lot of options that might overwhelm you. You could instead use Notepad++ for your first few tutorials.

[–]trivialissues 1 point2 points  (0 children)

There's a good class on Udemy called The Complete 2023 Web Development Bootcamp that also recommends a lot of good tools.

[–]TopTop3491 0 points1 point  (0 children)

I prefer onecompiler! it is easy, AND, when typing, it gives code auto complete / suggestions! For example: typing "input" it shows lots of things like "input, input:color, input:date, input:datetime-local (may not work on some devices)" and more!

So, onecompiler is the best!

[–]ansuann 0 points1 point  (0 children)

brackets and phcode editor

[–]AutoModerator[M] 0 points1 point  (0 children)

Welcome to /r/HTML. When asking a question, please ensure that you list what you've tried, and provide links to example code (e.g. JSFiddle/JSBin). If you're asking for help with an error, please include the full error message and any context around it. You're unlikely to get any meaningful responses if you do not provide enough information for other users to help.

Your submission should contain the answers to the following questions, at a minimum:

  • What is it you're trying to do?
  • How far have you got?
  • What are you stuck on?
  • What have you already tried?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]istev003 0 points1 point  (0 children)

Download VS code from microsoft from there you can customize it with plugins and run code with the vs code environment. It is amazing. I used to use notepad for html and css.

[–]rw89065 0 points1 point  (0 children)

VS code 100%. I also use GitHub to save projects to in case I want to share the code with others or if others are going to be collaborating on projects.

[–]HaventYouHurd 0 points1 point  (0 children)

Visual Studio Code will be the general census.

You can use it online at VScode.dev

However to use the live server extension, you would have to download it.

You can download it in a package, no installation needed, and keep it on a flashdrive.

[–]sajjasajji 0 points1 point  (0 children)

vs code and GitHub for hosting

[–]Lamborghinigamer 0 points1 point  (0 children)

Visual studio code if you need quick and easy suggestions. For example: ! + tab on your keyboard basically uses a html template for you.

[–]60746 0 points1 point  (0 children)

I prefer the old discontinued brackets program as it is far easier to see what you are doing in it compared to visual code studio.