DEV Community

Saravanan Cn
Saravanan Cn

Posted on

Day 2 of My Web Development Journey: HTML Tables & Navigation Bar 🚀

Today is Day 2 of my web development learning journey.

Today I learned about HTML tables and navigation bars.

What I learned today

  • <tr> — used to create a table row.
  • <th> — used to create a table header.
  • <td> — used to create table data/cells.
  • <tbody> — used to group the main body of a table.
  • Navigation bar — learned how to create a simple navigation menu using HTML and CSS.

I'm learning step by step and building my understanding from the basics.

Yesterday I learned about HTML and CSS, including images, lists, Flexbox, and justify-content.

Top comments (0)