There's a good bit of markup leftover from copying example code. One example of this is the aria attributes. aria attributes are a great thing, but it is super important to have strong ownership over our code.
Look back over index.html and try to make sure you understand why each piece is there. Just try to take a nice, slow, careful review and edit of your code.
There's a good bit of markup leftover from copying example code. One example of this is the
aria
attributes.aria
attributes are a great thing, but it is super important to have strong ownership over our code.Look back over
index.html
and try to make sure you understand why each piece is there. Just try to take a nice, slow, careful review and edit of your code.