Preview a web page

A Web project (HTML, CSS, JavaScript) renders live in the preview — nothing to download.

  1. Your page, live

    A Web project renders as a real page in the preview, beside the console. Plain HTML, CSS and JavaScript need nothing downloaded — run it again and the preview updates to match your latest code.

    The preview showing a rendered web page beside the console.
  2. Switch to the console

    Use the Preview and Console tabs to switch between your page and its output. Anything you write with console.log, and any errors on the page, land in the Console tab.

    The Preview and Console tabs above the output pane, with the toggle highlighted.