vault backup: 2025-07-06 20:32:46

This commit is contained in:
2025-07-06 20:32:46 +03:30
parent 651e68216f
commit 33361fd56c
7 changed files with 107 additions and 1 deletions
+38
View File
@@ -0,0 +1,38 @@
# [Title of the Session]
## 📝 Overview
In this session, well cover the following concepts:
- Topic 1
- Topic 2
- Basic Practice if any
## 📚 Topics Covered
### ✅ HTML
> Learn how to structure your webpage using HTML
🔗 [w3schools HTML](https://www.w3schools.com/html/default.asp)
### ✅ CSS
> Learn to style the page
🔗 [w3schools CSS](https://www.w3schools.com/css/default.asp)
### ✅ JavaScript
> Basics of interaction and scripting
🔗 [w3schools JavaScript](https://www.w3schools.com/js/default.asp)
## 📌 Notes
> _Collected from various sources including W3Schools and ChatGPT_
- Inline notes or summaries
- Concept explanations
## 🧪 Practice
- [ ] Create a basic webpage using HTML and CSS
- [ ] Add a simple JS alert on button click
## 🙏 Acknowledgments
Sources:
- [w3schools.com](https://www.w3schools.com)
- ChatGPT conversations (2025 sessions)