<html> HTML
<!-- TODO: Create a minimal HTML document -->
<!DOCTYPE html>
<html lang='en'>
  <head>
    <!-- Add <title> element here -->
  </head>
  <body>
    <!-- Add a main heading (h1) -->
    <!-- Add a paragraph under the heading -->
  </body>
</html>
# CSS
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  margin: 2rem;
  line-height: 1.6;
}
Live preview updates as you type
Building preview…