Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Unzip the folder and move it into your `coding_course` folder. Then, open the wh
Open the file `example.html` in Chrome and look around with the developer tools. What HTML tags can you see, and what do you think they stand for?

## Task two
Open the file `index.html` in your text editor and in Chrome, change it into valid HTML file so that it looks like `solution.jpg`. Make sure to add the `doctype`, `html`, `head`, and `body` tags!
Open the file `index.html` in your text editor and in Chrome, change it into valid HTML file so that it looks like `solution.png`. Make sure to add the `doctype`, `html`, `head`, and `body` tags!


## Extension task
Expand Down