https://github.com/codeadamca/lessons-html
A collection of files coded while teaching an introduction to HTML class.
https://github.com/codeadamca/lessons-html
html learning-code
Last synced: 3 months ago
JSON representation
A collection of files coded while teaching an introduction to HTML class.
- Host: GitHub
- URL: https://github.com/codeadamca/lessons-html
- Owner: codeadamca
- Created: 2022-09-13T16:27:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:07:27.000Z (12 months ago)
- Last Synced: 2025-01-26T23:18:33.223Z (12 months ago)
- Topics: html, learning-code
- Language: HTML
- Homepage:
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Lesson Files
A collection of files coded while teaching an introduction to HTML class.
1. [Introduction to HTML](https://github.com/codeadamca/lessons-html/tree/main/1-introduction-to-html)
2. [Semantic HTML](https://github.com/codeadamca/lessons-html/tree/main/2-semantic-html)
3. [Links and Images](https://github.com/codeadamca/lessons-html/tree/main/3-links-images)
4. [Forms and Tables](https://github.com/codeadamca/lessons-html/tree/main/4-form-tables)
***
## Repo Resources
* [HTML on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML)
* [HTML on W3Schools](https://www.w3schools.com/html/)