Closed oldoc63 closed 2 years ago
Within the <nav> element, create a <ul> element to create an unordered list.
<nav>
<ul>
The unordered list should contain the following three items:
Use an <li> element with <a href=""></a> nested within the <li> element to link the content to the nav bar.
<li>
<a href=""></a>
Within the
<nav>
element, create a<ul>
element to create an unordered list.The unordered list should contain the following three items: