This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Make a div for your navigation bar in your HTML document


 

1. Make a div with a unique id (such as “navbar”) to contain your list. In the div’s CSS rule, set: - height
- width (if you want to limit the width of the bar) - background-related properties - non-link font & font size

Task Discussion