Mark a book title as a cited work.
Acceptance criteria
- 1.Mark a book title as a cited work.
HTML Tutorial · HTML Tags
These 10 tasks go with the HTML <cite> 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 is used to define the title of a creative work , such as a book, painting, movie, website, or research paper. Browsers usually display the text in italic by default. It provides semantic meaning to the title of a referenced work.” .
1.Name a bookexercise · easy · 10 min
Mark a book title as a cited work.
Passes when: Mark a book title as a cited work.
2.Name a filmexercise · easy · 10 min · practice plan
Mark a film title as a cited work.
Passes when: Mark a film title as a cited work.
3.Attribute a quotationexercise · easy · 10 min · practice plan
Add a citation after a blockquote.
Passes when: Add a citation after a blockquote.
4.Two worksexercise · easy · 10 min · practice plan
Cite two titles in one sentence.
Passes when: Cite two titles in one sentence.
5.A citation in a listexercise · medium · 10 min · practice plan
Put a cited work inside a list item.
Passes when: Put a cited work inside a list item.
6.Fix the italics used for a titlebug fix · easy · 8 min
A work title is cite, not plain italics.
Passes when: A work title is cite, not plain italics.
7.Fix the quotation marks around a titlebug fix · easy · 8 min · practice plan
Mark the title up rather than quoting it.
Passes when: Mark the title up rather than quoting it.
8.Fix the missing attributionbug fix · easy · 8 min · practice plan
The quotation has no source.
Passes when: The quotation has no source.
9.Fix the missing second citationbug fix · easy · 8 min · practice plan
Both titles are works.
Passes when: Both titles are works.
10.Fix the citation outside the itembug fix · easy · 8 min · practice plan
The title belongs inside the list item.
Passes when: The title belongs inside the list item.
Between them these tasks cover Work titles, Attribution and References.
Looking for a different chapter? See every practice set, or switch to the interview theory questions.