Basic Structure
In this exercise you learn to create a html page and use the basic semantically correct elements to describe sections of a web page
Excercise
Create a simple website which consists of a header, main part and footer.
- The header should include a navigation and three links
- The main part should consist of multiple sections containing different headers and paragraphs
- The footer should just display a copyright notice
- To fill the paragraphs with content you can use the Lorem Ipsum generator
Template
You can use the following template to implement your solution
Solution
Linkbasic-structure.solution.html