diff --git a/exercises/01_basic_html/README.md b/exercises/01_basic_html/README.md index d893b5e..ac082b5 100644 --- a/exercises/01_basic_html/README.md +++ b/exercises/01_basic_html/README.md @@ -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".
- ([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