Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sebschu/html-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschu committed May 5, 2017
2 parents ef8691d + ee0f3d2 commit 92b78d7
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 92b78d7

Please sign in to comment.