HTML BASICS
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.
Intro to HTML
Create your first HTML file, tags, and a real “Hello World”. (8:40)
Head elements
Title, metadata, favicon, language — what lives in <head>. (8:11)
Body structure
Sections, headings, images, links, and basic layout in <body>. (8:18)
HTML forms
Inputs, labels, selects, textareas & submit buttons that actually send data. (14:50)
Validations & patterns
Required, max lengths, regex patterns to control what users type. (7:17)
Lists in HTML
Ordered vs unordered, nesting, and when to use which. (7:01)
Final project: mini website
Put everything together into a real single-page site. (7:03)
