List items & titles
Lesson 5 of 12 in Coddy's Bottom Navigation Bar - HTML/CSS Project course.
Challenge
EasyInside unordered list <ul> tag,
- Create five list
<li>tags. - Give them
title(attribute):- Home
- User
- Dashboard
- Chats
- 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>