HTML Mastery: 6-Day Learning Journey


Topics: Nested List | Table

Nested Lists

Example:

code

nested list

Table in HTML

Tables are used to organize data in rows and columns.

Basic Table Tags

Table Attributes

Example Table

Student Marks
Roll No Name Marks
1 John 85
2 Alice 92

code

table

Example: Using rowspan and colspan

Timetable
Day Subjects
Monday Math English
Science History

code

table