HTML5 code

Does anyone know of a free platform that allows users to write HTML code for free. Platform needs to highlight errors in the code and offer the ch as nice to see a mock webpage as you write the code. I have used W3 schools platform. But just wondering if Microsoft have anything similar.

2 Likes

This forum is for makecode arcade, not html, sorry!
I would suggest asking on an html forum, but I use codecademy to simulate html websites! Kahn academy also may work.

4 Likes

Some I know of:

  • Visual Studio Code is by Microsoft.
  • Visual Studio is also by Microsoft.
  • I’d highly recommend Webstorm, but it’s by Jetbrains and is paid. GitHub Education can eliminate that cost.
  • Replit is also lovely as it’s browser-based and can host your web page as well. (although a bit slow, due to it being free. You can obviously pay to upgrade speed, etc.)

As @randomuser said, this isn’t exactly the correct place to post on to, by the way haha.

I believe you’re looking for Jsfiddle! It lets you write HTML, JS and CSS simultaneously and preview the result all in your browser