You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,17 @@ Each tutorial includes code, clear explanations, and a tiny project to practice.
10
10
---
11
11
12
12
## What’s inside
13
-
-**01-first-webpage** — Create your first HTML page, learn the structure, add headings, paragraphs, links, and images. Includes a mini project (About Me page).
14
-
-**02-lists-and-tables** — Learn how to use lists (`ul`, `ol`) and tables (`table`, `tr`, `td`) to organize data neatly.
15
-
-**03-links-images-attributes** — A deeper dive into links, images, and essential attributes like `alt`, `target`, and `title`.
16
-
-**04-forms-inputs** — Build a simple form with text fields, checkboxes, and buttons.
13
+
**01-first-webpage**
14
+
-`index.html` — Your first webpage
15
+
-`about.html` — Mini project (About Me page)
16
+
17
+
**02-lists-and-tables**
18
+
-`01-unordered-ordered.html` — Bullet and numbered lists
19
+
-`02-nested-lists.html` — Nested lists
20
+
-`03-description-lists.html` — Description lists
21
+
-`04-basic-table.html` — Basic table
22
+
-`05-table-caption.html` — Table with caption
23
+
-`06-my-weekly-schedule.html` — Mini project
17
24
18
25
---
19
26
@@ -33,7 +40,7 @@ Each tutorial includes code, clear explanations, and a tiny project to practice.
33
40
34
41
## Blog Posts
35
42
-[HTML Basics for Beginners: Your First Webpage (HTML Tutorial #1)](https://codeboid.com/html-basics-for-beginners-your-first-webpage)
36
-
-(Links for Tutorial #2, #3, etc. will be added as published)
43
+
-[HTML Basics for Beginners: Lists and Tables (HTML Tutorial #2)](https://codeboid.com/html-basics-for-beginners-lists-and-tables)
0 commit comments