@@ -19,6 +19,11 @@ There are some provided HTML and CSS files you can use to get started. You can u
1919- [x] Check a webpage against a wireframe layout
2020- [x] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
2121- [x] Use version control by committing often and pushing regularly to GitHub
22+ - [ ] Use semantic HTML tags to structure the webpage
23+ - [ ] Create three articles, each including an image, title, summary, and a link
24+ - [ ] Check a webpage against a wireframe layout
25+ - [ ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
26+ - [ ] Use version control by committing often and pushing regularly to GitHub
2227<!-- {{</objectives>}}>-->
2328
2429## Acceptance Criteria
@@ -30,6 +35,13 @@ There are some provided HTML and CSS files you can use to get started. You can u
3035- [x] The page footer is fixed to the bottom of the viewport.
3136- [x] The webpage is styled using a linked .css file.
3237- [x] The webpage is properly committed and pushed to a branch on GitHub.
38+ - [ ] Semantic HTML tags are used to structure the webpage.
39+ - [ ] The page scores 100 for Accessibility in the Lighthouse audit.
40+ - [ ] The page header includes a title and description.
41+ - [ ] The articles section has three unique articles, each including an image, title, summary, and a link.
42+ - [ ] The page footer is fixed to the bottom of the viewport.
43+ - [ ] The webpage is styled using a linked .css file.
44+ - [ ] The webpage is properly committed and pushed to a branch on GitHub.
3345
3446## Resources
3547
0 commit comments