Menu
Coddy logo textTech

main-container

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

challenge icon

Challenge

Easy

Inside body tag,

  1. Create one div tag.
  2. Give it id “main-container”.

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