Skip to content

Commit

Permalink
Exercise 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebschu committed May 2, 2017
1 parent 7ccc394 commit 779f9a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion exercises/01_basic_html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ In this exercise, you will create a simple HTML page with a title, a headline, t


1. Set the title of the page to "A simple HTML page".<br />
([Information about the `title` tag](https://www.w3schools.com/tags/tag_title.asp).)
(See [Information about the `title` tag](https://www.w3schools.com/tags/tag_title.asp).)

2. Add a level 1 headline
(See [Information about the `h1` tag](https://www.w3schools.com/tags/h1_title.asp))

3. Add a paragraph with some text.
(Use the `p` tag.)

4. Add a paragraph with a link to the Linguistics Department website (http://linguistics.stanford.edu).


*TODO*: put link to solution

0 comments on commit 779f9a0

Please sign in to comment.