oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

Create a `<ul>` element #87

Closed oldoc63 closed 2 years ago

oldoc63 commented 3 years ago

Within the <nav> element, create a <ul> element to create an unordered list.

The unordered list should contain the following three items:

oldoc63 commented 3 years ago

Use an <li> element with <a href=""></a> nested within the <li> element to link the content to the nav bar.