Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschu authored May 3, 2017
1 parent 7d5525b commit 56dbcfa
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# html-tutorial
# HTML/CSS/JS Tutorial

## Exercises

1. Basic HTML [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/01_basic_html) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/01_basic_html/solution.html)

2. Embedding Images [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/02_image) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/02_image/solution.html)

3. Basic CSS [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/03_basic_css) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/03_basic_css/solution.html)

4. Tables [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/04_tables) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/04_tables/solution.html)

5. Forms [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/05_forms) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/05_forms/solution.html)

6. Showing and Hiding Elements with Javascript [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/06_js_show_hide) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/06_js_show_hide/solution.html)

7. Javascript and Forms [exercise](https://github.com/sebschu/html-tutorial/tree/master/exercises/07_js_forms) [solution](https://nlp.stanford.edu/~sebschu/html-tutorial/solutions/07_js_forms/solution.html)

0 comments on commit 56dbcfa

Please sign in to comment.