77- [x] Use semantic HTML tags to structure the webpage
88- [x] Create three articles, each including an image, title, summary, and a link
99- [x] Check a webpage against a wireframe layout
10- - [ ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
10+ - [x ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
1111- [x] Use version control by committing often and pushing regularly to GitHub
1212- [x] Develop the habit of writing clean, well-structured, and error-free code
1313<!-- {{</objectives>}}>-->
@@ -28,7 +28,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
2828## Acceptance Criteria
2929
3030- [x] Semantic HTML tags are used to structure the webpage.
31- - [ ] The page scores 100 for Accessibility in the Lighthouse audit.
31+ - [x ] The page scores 100 for Accessibility in the Lighthouse audit.
3232- [x] The webpage is styled using a linked .css file.
3333- [x] The webpage is properly committed and pushed to a branch on GitHub.
3434- [x] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
@@ -42,7 +42,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
4242These practices reflect the level of quality expected in professional work.
4343They ensure your code is reliable, maintainable, and presents a polished, credible experience to users.
4444
45- - [ ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
45+ - [x ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
4646- [x] My code is consistently formatted
4747- [x] My page content is free of typos and grammatical mistakes
4848- [x] I commit often and push regularly to GitHub
0 commit comments