Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.01 KB

CFG Week One

Intro to the world of the web and HTML

Welcome to Code First Girls!

To complete this exercise, click on the green Clone or Download button on the top right, and select the Download ZIP option.

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

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!

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!