My library

Report a typo

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

Captioned HTML table without borders

Write HTML and CSS code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My library</title>
</head>
<body>
My library
Authors:
Steve McConnell
Martin Fowler
Books:
Code Complete
Refactoring
</body>
</html>
Completed 1 of 10
The table has a caption
Caption text is correct
___

Create a free account to access the full topic