fix(curriculum) : Clarify book catalog lab instructions (#57874)

This commit is contained in:
Akshat Sharma
2025-01-03 16:22:13 +05:30
committed by GitHub
parent 7aedd529fd
commit e46bc84152

View File

@@ -18,7 +18,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab
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: [number of books in your table]`.
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.
# --hints--