|
| 1 | +# HTML Series (Beginner-Friendly Tutorials) |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +Welcome to the **HTML Series** by Codeboid — a friendly, step-by-step path to mastering the basics of the web. |
| 8 | +Each tutorial includes copy-paste code, clear explanations, and a tiny project to practice. |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 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. |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +## How to use |
| 21 | +1. Open a folder (e.g., `01-first-webpage`). |
| 22 | +2. Double-click `index.html` to open in your browser. |
| 23 | +3. Read the tutorial on the Codeboid blog, then try the mini project inside that folder. |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +## Live Demos |
| 28 | +- [CodePen Demo: First Webpage](https://codepen.io/Codeboid/pen/LEpKZqL) |
| 29 | +- [CodePen Demo: About Me Project](https://codepen.io/Codeboid/pen/qEOzNgm) |
| 30 | +- (More demos will be added for each tutorial) |
| 31 | + |
| 32 | +--- |
| 33 | + |
| 34 | +## Blog Posts |
| 35 | +- [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) |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +## Contributing |
| 41 | +Spotted a typo or have a suggestion? PRs welcome! 🙌 |
| 42 | + |
| 43 | +--- |
| 44 | + |
| 45 | +**License:** MIT — see `LICENSE` file for details. |
| 46 | +**Author:** Shreya Sarker • contact: shreya@codeboid.com |
0 commit comments