mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
fix(curriculum) : Clarify book catalog lab instructions (#57874)
This commit is contained in:
@@ -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--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user