Create a table that looks like the one in the image below:
Intro to Tables
My library
Report a typo
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
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.