Computer scienceFrontendHTMLBasic TagsTables

Tables: Merging cells

Lessons

Report a typo

Create a table that looks like the one in the image below:

The table with two main columns and two spanned columns in the second column

To create a border, use an HTML attribute with a value of 1.

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Subjects</title>
</head>
<body>
Day
Lesson
Begin
Topic

Mon
10:00
Math

11:30
CSS
Tues
10:00
HTML

11:30
JS

</body>
</html>
Completed 1 of 9
The table has border
The table has rows
___

Create a free account to access the full topic