44
55<!-- {{<objectives>}}>-->
66
7- - [ ] Use semantic HTML tags to structure the webpage
8- - [ ] Create three articles, each including an image, title, summary, and a link
9- - [ ] Check a webpage against a wireframe layout
10- - [ ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
11- - [ ] Use version control by committing often and pushing regularly to GitHub
12- - [ ] Develop the habit of writing clean, well-structured, and error-free code
7+ - [x ] Use semantic HTML tags to structure the webpage
8+ - [x ] Create three articles, each including an image, title, summary, and a link
9+ - [x ] Check a webpage against a wireframe layout
10+ - [x ] Test web code using [ Lighthouse] ( https://programming.codeyourfuture.io/guides/testing/lighthouse )
11+ - [x ] Use version control by committing often and pushing regularly to GitHub
12+ - [x ] Develop the habit of writing clean, well-structured, and error-free code
1313<!-- {{</objectives>}}>-->
1414
1515## Task
@@ -27,13 +27,13 @@ There are some provided HTML and CSS files you can use to get started. You can u
2727
2828## Acceptance Criteria
2929
30- - [ ] Semantic HTML tags are used to structure the webpage.
31- - [ ] The page scores 100 for Accessibility in the Lighthouse audit.
32- - [ ] The webpage is styled using a linked .css file.
33- - [ ] The webpage is properly committed and pushed to a branch on GitHub.
34- - [ ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35- - [ ] The page footer is fixed to the bottom of the viewport.
36- - [ ] The page layout closely match the wireframe.
30+ - [x ] Semantic HTML tags are used to structure the webpage.
31+ - [x ] The page scores 100 for Accessibility in the Lighthouse audit.
32+ - [x ] The webpage is styled using a linked .css file.
33+ - [x ] The webpage is properly committed and pushed to a branch on GitHub.
34+ - [x ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35+ - [x ] The page footer is fixed to the bottom of the viewport.
36+ - [x ] The page layout closely match the wireframe.
3737
3838### Developers must adhere to professional standards.
3939
@@ -42,10 +42,10 @@ 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/
46- - [ ] My code is consistently formatted
47- - [ ] My page content is free of typos and grammatical mistakes
48- - [ ] I commit often and push regularly to GitHub
45+ - [x ] My HTML code has no errors or warnings when validated using https://validator.w3.org/
46+ - [x ] My code is consistently formatted
47+ - [x ] My page content is free of typos and grammatical mistakes
48+ - [x ] I commit often and push regularly to GitHub
4949
5050## Resources
5151
0 commit comments