From b00e6018c6428d7083c396fcc8fa17e420dcd2fa Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Sun, 13 Oct 2019 23:22:32 +0100 Subject: [PATCH] Fix file extension in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9def2d3..eb710a3 100644 --- a/README.md +++ b/README.md @@ -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