39 lines
897 B
Markdown
39 lines
897 B
Markdown
# [Title of the Session]
|
||
|
||
## 📝 Overview
|
||
|
||
In this session, we’ll 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)
|