An open API service indexing awesome lists of open source software.

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.

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/)