HTML Quotations & Citations — exercises and bug fixes
5 hands-on exercises and 5 find-the-bug challenges for the HTML Quotations & Citations lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Exercises(5)
- 1
Add a long quotation
easy10 minUse blockquote for a multi-line quote.
- 2
Add an inline quotation
easy10 minUse q for a short in-line quote.
- 3
Cite the source
easy10 minUse cite for the title of the work.
- 4
Attribute the quotation
easy10 minAdd a cite attribute to the blockquote.
- 5
Expand an abbreviation
medium10 minUse abbr with a title to expand HTML.
Find the bug(5)
- 1
Fix the indented div
easy8 minA quotation should use blockquote, not an indented div.
- 2
Fix the manual quote marks
easy8 minAn inline quote should use q, which adds the marks.
- 3
Fix italics used for a title
easy8 minA work's title belongs in cite.
- 4
Fix the missing abbreviation title
easy8 minWithout a title the expansion is lost.
- 5
Fix the source in the wrong place
easy8 minThe source URL belongs in the cite attribute.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspace