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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CFG Week One

## Intro to the world of the web and HTML

Welcome to Code First Girls!
Expand All @@ -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