Computer scienceFrontendHTMLBasic TagsTables

Tables: Merging cells

Subjects

Report a typo

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

The complicated HTML table

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>

Subject
Ami Weaver
David Parks

Biology
Theory
A
A+

Practical
B
A

Geography
Theory
B+
C

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

Create a free account to access the full topic