Help Center Article

AI, Prompt, HTML, CSS, and JS: Tiny Beginner Guide

Understand the scary-looking words used in AI Editor in plain, child-friendly language.

5 to 8 minutes Anyone new to AI Editor and coding words Easy guide

Type any keyword to search all support guides.

AI, Prompt, HTML, CSS, and JS: Tiny Beginner Guide

What this means

These words sound technical, but they can be understood with simple house and drawing examples.

Before you start

  • No coding background is needed.
  • Think of a website like a toy house you can build and decorate.
  • This guide is only here to make the words feel less scary.

Quick check

  • You know AI is a helper, not magic.
  • You know a prompt is just your instruction to AI.
  • You know HTML, CSS, and JS each do a different job.

Step-by-step

  1. AI is a computer helper that follows your instructions.
  2. A prompt is the instruction you type for AI.
  3. HTML is the structure. It says what things exist on the page.
  4. CSS is the style. It says how those things look.
  5. JS means JavaScript. It says how things move or react when clicked.
  6. In AI Editor, you usually select one part of the page, then give AI a prompt for that one part.

Easy examples

Simple way to remember HTML

HTML is like putting the bed, chair, and table into a room.

Simple way to remember CSS

CSS is like choosing the colors, size, and spacing of the room.

Simple way to remember JS

JS is like making the door open when you push it.

Simple word meanings

AI

A computer helper that follows your instructions.

Prompt

The instruction you type to tell AI what to do.

HTML

The building blocks that decide what appears on the page.

CSS

The style rules that decide colors, spacing, size, and layout.

JS

Short for JavaScript. It makes parts of the page react or move.

Visual diagrams

How the words work together

flowchart TD
A[Your idea] --> B[Prompt]
B --> C[AI helper]
C --> D[HTML makes the parts]
C --> E[CSS makes it pretty]
C --> F[JS makes it react]
classDef pink fill:#fce7f3,stroke:#db2777,stroke-width:2px,color:#500724;
classDef blue fill:#dbeafe,stroke:#2563eb,stroke-width:2px,color:#0f172a;
classDef green fill:#dcfce7,stroke:#16a34a,stroke-width:2px,color:#052e16;
class A,B pink;
class C blue;
class D,E,F green;
Previous: Website Parts: A Very Simple GuideNext: How to Sign Up and Log In

Need help now?

Open the Help widget from bottom-right and choose Report an issue. Add screenshot and short message.

General help

Need guidance with setup, editing, plan, or account.

Domain and DNS help

Domain not connecting, SSL not active, or DNS confusion.

Billing and subscription help

Coupon, payment, invoice, or subscription status issue.

Data deletion and privacy requests

Delete site data, uploads, imported data, or related account records.