All Tracks/lab book catalog table/
Đang tải...
Hướng dẫn thử thách
1 / 1

Build a Book Catalog Table

**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. **User Stories:** 1. You should create a `table` element that lists book information. 1. Your table should have a table head element with one row in it. 1. The row in your table head element should have four table header elements, with the text of `Title`, `Author`, `Genre`, and `Publication Year`, in that order. 1. Your table should have a table body element with at least five rows in it. 1. Each row in your table body should have four table data elements that display the book's Title, Author, Genre, and Publication Year. 1. Your table should have a table footer element with one row in it. 1. The row in your table footer element should have a table data element that spans four columns and has the text `Total Books: N` where `N` should be replaced by the number of books in your table.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.py
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.