Help me recommend

Guys, y’all wanna recommend me some software when I can code html and css for free. I want some applications where I can see the preview of my product while coding

Howdy! Thanks for posting your question on the forum.
There are multiple softwares to do this, but I’ll suggest 2 softwares that I use often:

  • Codepen - It’s good for small projects, but not good for building webpages. You can build games in here, or simply do something fun with code, and display it.

  • W3Schools Tryit Editor - It’s okay for small projects, but better to build webpages. After coding, you need to tap the ‘Run’ button, to display your code. It’s very easy to make your page responsive with this editor, and you can tap the Sim button to get a URL to your website.

Hope this helps!

1 Like

VSCode is free and you can preview as well in real time on your browser ( Live Preview - Visual Studio Marketplace ).

1 Like

Hey @yongjae.chiab here are some software to run HTML and CSS

  1. CodePen - No download needed
  2. Stackblitz - No download needed
  3. Codesandbox - No download needed
  4. Visual Studio Code - Download Needed

Codepen, Stackblitz, and Codesandbox need internet to display the preview of your website. But Visual Studio Code can run offline.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.