Skip to main content

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. 1

    Add a long quotation

    easy10 min

    Use blockquote for a multi-line quote.

  2. 2

    Add an inline quotation

    easy10 min

    Use q for a short in-line quote.

  3. 3

    Cite the source

    easy10 min

    Use cite for the title of the work.

  4. 4

    Attribute the quotation

    easy10 min

    Add a cite attribute to the blockquote.

  5. 5

    Expand an abbreviation

    medium10 min

    Use abbr with a title to expand HTML.

Find the bug(5)

  1. 1

    Fix the indented div

    easy8 min

    A quotation should use blockquote, not an indented div.

  2. 2

    Fix the manual quote marks

    easy8 min

    An inline quote should use q, which adds the marks.

  3. 3

    Fix italics used for a title

    easy8 min

    A work's title belongs in cite.

  4. 4

    Fix the missing abbreviation title

    easy8 min

    Without a title the expansion is lost.

  5. 5

    Fix the source in the wrong place

    easy8 min

    The 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