Exercise 9.3

This is Exercise #9.3, lecture on CSS Flexbox, used in the course IDATA2301 Web technologiesat NTNU, campus Aalesund.

Go back to exercise list.

Instructions

Your task is to create an HTML document which has a navigation bar on the top. Use the conventional way with semantic elements: <nav> for the main navigation container, <ul> inside it and each menu item should be a list item (<li>).

Hints:

The navigation bar should look like this:

Navigation bar with NTNU logo, and three sections: Studies, Research, Administration

Solution

Warning! Give the exercise a try before you look at a solution! That way you will learn much more!

You can find a solution here.