diff --git a/README.md b/README.md index 9def2d3..423b62b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # CFG Week One + ## Intro to the world of the web and HTML Welcome to Code First Girls! @@ -7,14 +8,18 @@ To complete this exercise, click on the green `Clone or Download` button on the Unzip the folder and move it into your `coding_course` folder. Then, open the whole folder in Atom. -*Top tip! You can do this by dragging the folder onto the Atom icon on Macs* +_Top tip! You can do this by dragging the folder onto the Atom icon on Macs_ ## Task one + 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.jpg`. Make sure to add the `doctype`, `html`, `head`, and `body` tags! ## Extension task + Create a new file called `html-cheatsheet.html`. In here write down all you can know about HTML and the different tags from the lesson and from the example page. Make sure to mark it all up with valid HTML, and make sure that it is properly indented! + +# Readme Changes