Add a small-print copyright line.
Acceptance criteria
- 1.Add a small-print copyright line.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <small> 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 in HTML is used to reduce the font size of text, usually for fine print, disclaimers, legal notes, or side comments . It is an inline element and typically does not change the semantic meaning of the text.” .
1.Add fine printexercise · easy · 10 min
Add a small-print copyright line.
Passes when: Add a small-print copyright line.
2.A disclaimerexercise · easy · 10 min · practice plan
Mark a disclaimer as small print.
Passes when: Mark a disclaimer as small print.
3.Small print in a footerexercise · easy · 10 min · practice plan
Put small print inside a footer.
Passes when: Put small print inside a footer.
4.A note after a priceexercise · easy · 10 min · practice plan
Add a small note beside a price.
Passes when: Add a small note beside a price.
5.Fine print under a headingexercise · medium · 10 min · practice plan
Add a heading with a small-print line beneath it.
Passes when: Add a heading with a small-print line beneath it.
6.Fix the font size used for fine printbug fix · easy · 8 min
Use the element rather than a style.
Passes when: Use the element rather than a style.
7.Fix the italics used for a disclaimerbug fix · easy · 8 min · practice plan
Fine print is small, not italic.
Passes when: Fine print is small, not italic.
8.Fix the small print outside the footerbug fix · easy · 8 min · practice plan
The legal line belongs in the footer.
Passes when: The legal line belongs in the footer.
9.Fix the note that is not markedbug fix · easy · 8 min · practice plan
The VAT note is side commentary.
Passes when: The VAT note is side commentary.
10.Fix the whole offer in small printbug fix · easy · 8 min · practice plan
Only the condition is fine print.
Passes when: Only the condition is fine print.
Between them these tasks cover Side comments, Legal text and Fine print.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.