diff --git a/README.md b/README.md index 49f4729..939c6f7 100644 --- a/README.md +++ b/README.md @@ -1,138 +1,228 @@ # LAB_HTML_CSS -# Learn the about HTML/CSS and apply your learning on 4 mini projects! -- Eatch mini project is in a seperate folder. -- Your final result should have at least 4 web mini projects (you can create more while learning!) - -## Learning plan for HTML/CSS with resources. You'll find more resources submitted to discord. - -### 1: Introduction to HTML -**Goals:** Understand the basic structure of a web page and essential HTML elements. - -1. **Basic Structure** - - Learn about HTML tags and the structure of an HTML document. - - Create your first HTML file with ``, ``, `
`, and `` tags. - - Resources: MDN Web Docs - [HTML Basics](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics) - -2. **Text and Formatting** - - Learn about headings (``), bold (``), and italic (``).
- - Practice creating and formatting text.
- - Resources: W3Schools - [HTML Elements](https://www.w3schools.com/html/html_elements.asp)
-
-3. **Links and Images**
- - Learn how to create links (``) and add images (``).
- - Understand attributes like `href` and `src`.
- - Resources: W3Schools - [HTML Links](https://www.w3schools.com/html/html_links.asp), [HTML Images](https://www.w3schools.com/html/html_images.asp)
-
-4. **Lists and Tables**
- - Learn about ordered (`
`) and unordered (`
`) lists, and list items (`
`, `
`, ` `, ` `).
- - Resources: MDN Web Docs - [HTML Lists](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul), [HTML Tables](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table)
-
-5. **Forms and Input**
- - Learn about forms (`