HTML BASICS

HTML preview thumbnail
Preview
🚀 Unlock ALL CODING COURSES with the Dirassa Coding Pass for just 499 MAD/Month GET NOW

HTML is the structure of the web. Try it below: choose a tag, type some content, and see how the browser renders it instantly.

🧱 Test Yourself: Build HTML in Seconds

Pick an element, add text, and preview the result.

Live preview

Pick an element and click Generate.

Generated HTML

<p>Pick an element and click Generate.</p>

Dirassa • HTML Only

Build real pages with pure HTML.

From “Hello World” to a mini website with forms, semantic tags, and clean structure.

EP01

Intro to HTML

Create your first HTML file, tags, and a real “Hello World”. (8:40)

EP02

Head elements

Title, metadata, favicon, language — what lives in <head>. (8:11)

EP03

Body structure

Sections, headings, images, links, and basic layout in <body>. (8:18)

EP04

HTML forms

Inputs, labels, selects, textareas & submit buttons that actually send data. (14:50)

EP05

Validations & patterns

Required, max lengths, regex patterns to control what users type. (7:17)

EP06

Lists in HTML

Ordered vs unordered, nesting, and when to use which. (7:01)

EP07

Final project: mini website

Put everything together into a real single-page site. (7:03)