Files
ASP.NET/content/Introductory Session Template.md
2025-07-18 14:47:22 +03:30

39 lines
897 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# [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)