Menu
Coddy logo textTech

List items & titles

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

challenge icon

Challenge

Easy

Inside unordered list <ul> tag,

  1. Create five list <li> tags.
  2. Give them title (attribute):
    1. Home
    2. User
    3. Dashboard
    4. Chats
    5. Cart

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