Wrap the copyright line in a footer.
Acceptance criteria
- 1.Wrap the copyright line in a footer.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <footer> Tag chapter. 5 of them ask you to build something small from scratch; 5 give you code that is already broken and ask you to work out why. Set aside about 90 minutes for the whole set, though you can do them in any order.
Nothing here is marked by a person. When you press Submit, the editor checks your code against the points listed under each task and tells you straight away what passed and what didn't (you need a free account to submit). If you get stuck, there are hints, and a worked solution once you've had a go. The first 2 tasks are free; the rest are part of the practice plan.
If it's been a while since you read the chapter, here is how it starts: “The tag represents a footer section for its nearest sectioning content (like , , ). It typically contains copyright info, author details, navigation links, or contact information .” .
1.Add a page footerexercise · easy · 10 min
Wrap the copyright line in a footer.
Passes when: Wrap the copyright line in a footer.
2.Footer linksexercise · easy · 10 min · practice plan
Put a small link list inside the footer.
Passes when: Put a small link list inside the footer.
3.Contact details in the footerexercise · easy · 10 min · practice plan
Add an address block to the footer.
Passes when: Add an address block to the footer.
4.An article footerexercise · easy · 10 min · practice plan
Give an article its own footer.
Passes when: Give an article its own footer.
5.A complete page footerexercise · medium · 10 min · practice plan
Build a footer with a copyright line and two links.
Passes when: Build a footer with a copyright line and two links.
6.Fix the div used as a footerbug fix · easy · 8 min
The bottom of the page is a footer landmark.
Passes when: The bottom of the page is a footer landmark.
7.Fix the links left outsidebug fix · easy · 8 min · practice plan
The small print links belong in the footer.
Passes when: The small print links belong in the footer.
8.Fix the contact details as a paragraphbug fix · easy · 8 min · practice plan
Contact details have their own element.
Passes when: Contact details have their own element.
9.Fix the author line outside the articlebug fix · easy · 8 min · practice plan
The byline belongs in the article's footer.
Passes when: The byline belongs in the article's footer.
10.Fix the missing second linkbug fix · easy · 8 min · practice plan
Only one of the two legal links was added.
Passes when: Only one of the two legal links was added.
Between them these tasks cover Landmarks, Copyright and Article footers.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.