let x
=>
.map()
<div>
color: teal
______
______
Theebug
Theebug — Learn to Code by Doing
Light
Start Learning
Explorer
···
▼
THEEBUG
index.tsx
learn.md
docs.md
about.md
faq.md
leaderboard.md
privacy.md
learn.md
THEEBUG
›
learn.md
HTML
Structure the web with tags, attributes, and semantic elements.
Start Course
Beginner
3 levels
01 — lesson1.html
easy
Headings & Paragraphs
1
<[ ___ ]>Welcome</[ ___ ]>
2
<[ ___ ]>This is my first page.</[ ___ ]>
Use the correct tags to make a heading and a paragraph
Play
02 — lesson2.html
easy
Links
1
<a [ ___ ]="https://example.com">Visit [ ___ ]</a>
Complete the link so it points to "https://example.com" and shows "Visit…
Play
03 — lesson3.html
easy
Images
1
<img [ ___ ]="worm.png" [ ___ ]="Debug the worm" />
Add an image with the right attributes: src "worm.png" and alt text "Deb…
Play
Intermediate
2 levels
04 — lesson4.html
medium
Lists
1
<[ ___ ]>
2
<[ ___ ]>Apples</[ ___ ]>
3
<[ ___ ]>Bananas</[ ___ ]>
4
</[ ___ ]>
Build an unordered list with two items: Apples and Bananas
Play
05 — lesson5.html
medium
Divs & Classes
1
<[ ___ ] [ ___ ]="card">Hello!</[ ___ ]>
Wrap the text in a div with class "card" so it can be styled later
Play
main
UTF-8
Markdown