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
11 changes: 4 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@

## Learning Goals

In this exercise you will be able to apply all the concepts you've just learned, such as:
In this exercise you will be able to apply all the concepts which you've just learned, such as:

- using different HTML tags,
- structuring your HTML page with **block elements**, and
- adding content to your HTML page with **inline elements**.
- Using different HTML tags.
- Structuring your HTML page with **block elements**.
- Adding content to your HTML page with **inline elements**.

## Getting started

- Click on the button "Clone or download" and a window will appear:
![](https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/upload_e1d537a0f12e005606bc1fae2277bb70.jpeg)
- **Click the button "Download as zip"**


## Instructions

### Introduction

In this exercise, you will clone one of the previous versions of the landing page of **NPM website**. NPM is a package manager for NodeJS, and you will be using it heavily throughout this course.
Expand Down