You should have an h1 element with the text Book Inventory.
Waiting:2. You should have only one h1 element.
Waiting:3. You should have a table element.
Waiting:4. You should have one thead element and one tbody element inside table.
Waiting:5. Inside the thead there should be one tr with 5 th elements.
Waiting:6. Your first column should have the text Title as the heading.
Waiting:7. Your second column should have the text Author as the heading.
Waiting:8. Your third column should have the te
Your code so far
<!-- file: index.html -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36
Challenge Information:
Build a Book Inventory App - Build a Book Inventory App
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Please update the message to include your code. The code was too long to be automatically inserted by the help button.
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.