Menu
Coddy logo textTech

Unordered list & title

Lesson 4 of 12 in Coddy's Bottom Navigation Bar - HTML/CSS Project course.

Let's create a list to add icons to the navigation bar.

challenge icon

Challenge

Easy

Inside nav tag,

  1. Create an unordered list <ul> tag.
  2. Add title (Attribute) “Navigation Bar” to the unordered list.

Try it yourself

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="styles.css">
</head>
    <body>
        <!-- Write HTML code here -->
        <script src="script.js"></script>
    </body>
</html>

All lessons in Bottom Navigation Bar - HTML/CSS Project