Desserts

Report a typo

Create a table that looks like the one below:

HTML table

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

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Desserts</title>
</head>
<body>
Desserts
Homemade cherry pie
$3.75

Carrot cake
$3.75
Tiramisu
$5.49
</body>
</html>
Completed 1 of 10
The table has border
The table has rows
___

Create a free account to access the full topic