Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 746 Bytes

File metadata and controls

25 lines (13 loc) · 746 Bytes

Task 02

Create a simple website using HTML.

The theme of the website is up to you, in the example below, we created a recipes website.

In the recipes website, we have an index page that contains a list of links to the recipes.

Each recipe has it's own page, and the page contains an image of the meal, the steps and the ingredients.

Example:


Check List:

  • The website must contain an index page and at least two more extra pages.

  • The extra pages must be linked to the index page.

  • Each page must have a link that allows us to get back to the index page.

  • Use headings <h1> <h2> ... <h6>, paragraphs <p>, anchors <a>, lists <ul>...<ol> & images <img/> in the website.